Comment 23 for bug 774978

Revision history for this message
Sergio (sergio-otero) wrote : Re: xserver seg'd [945GM]

I don't have the knowledge to know if it's the same bug, but i've got a way to reproduce a similar crash which generates this backtrace:

[ 14986.199] 0: /usr/bin/X (xorg_backtrace+0x26) [0x4a2626]
[ 14986.199] 1: /usr/bin/X (0x400000+0x6219a) [0x46219a]
[ 14986.199] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f53699ac000+0xfc60) [0x7f53699bbc60]
[ 14986.199] 3: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f5366af4000+0x20373) [0x7f5366b14373]
[ 14986.199] 4: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f5366af4000+0x21777) [0x7f5366b15777]
[ 14986.199] 5: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f5366af4000+0x2b0e5) [0x7f5366b1f0e5]
[ 14986.199] 6: /usr/bin/X (0x400000+0xdc1b5) [0x4dc1b5]
[ 14986.199] 7: /usr/bin/X (0x400000+0xd5638) [0x4d5638]
[ 14986.199] 8: /usr/bin/X (0x400000+0x2e2a9) [0x42e2a9]
[ 14986.200] 9: /usr/bin/X (0x400000+0x21a7e) [0x421a7e]
[ 14986.200] 10: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xff) [0x7f53688f5eff]
[ 14986.200] 11: /usr/bin/X (0x400000+0x21629) [0x421629]
[ 14986.200] Segmentation fault at address 0x18
[ 14986.200]
Caught signal 11 (Segmentation fault). Server aborting
[ 14986.200]

Steps to reproduce:
 * Install wine 1.2.2 from Software Center
 * Download this minified js that consist in a very large line of javascript: http://bellard.org/jslinux/cpux86.js
 * Second button on the js file -> Open with Notepad
 * Scroll down to the end of the file with mouse or keyboard => CRASH

If you cannot reproduce the bug with these steps or need more info, please tell me.

Besides the bug, 2 things:
 * I opened the file with Notepad because opening with gedit was very slow on opening and moving. Maybe i should file another bug
 * The js is from an amazing Javascript PC Emulator available at http://bellard.org/jslinux. It runs a Linux inside Javascript !!