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 610917 - crash (segfault) running ekiga on archlinux
crash (segfault) running ekiga on archlinux
Status: RESOLVED DUPLICATE of bug 593067
Product: ekiga
Classification: Applications
Component: general
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-24 08:25 UTC by sacarde
Modified: 2010-02-25 16:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
output from exec: gdb --args ekiga -d 4 2>&1 | tee gdb-ekiga.txt (44.82 KB, text/plain)
2010-02-24 08:25 UTC, sacarde
Details
gdb --args ekiga -d 4 2>&1 | tee gdb-ekiga.txt and thread apply all bt (44.60 KB, text/plain)
2010-02-24 09:25 UTC, sacarde
Details
with: HW acceleration was deactivated by configuration (43.38 KB, text/plain)
2010-02-24 20:41 UTC, sacarde
Details

Description sacarde 2010-02-24 08:25:19 UTC
Created attachment 154576 [details]
output from exec: gdb --args ekiga -d 4 2>&1 | tee gdb-ekiga.txt

hi,
   in my archlinux (current) with kdemod3, I have crash running ekiga-3.2.6-1

I open bugreport in archlinux: 

http://bugs.archlinux.org/task/17757?string=ekiga


but I havent found a solution




thankyou
Comment 1 sacarde 2010-02-24 09:25:13 UTC
Created attachment 154577 [details]
gdb --args ekiga -d 4 2>&1 | tee gdb-ekiga.txt

and

thread apply all bt

and

thread apply all bt

gdb --args ekiga -d 4 2>&1 | tee gdb-ekiga.txt

and

thread apply all bt
Comment 2 Eugen Dedu 2010-02-24 14:58:46 UTC
Does it appear when you close ekiga?
Comment 3 sacarde 2010-02-24 16:21:32 UTC
I dont close ekiga

it show: The program 'ekiga' received an X Window System error.
and it crash
Comment 4 Eugen Dedu 2010-02-24 16:27:28 UTC
What do you do when it crashes?
Comment 5 sacarde 2010-02-24 16:41:57 UTC
nothing

I run ekiga from terminal, it crash and return to prompt


http://bugs.archlinux.org/task/17757?string=ekiga
Comment 6 Yannick 2010-02-24 18:16:07 UTC
Hi,

I don't know if relevant:

2010/02/24 10:22:43.744	  0:04.964	GMVideoOut...0xf7ef5710	GMVideoOutputManager_X	VO_MODE_LOCAL: Could not open XV Window
2010/02/24 10:22:43.744	  0:04.964	GMVideoOut...0xf7ef5710	GMVideoOutputManager_X	Falling back to SW since HW acceleration failed to initalize

It uses software backend to init the video...
Comment 7 sacarde 2010-02-24 19:34:20 UTC
with "gconf-editor"
in the key: /apps/ekiga/general/user_interface/video_display/disable_hw_accel 
I enable it

restart ekiga

but same crash
Comment 8 Eugen Dedu 2010-02-24 20:00:02 UTC
Thanks, Yannick, this bug seems to be a duplicate of bug #593067.

*** This bug has been marked as a duplicate of bug 593067 ***
Comment 9 sacarde 2010-02-24 20:22:14 UTC
with disable_hw_accel ekiga crash too
Comment 10 sacarde 2010-02-24 20:41:29 UTC
Created attachment 154624 [details]
with: HW acceleration was deactivated by configuration
Comment 11 Yannick 2010-02-24 20:45:58 UTC
sacarde,

Ekiga cannot use use hardware acceleration anyway in your actual setup. We suspect the bug to be in the software replacement builtin ekiga.

A possible workaround could be to disable the "disable_hw_accel" key with gconf-editor AND add XV support for your video driver (it is up to the video driver to have XV support, not to ekiga).
Comment 12 sacarde 2010-02-24 20:48:33 UTC
I use vesa driver on Xorg

may be this a problem ?
Comment 13 Eugen Dedu 2010-02-24 20:51:22 UTC
vesa does not use the powerful capability of video cards.  You need to use a driver specific to your card.  What does "lspci" show?
Comment 14 sacarde 2010-02-24 20:59:37 UTC
nVidia Corporation C61 [GeForce 6150SE nForce 430]
Comment 15 Eugen Dedu 2010-02-24 21:02:22 UTC
Well, you need to install xserver-xorg-video-nv package.  The problem is that, in a few words, even if this driver is better than vesa, it does not provide the powerful hardware acceleration (to my knowledge)...
Comment 16 Yannick 2010-02-25 16:27:06 UTC
The driver Nouveau made its inclusion in the fresh kernel 2.6.33, probably the best choice if not using proprietary driver, or wait for the fix in Ekiga.
Comment 17 Yannick 2010-02-25 16:31:07 UTC
and I forgot to mention Nouveau has Xv (Xvideo) support.