On Sat, 2005-04-09 at 22:06 -0600, Curtis Stanford wrote: > Just compiled CVS from yesterday (debug of course) and got the > following segfault when starting mythfrontend: > > (gdb) run > Starting program: /usr/local/bin/mythfrontend > [Thread debugging using libthread_db enabled] > [New Thread -1231886672 (LWP 26357)] > 2005-04-09 22:01:27.537 New DB connection, total: 1 > Nigel, total desktop width=800, height=600, numscreens=1 > 2005-04-09 22:01:27.654 Using screen 0, 800x600 at 0,0 > [New Thread -1233859664 (LWP 26360)] > > Program received signal SIG33, Real-time event 33. > [Switching to Thread -1233859664 (LWP 26360)] > 0xffffe402 in ?? () > (gdb) thread apply all bt full
You need to install/recompile a glibc with debugging symbols. Otherwise it can't debug threaded applications. -- Daniel
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
