home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
Scheduled Recording issue
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="gibman" data-source="post: 1000063" data-attributes="member: 25430"><p>ofc. its an issue.</p><p> </p><p>download something like visual studio express 2010</p><p><a href="http://www.microsoft.com/visualstudio/eng/products/visual-studio-2010-express" target="_blank">http://www.microsoft.com/visualstudio/eng/products/visual-studio-2010-express</a></p><p> </p><p>I think your best bet would be to install a debug build of tvservice where you get all the .pdb files (the debug symbols).</p><p>This would give you better debugging capabilities.</p><p> </p><p>install VS express on ur rig.</p><p>then once it cocks up, then launch VS.</p><p> </p><p>in the debug menu, click "attach to process".</p><p>attach to: automatic: native code</p><p>show processes from all users.</p><p> </p><p>then locate "tvservice.exe".</p><p>then click attach.</p><p> </p><p>if it attached ok, then we can proceed to the next step.</p><p> </p><p>hit the pause button (or hit : ctrl+alt+break)</p><p> </p><p>now in the debug menu, enter windows submenu.</p><p>in there select "threads".</p><p> </p><p>now you should see a complete list of running threads and where they are.</p><p>if you have proper pdb files u can now click on any of those threads and evaluate what they are doing.</p><p>some threads are native and do not have source code available while some are managed threads spawned from tvservice.</p><p>like the scheduler thread, which could be interesting.</p><p> </p><p>you can copy the stacktrace to clipboard, ctrl-c.</p><p>the interesting part is where the current program cursor is located, where the code is stock at.</p><p>this could be valuable info.</p><p> </p><p>regarding pdb/debug build</p><p> </p><p>you or someone willing should be able to retrieve the sourcecode from a git branch that matches that version you are running and then DEBUG compile it from there.</p><p> </p><p>/gibman</p></blockquote><p></p>
[QUOTE="gibman, post: 1000063, member: 25430"] ofc. its an issue. download something like visual studio express 2010 [url]http://www.microsoft.com/visualstudio/eng/products/visual-studio-2010-express[/url] I think your best bet would be to install a debug build of tvservice where you get all the .pdb files (the debug symbols). This would give you better debugging capabilities. install VS express on ur rig. then once it cocks up, then launch VS. in the debug menu, click "attach to process". attach to: automatic: native code show processes from all users. then locate "tvservice.exe". then click attach. if it attached ok, then we can proceed to the next step. hit the pause button (or hit : ctrl+alt+break) now in the debug menu, enter windows submenu. in there select "threads". now you should see a complete list of running threads and where they are. if you have proper pdb files u can now click on any of those threads and evaluate what they are doing. some threads are native and do not have source code available while some are managed threads spawned from tvservice. like the scheduler thread, which could be interesting. you can copy the stacktrace to clipboard, ctrl-c. the interesting part is where the current program cursor is located, where the code is stock at. this could be valuable info. regarding pdb/debug build you or someone willing should be able to retrieve the sourcecode from a git branch that matches that version you are running and then DEBUG compile it from there. /gibman [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Scheduled Recording issue
Contact us
RSS
Top
Bottom