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 417801 - crash in IP Telephony, VoIP and Video Conferencing: trying to configure a Ge...
crash in IP Telephony, VoIP and Video Conferencing: trying to configure a Ge...
Status: RESOLVED DUPLICATE of bug 421801
Product: ekiga
Classification: Applications
Component: general
2.0.x
Other All
: High critical
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
: 417818 419066 420438 421557 422500 423828 425445 430932 431563 434587 435579 436183 440167 441968 443088 443208 449477 455209 479385 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-03-13 09:38 UTC by josberrens
Modified: 2007-10-29 21:20 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description josberrens 2007-03-13 09:38:19 UTC
Version: 2.0.5

What were you doing when the application crashed?
trying to configure a Genius webcam type trek 310
on /dev/video1
/dev/video is a tvcard.



Distribution: Fedora Core release 6 (Zod)
Gnome Release: 2.16.3 2007-01-31 (Red Hat, Inc)
BugBuddy Version: 2.16.0

System: Linux 2.6.19-1.2911.6.5.fc6 #1 SMP Sun Mar 4 16:05:34 EST 2007 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 70101000
Selinux: Permissive
Accessibility: Disabled

Memory status: size: 436961280 vsize: 436961280 resident: 21184512 share: 13557760 rss: 21184512 rss_rlim: -1
CPU usage: start_time: 1173778596 rtime: 51 utime: 40 stime: 11 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/ekiga'

(no debugging symbols found)
Using host libthread_db library "/lib64/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46912496455248 (LWP 9782)]
[New Thread 1147967808 (LWP 9825)]
[New Thread 1147701568 (LWP 9823)]
[New Thread 1074272576 (LWP 9792)]
[New Thread 1074006336 (LWP 9791)]
0x000000397cc0d96f in waitpid () from /lib64/libpthread.so.0

Thread 1 (Thread 46912496455248 (LWP 9782))

  • #0 waitpid
    from /lib64/libpthread.so.0
  • #1 gnome_gtk_module_info_get
    from /usr/lib64/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 strlen
    from /lib64/libc.so.6
  • #4 vfprintf
    from /lib64/libc.so.6
  • #5 __vsnprintf_chk
    from /lib64/libc.so.6
  • #6 e_vcard_new
  • #7 PPluginServiceDescriptor::~PPluginServiceDescriptor
  • #8 PPluginServiceDescriptor::~PPluginServiceDescriptor
  • #9 PList<PIPSocket::InterfaceEntry>::~PList\$delete
  • #10 PList<PIPSocket::InterfaceEntry>::~PList$delete
  • #11 PList<PIPSocket::InterfaceEntry>::~PList$delete
  • #12 PList<PString>::~PList
  • #13 __libc_start_main
    from /lib64/libc.so.6
  • #14 PAbstractSortedList::GetAt
    at ../common/collect.cxx line 987
  • #15 ??
  • #16 ??
  • #0 waitpid
    from /lib64/libpthread.so.0


----------- .xsession-errors (9634 sec old) ---------------------
beryl: Couldn't bind redirected window 0x240002b to texture
beryl: pixmap 0x1000127 can't be bound to texture
beryl: Couldn't bind redirected window 0x240002b to texture
beryl: pixmap 0x1000127 can't be bound to texture
beryl: Couldn't bind redirected window 0x240002b to texture
beryl: pixmap 0x1000127 can't be bound to texture
beryl: Couldn't bind redirected window 0x240002b to texture
beryl: pixmap 0x1000127 can't be bound to texture
beryl: Couldn't bind redirected window 0x240002b to texture
beryl: pixmap 0x1000127 can't be bound to texture
beryl: Couldn't bind redirected window 0x240002b to texture
beryl: pixmap 0x1000127 can't be bound to texture
beryl: Couldn't bind redirected window 0x240002b to texture
...Too much output, ignoring rest...
--------------------------------------------------
Comment 1 Snark 2007-03-13 10:06:55 UTC
The backtrace shows the same thing as bug #416532 : strange contact code after PPluginServiceDescriptor::~PPluginServiceDescriptor.

Is it easy to reproduce?
Comment 2 Snark 2007-03-13 12:31:30 UTC
*** Bug 417818 has been marked as a duplicate of this bug. ***
Comment 3 Damien Sandras 2007-03-13 16:21:59 UTC
It seems specific to Fedora CORE 6.

I'll ask Daniel to have a look.
Comment 4 Jan Schampera 2007-03-13 17:09:31 UTC
Note that Bug #416532 is very similar.

J.
Comment 5 Damien Sandras 2007-03-16 19:13:36 UTC
*** Bug 419066 has been marked as a duplicate of this bug. ***
Comment 6 Damien Sandras 2007-03-20 08:39:12 UTC
*** Bug 420438 has been marked as a duplicate of this bug. ***
Comment 7 Snark 2007-03-22 17:36:55 UTC
*** Bug 421557 has been marked as a duplicate of this bug. ***
Comment 8 Damien Sandras 2007-03-22 19:05:50 UTC
It would be nice to be able to fix that bug.
Comment 9 Snark 2007-03-22 19:35:16 UTC
vfprintf in the trace... another case of va_end missing or some such ?
Comment 10 Damien Sandras 2007-03-22 19:56:47 UTC
What I don't get is the presence of evcard_new over there...
Comment 11 Jan Schampera 2007-03-22 21:27:04 UTC
I think it's a corrupt stack. It doesn't make sense.
Comment 12 Snark 2007-03-23 06:44:55 UTC
It looks very much like bug #421752, in fact : PPluginServiceDescriptor::~PPluginServiceDescriptor, followed by contact code, followed by a vfprintf->strlen :-/
Comment 13 Snark 2007-03-25 06:52:25 UTC
*** Bug 422500 has been marked as a duplicate of this bug. ***
Comment 14 Snark 2007-03-25 06:55:11 UTC
I really think it's bug #421801, which I fixed.

*** This bug has been marked as a duplicate of 421801 ***
Comment 15 Snark 2007-03-28 18:43:54 UTC
*** Bug 423828 has been marked as a duplicate of this bug. ***
Comment 16 Snark 2007-04-02 11:37:21 UTC
*** Bug 425445 has been marked as a duplicate of this bug. ***
Comment 17 Snark 2007-04-18 08:55:14 UTC
*** Bug 430932 has been marked as a duplicate of this bug. ***
Comment 18 Snark 2007-04-20 05:52:52 UTC
*** Bug 431563 has been marked as a duplicate of this bug. ***
Comment 19 Snark 2007-04-30 13:13:14 UTC
*** Bug 434587 has been marked as a duplicate of this bug. ***
Comment 20 Snark 2007-05-03 17:58:43 UTC
*** Bug 435579 has been marked as a duplicate of this bug. ***
Comment 21 Snark 2007-05-06 05:05:36 UTC
*** Bug 436183 has been marked as a duplicate of this bug. ***
Comment 22 Snark 2007-05-21 13:15:20 UTC
*** Bug 440167 has been marked as a duplicate of this bug. ***
Comment 23 Snark 2007-05-29 05:01:37 UTC
*** Bug 441968 has been marked as a duplicate of this bug. ***
Comment 24 Pedro Villavicencio 2007-06-02 03:45:07 UTC
*** Bug 443088 has been marked as a duplicate of this bug. ***
Comment 25 Snark 2007-06-20 15:11:13 UTC
*** Bug 449477 has been marked as a duplicate of this bug. ***
Comment 26 Snark 2007-06-29 19:47:25 UTC
*** Bug 443208 has been marked as a duplicate of this bug. ***
Comment 27 Snark 2007-07-09 16:33:06 UTC
*** Bug 455209 has been marked as a duplicate of this bug. ***
Comment 28 Snark 2007-10-29 21:20:03 UTC
*** Bug 479385 has been marked as a duplicate of this bug. ***