[mythtv] Debugging of mythbackend

Daniel Thor Kristjansson danielk at mrl.nyu.edu
Tue Sep 21 17:19:45 EDT 2004


On Tue, 21 Sep 2004 Emlyn.Bolton at nokia.com wrote:
](gdb) run
]Starting program: /usr/bin/mythbackend
]warning: Unable to find dynamic linker breakpoint function.
]GDB will be unable to debug shared library initializers
]and track explicitly loaded dynamic code.
]Starting up as the master server.
]2004-09-21 12:47:17 mythbackend: MythBackend started as master server
]
]Program received signal SIG32, Real-time event 32.
]0x413c3974 in pthread_getconcurrency () from /lib/libpthread.so.0

I don't think libthread_db is your problem. You need to issue

(gdb) handle SIG32 nostop noprint
(gdb) handle SIG33 nostop noprint

to run past the pthread signals.

-- Daniel


More information about the mythtv-dev mailing list