After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 337517 - cant run ekiga using gdb
cant run ekiga using gdb
Status: RESOLVED INVALID
Product: ekiga
Classification: Applications
Component: general
2.0.x
Other Linux
: Normal critical
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-06 15:54 UTC by Niv Vaizer
Modified: 2006-04-06 17:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Niv Vaizer 2006-04-06 15:54:19 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
Comment 1 Damien Sandras 2006-04-06 17:02:03 UTC
Disable the SIG33 event in GDB. It is a GDB setup issue.