lxterminal crashes xserver

Please post all general support questions for LXDE here.
Locked
tim
Posts: 3
Joined: Thu Jul 01, 2010 9:35 pm

lxterminal crashes xserver

Post by tim »

I use LXDE with Arch Linux and lxterminal started crashing xserver after my last upgrade. That is, every time I try to launch lxterminal, xserver crashes before a window even appears. This is consistently reproducible but only happens with lxterminal (as far as I know). I switched to gnome-terminal for the time being but I'd like to get this fixed. I'm working on debugging this from an X perspective (http://wiki.x.org/wiki/Development/Docu ... 28fault%29) but as that's looking like a rabbit hole, I'd appreciate any suggestions / insight. Anyone else run into this?

lxterminal 0.1.7-1
lxde-common 0.5.0-1
xorg-server 1.8.1.902-1 (provides libfb.so in Arch - see below)
kernel 2.6.34-ARCH


From /var/log/Xorg.0.log after crash:

[ 4480.061]
Backtrace:
[ 4480.061] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80df05b]
[ 4480.062] 1: /usr/bin/X (0x8048000+0x63da5) [0x80abda5]
[ 4480.062] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb788340c]
[ 4480.062] 3: /usr/lib/xorg/modules/libfb.so (image_from_pict+0x3b8) [0xb72e6a58]
[ 4480.062] 4: /usr/lib/xorg/modules/libfb.so (fbComposite+0x121) [0xb72e6c51]
[ 4480.062] 5: /usr/bin/X (0x8048000+0xc7053) [0x810f053]
[ 4480.062] 6: /usr/bin/X (CompositePicture+0x290) [0x8103710]
[ 4480.062] 7: /usr/bin/X (0x8048000+0x12f0a2) [0x81770a2]
[ 4480.062] 8: /usr/bin/X (0x8048000+0x12eea8) [0x8176ea8]
[ 4480.063] 9: /usr/bin/X (0x8048000+0x12eea8) [0x8176ea8]
[ 4480.063] 10: /usr/bin/X (0x8048000+0x9885f) [0x80e085f]
[ 4480.063] 11: /usr/bin/X (BlockHandler+0x58) [0x80921f8]
[ 4480.063] 12: /usr/bin/X (WaitForSomething+0x10c) [0x80a7fec]
[ 4480.063] 13: /usr/bin/X (0x8048000+0x214d0) [0x80694d0]
[ 4480.063] 14: /usr/bin/X (0x8048000+0x1a4b5) [0x80624b5]
[ 4480.063] 15: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb75c5c76]
[ 4480.064] 16: /usr/bin/X (0x8048000+0x1a0a1) [0x80620a1]
[ 4480.064] Segmentation fault at address 0x20
[ 4480.064]
Fatal server error:
[ 4480.064] Caught signal 11 (Segmentation fault). Server aborting
[ 4480.064]
[ 4480.064]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
tim
Posts: 3
Joined: Thu Jul 01, 2010 9:35 pm

Re: lxterminal crashes xserver - bug report for x.org

Post by tim »

I filed a bug report with gdb trace information under xorg on freedesktop.org:

https://bugs.freedesktop.org/show_bug.cgi?id=28882
tim
Posts: 3
Joined: Thu Jul 01, 2010 9:35 pm

Re: lxterminal crashes xserver

Post by tim »

This is not a problem in lxterminal 0.1.9
Locked