Difference between revisions of "Debugging"

From MythTV Official Wiki
Jump to: navigation, search
 
m (Runtime Debugging)
Line 1: Line 1:
= Runtime Debugging =
 
 
It is possible to use the Gnu debugger, gdb, to debug a Mythtv installation.
 
It is possible to use the Gnu debugger, gdb, to debug a Mythtv installation.
 
In fact the developers may insist that you provide some information from a gdb debug session to help them.
 
In fact the developers may insist that you provide some information from a gdb debug session to help them.

Revision as of 12:15, 20 July 2007

It is possible to use the Gnu debugger, gdb, to debug a Mythtv installation. In fact the developers may insist that you provide some information from a gdb debug session to help them.

Keywords:

* backtrace
* segfault
* tracepoint

See Section 22.2 section of the Mythtv Documentation, linked from Mythtv's Website.


Someone might want to tidy this up, just wanted to create a page that the wiki search would find to link to the manuals.