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 578534 - Crash: ekiga 3.0.2BETA-win calling 3.2.0 GNU/Linux
Crash: ekiga 3.0.2BETA-win calling 3.2.0 GNU/Linux
Status: RESOLVED FIXED
Product: ekiga
Classification: Applications
Component: general
3.2.x
Other Linux
: Normal critical
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
: 581457 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-04-09 20:29 UTC by Yannick
Modified: 2009-06-04 08:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Yannick 2009-04-09 20:29:32 UTC
Hi,

Using Ekiga 3.2 from Ubuntu Jaunty (dev tree), when accepting a call from 3.0.2-BETA (windows), clicking the accept button from the pop-up window, the GUI freeze.

Following the bt (easy to reproduce, maybe a 100%):

 assert.cxx(108)	PWLib	Assertion fail: Null pointer reference, file /usr/include/ptlib/safecoll.h, line 703, Error=11
Assertion fail: Null pointer reference, file /usr/include/ptlib/safecoll.h, line 703, Error=11

<A>bort, <C>ore dump? C[New Thread 0xab5ffb90 (LWP 7846)]
[Thread 0xab5ffb90 (LWP 7846) exited]


Dumping core.

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb5a1f730 (LWP 7552)]
0xb7f1a430 in __kernel_vsyscall ()
(gdb) thread apply all bt

Thread 1 (Thread 0xb5a1f730 (LWP 7552))

  • #0 __kernel_vsyscall
  • #1 kill
    from /lib/tls/i686/cmov/libc.so.6
  • #2 ??
    from /usr/lib/libpt.so.2.6.1
  • #3 PAssertFunc
    from /usr/lib/libpt.so.2.6.1
  • #4 PAssertFunc
    from /usr/lib/libpt.so.2.6.1
  • #5 PAssertFunc
    from /usr/lib/libpt.so.2.6.1
  • #6 Opal::Call::answer
  • #7 ??
    from /usr/lib/libnotify.so.1
  • #8 notify_marshal_VOID__UINT_STRING
    from /usr/lib/libnotify.so.1
  • #9 ??
    from /usr/lib/libdbus-glib-1.so.2
  • #10 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.20.0/gobject/gclosure.c line 767
  • #11 signal_emit_unlocked_R
  • #12 IA__g_signal_emit_valist
    at /build/buildd/glib2.0-2.20.0/gobject/gsignal.c line 2977
  • #13 IA__g_signal_emit
    at /build/buildd/glib2.0-2.20.0/gobject/gsignal.c line 3034
  • #14 ??
    from /usr/lib/libdbus-glib-1.so.2
  • #15 dbus_connection_dispatch
    from /lib/libdbus-1.so.3
  • #16 ??
    from /usr/lib/libdbus-glib-1.so.2
  • #17 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.20.0/glib/gmain.c line 1814
  • #18 g_main_context_iterate
    at /build/buildd/glib2.0-2.20.0/glib/gmain.c line 2448
  • #19 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.20.0/glib/gmain.c line 2656
  • #20 IA__gtk_main
    at /build/buildd/gtk+2.0-2.16.0/gtk/gtkmain.c line 1205
  • #21 main

Comment 1 Eugen Dedu 2009-04-11 19:40:44 UTC
Hi Yannick,

It seems to me that it is a problem in ptlib, since there is an assert triggered there.  I pushed it upstream, https://sourceforge.net/tracker/?func=detail&aid=2753609&group_id=204472&atid=989748, please check there for new information.

Cheers,
Eugen
Comment 2 Eugen Dedu 2009-04-14 13:28:01 UTC
Reopening, as it seems to be a problem in ekiga, to be investigated further (by someone else)...
Comment 3 Eugen Dedu 2009-06-01 19:34:33 UTC
Another occurrence... http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530706
Comment 4 Eugen Dedu 2009-06-03 15:26:13 UTC
*** Bug 581457 has been marked as a duplicate of this bug. ***
Comment 5 Eugen Dedu 2009-06-03 15:27:52 UTC
The previous bug has an interesting affirmation: http://bugzilla.gnome.org/show_bug.cgi?id=581457#c3 the caller hangs up, but the callee still receives the call and press Accept, and that is wrong.