GNOME Bugzilla – Bug 429615
crash in Ekiga Softphone: starting Ekiga
Last modified: 2007-05-02 07:14:48 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
+ Trace 127668
Thread 8 (Thread 1116768576 (LWP 2577))
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.
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.
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.
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 ***
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.