You need to turn off stripping (which strips debug information from your
programs), re-emerge the mythtv ebuild, and attempt the same steps below.
That should give a better call stack. You enable nostrip by putting
nostrip in the FEATURES line in your /etc/make.conf
Jason
On Thu, 10 Feb 2005, Jim Coates wrote:
Can anyone point me somewhere else to turn? I am at a loss.
----- Original Message ----- From: "Jim Coates" <[EMAIL PROTECTED]>
To: "Discussion about mythtv" <[email protected]>
Sent: Friday, February 04, 2005 11:13 AM
Subject: Re: Updated gentoo, now everything mythtv segfaults
I've tried to do a backtrace but when I follow the instructions, I don't
get any information from gdb. Just a list of addresses. I did compile
with debug on and release off.
lisa bin # gdb ./mythfrontend
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details.
This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db
library "/lib/libthread_db.so.1".
(gdb) handle SIGPIPE nostop
Signal Stop Print Pass to program Description
SIGPIPE No Yes Yes Broken pipe
(gdb) run
Starting program: /usr/bin/mythfrontend
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
Program received signal SIGSEGV, Segmentation fault.
0x41f6031a in ?? ()
(gdb) thread apply all bt full
(gdb) bt
0 0x41f6031a in ?? ()
1 0x40dabd45 in ?? ()
2 0x40db93e2 in ?? ()
3 0x40016f90 in ?? ()
4 0x40c9cca0 in ?? ()
5 0x40017390 in ?? ()
6 0xbffff924 in ?? ()
7 0xbffff924 in ?? ()
8 0x4000b430 in ?? ()
9 0x00000001 in ?? ()
10 0xbffff974 in ?? ()
11 0xbffff97c in ?? ()
(gdb) finish
Run till exit from #0 0x41f6031a in ?? ()
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb) quit
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users