On Tue, 2007-04-03 at 22:34 -0400, Andy Huhn wrote: > Here's the output from gdb: > > [EMAIL PROTECTED]:/usr/share/doc/linux-uvc-source$ gdb ekiga > GNU gdb 6.4.90-debian > Copyright (C) 2006 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 "x86_64-linux-gnu"...Using host libthread_db > library "/lib/libthread_db.so.1". > > (gdb) run > Starting program: /usr/bin/ekiga > [Thread debugging using libthread_db enabled] > [New Thread 47595935550400 (LWP 16339)] > [New Thread 1074006368 (LWP 16346)] > [New Thread 1074272608 (LWP 16347)] > [New Thread 1074538848 (LWP 16348)] > [New Thread 1082931552 (LWP 16349)] > [New Thread 1091324256 (LWP 16350)] > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 47595935550400 (LWP 16339)] > 0x00002b49c782b5d0 in strlen () from /lib/libc.so.6 > (gdb)
Hi,
You need to issue a command at this point to get GDB to write the
backtrace of the crash:
thread apply all bt
I also suggest that before you type run, you issue this command:
set logging on
And GDB will log to gdb.txt in the same dir, and there's no need to copy
and paste output.
--
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22
signature.asc
Description: This is a digitally signed message part

