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 429615 - crash in Ekiga Softphone: starting Ekiga
crash in Ekiga Softphone: starting Ekiga
Status: RESOLVED DUPLICATE of bug 421187
Product: ekiga
Classification: Applications
Component: general
2.0.x
Other All
: High critical
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-14 10:19 UTC by rbachl
Modified: 2007-05-02 07:14 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description rbachl 2007-04-14 10:19:27 UTC
Version: 2.0.9

What were you doing when the application crashed?
starting Ekiga


Distribution: Gentoo Base System release 1.12.9
Gnome Release: 2.16.2 2007-01-23 (Gentoo)
BugBuddy Version: 2.16.0

Memory status: size: 297492480 vsize: 297492480 resident: 39796736 share: 31600640 rss: 39796736 rss_rlim: -1
CPU usage: start_time: 1176545902 rtime: 60 utime: 56 stime: 4 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 "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 47968481749488 (LWP 2556)]
[New Thread 1118632256 (LWP 2591)]
[New Thread 1118366016 (LWP 2590)]
[New Thread 1118099776 (LWP 2589)]
[New Thread 1117833536 (LWP 2586)]
[New Thread 1117301056 (LWP 2579)]
[New Thread 1117034816 (LWP 2578)]
[New Thread 1116768576 (LWP 2577)]
[New Thread 1116502336 (LWP 2569)]
[New Thread 1116236096 (LWP 2567)]
[New Thread 1074272576 (LWP 2562)]
[New Thread 1074006336 (LWP 2561)]
0x00002ba0848c6556 in poll () from /lib/libc.so.6

Thread 8 (Thread 1116768576 (LWP 2577))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 ??
    from /usr/lib/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 PStandardColourConverter::YUV420PtoRGB
    from /usr/lib/libpt_linux_x86_64_r.so.1.10.7
  • #4 P_YUV420P_RGB24::Convert
    from /usr/lib/libpt_linux_x86_64_r.so.1.10.7
  • #5 ??
  • #6 ??
  • #7 PThread::PX_ThreadStart
    from /usr/lib/libpt_linux_x86_64_r.so.1.10.7
  • #8 start_thread
    from /lib/libpthread.so.0
  • #9 clone
    from /lib/libc.so.6
  • #10 ??

Comment 1 Damien Sandras 2007-04-14 20:12:29 UTC
What camera are you using ?

It crashes in pwlib when converting from YUV420P to RGB. So I doubt it just crashes when starting Ekiga, it crashes when displaying images from your camera.
Comment 2 Snark 2007-04-15 06:50:00 UTC
I ekiga is configured for video preview, crash-on-preview is crash-on-exit.

If you run the following command in a terminal, it will disable video preview :
gconftool-2 --set /apps/ekiga-snapshot/devices/video/enable_preview --type bool 0

If it's a crash-on-preview, ekiga should now start. And clicking to enable video preview should crash.

Please report if it's really that.
Comment 3 rbachl 2007-04-15 08:12:56 UTC
I am using a Creative Live! Cam Optia with the linux_uvc driver.
Maybe this is still the same error as described in bug #421187?
Unfortunately, I was not yet able to provide more feedback there
(Luc wanted me to compile with the DEBUG=1 option) and I currently
also cannot check whether it works with preview disabled, until I am
back home in a week from now.
Comment 4 Damien Sandras 2007-04-15 09:14:46 UTC
Ah yes, it is indeed a DUP (I can see that from the backtrace).

Marking as DUP, please try providing the required info to Luc.

*** This bug has been marked as a duplicate of 421187 ***
Comment 5 rbachl 2007-05-02 07:14:48 UTC
gconftool-2 --set /apps/ekiga-snapshot/devices/video/enable_preview --type bool
0

did not resolve the crash at startup, it seems not to be a crash-on-preview.