Your message dated Sat, 3 Nov 2012 17:37:53 +1100 with message-id <201211031737.59030....@debian.org> and subject line Re: Bug#670405: ekiga: During start up segfault in `libopal.so.3.10.4` has caused the Debian Bug report #670405, regarding ekiga: During start up segfault in `libopal.so.3.10.4` to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 670405: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670405 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: ekiga Version: 3.2.7-4.2 Severity: grave Justification: renders package unusable Since a few weeks ago, Ekiga crashes on startup (shortly after showing the main window) and I cannot use it at all. It doesn't seem to happen 100% of the times, though, but the problem is very easy to reproduce. Here's the output from GDB: $ gdb ekiga GNU gdb (GDB) 7.4-debian Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/ekiga...(no debugging symbols found)...done. (gdb) r Starting program: /usr/bin/ekiga [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1". [New Thread 0xf4494b70 (LWP 468)] [New Thread 0xef91fb70 (LWP 469)] [New Thread 0xef8deb70 (LWP 470)] [New Thread 0xef89db70 (LWP 471)] [New Thread 0xef85cb70 (LWP 472)] ALSA lib conf.c:1220:(parse_def) show is not a compound ALSA lib conf.c:1686:(snd_config_load1) _toplevel_:24:26:Unexpected char ALSA lib conf.c:3406:(config_file_open) /usr/share/alsa/pulse-alsa.conf may be old or corrupted: consider to remove or fix it [New Thread 0xef6ffb70 (LWP 473)] [New Thread 0xef6beb70 (LWP 474)] [New Thread 0xef67db70 (LWP 475)] [New Thread 0xef63cb70 (LWP 476)] [New Thread 0xef5fbb70 (LWP 477)] [New Thread 0xef58ab70 (LWP 478)] osutils.cxx(2275) PTLib Possible deadlock in read/write mutex: thread-id=4016827248 (0xef6beb70), readers=1, writers=0 thread-id=4103559328 (0xf49758a0), readers=0, writers=1 [Thread 0xef5fbb70 (LWP 477) exited] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xef67db70 (LWP 475)] 0xf6f1205e in PStringOptions::SetAt(PCaselessString const&, PString const&) () from /usr/lib/libopal.so.3.10.4 (gdb) bt #0 0xf6f1205e in PStringOptions::SetAt(PCaselessString const&, PString const&) () from /usr/lib/libopal.so.3.10.4 #1 0xf6fa9506 in PStringOptions::SetAt(char const*, PString const&) () from /usr/lib/libopal.so.3.10.4 #2 0xf73996f8 in SIPMIMEInfo::SetContact(PString const&) () from /usr/lib/libopal.so.3.10.4 #3 0xf736b7f2 in SIPEndPoint::AdjustToRegistration(SIP_PDU&, OpalTransport const&, SIPConnection const*) () from /usr/lib/libopal.so.3.10.4 #4 0xf739f6a6 in SIP_PDU::SendResponse(OpalTransport&, SIP_PDU&, SIPEndPoint*) const () from /usr/lib/libopal.so.3.10.4 #5 0xf73a7bb6 in SIPResponse::Send(OpalTransport&, SIP_PDU const&) () from /usr/lib/libopal.so.3.10.4 #6 0xf7366ff3 in SIPEndPoint::OnReceivedOPTIONS(OpalTransport&, SIP_PDU&) () from /usr/lib/libopal.so.3.10.4 #7 0xf736472c in SIPEndPoint::OnReceivedConnectionlessPDU(OpalTransport&, SIP_PDU*) () from /usr/lib/libopal.so.3.10.4 #8 0xf7363f43 in SIPEndPoint::OnReceivedPDU(OpalTransport&, SIP_PDU*) () from /usr/lib/libopal.so.3.10.4 #9 0xf73625e1 in SIPEndPoint::HandlePDU(OpalTransport&) () from /usr/lib/libopal.so.3.10.4 #10 0xf73614d0 in SIPEndPoint::NewIncomingConnection(OpalTransport*) () from /usr/lib/libopal.so.3.10.4 #11 0xf6f254c3 in OpalEndPoint::ListenerCallback(PThread&, int) () from /usr/lib/libopal.so.3.10.4 #12 0xf6f269aa in OpalEndPoint::ListenerCallback_PNotifier::Call(PObject&, int) const () from /usr/lib/libopal.so.3.10.4 #13 0x081f3749 in PNotifierTemplate<int>::operator()(PObject&, int) const () #14 0xf6f6ddd0 in OpalListener::ListenForConnections(PThread&, int) () from /usr/lib/libopal.so.3.10.4 #15 0xf6f76762 in OpalListener::ListenForConnections_PNotifier::Call(PObject&, int) const () from /usr/lib/libopal.so.3.10.4 #16 0x081f3749 in PNotifierTemplate<int>::operator()(PObject&, int) const () #17 0xf683cf70 in PSimpleThread::Main() () from /usr/lib/libpt.so.2.10.4 #18 0xf680c5e9 in PThread::PX_ThreadStart(void*) () from /usr/lib/libpt.so.2.10.4 #19 0xf7da9c39 in start_thread (arg=0xef67db70) at pthread_create.c:304 #20 0xf612412e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 Berto -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=pt_PT, LC_CTYPE=pt_PT (charmap=UTF-8) (ignored: LC_ALL set to pt_PT.UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages ekiga depends on: ii evolution-data-server 3.2.2-1 ii gconf-service 3.2.3-4 ii gconf2 3.2.3-4 ii libatk1.0-0 2.4.0-2 ii libavahi-client3 0.6.31-1 ii libavahi-common3 0.6.31-1 ii libavahi-glib1 0.6.31-1 ii libc6 2.13-27 ii libdbus-glib-1-2 0.98-1 ii libebook-1.2-12 3.2.2-1 ii libedataserver-1.2-15 3.2.2-1 ii libgcc1 1:4.7.0-3 ii libgconf-2-4 3.2.3-4 ii libgdk-pixbuf2.0-0 2.24.1-1 ii libglib2.0-0 2.32.0-4 ii libgtk2.0-0 2.24.10-1 ii libldap-2.4-2 2.4.28-1.1 ii libnotify4 0.7.5-1 ii libopal3.10.4 3.10.4~dfsg-2 ii libpango1.0-0 1.29.4-3+b1 ii libpt2.10.4 2.10.4~dfsg-1 ii libsasl2-2 2.1.25.dfsg1-4 ii libsigc++-2.0-0c2a 2.2.10-0.1 ii libstdc++6 4.7.0-3 ii libx11-6 2:1.4.4-4 ii libxext6 2:1.3.0-3 ii libxml2 2.7.8.dfsg-7 ii libxv1 2:1.0.6-2 Versions of packages ekiga recommends: ii gvfs 1.12.0-1 ii yelp 3.4.0-1 Versions of packages ekiga suggests: pn asterisk <none> pn gnugk <none> pn mediaproxy <none> pn rtpproxy <none> pn ser <none> pn siproxd <none> pn yate <none> -- no debconf information
--- End Message ---
--- Begin Message ---Package: ekiga Version: 3.9.90-1 On Sat, 3 Nov 2012 17:23:07 Michael Gilbert wrote: > control: reopen -1 > > This issue still apparently affects unstable, so reopening to track > the fact that it needs fixing there. Michael, The original closure report only closed the bug for the version in experimental, the bug was still listed as open in unstable: http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=ekiga;dist=unstable reopening is not the way to indicate it effects specific versions, rather please use the 'found' element of bts. Marksignature.asc
Description: This is a digitally signed message part.
--- End Message ---