GNOME Bugzilla – Bug 337517
cant run ekiga using gdb
Last modified: 2006-04-06 17:02:03 UTC
$ gdb ekiga GNU gdb 6.4 Copyright 2005 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/tls/libthread_db.so.1". (gdb) run Starting program: /usr/bin/ekiga [Thread debugging using libthread_db enabled] [New Thread -1243256608 (LWP 18700)] [New Thread -1244922960 (LWP 18705)] [New Thread -1245189200 (LWP 18706)] Block 0x8167028 not in heap! Block 0x8167028 not in heap! Block 0x82ba0d0 not in heap! Block 0x82ba0d0 not in heap! Block 0x816f150 not in heap! Block 0x816eba0 not in heap! Block 0x816eba0 not in heap! Block 0x816f5b8 not in heap! Block 0x816fce8 not in heap! Program received signal SIG33, Real-time event 33. [Switching to Thread -1245189200 (LWP 18706)] 0xffffe410 in __kernel_vsyscall () $ uname -a Linux blacky 2.6.17-rc1 #1 Tue Apr 4 13:58:45 IDT 2006 i686 AMD Athlon(tm) XP 3200+ AuthenticAMD GNU/Linux Gentoo. ekiga build with debug gnome sdl and ssl. dbus disabled gcc 3.4.6 Niv
Disable the SIG33 event in GDB. It is a GDB setup issue.