Bug 47046 - x11-drivers/xf86-video-intel-2.18.0 : segfaults when launching rdp session with remmina SNA enabled
Summary: x11-drivers/xf86-video-intel-2.18.0 : segfaults when launching rdp session wi...
Status: CLOSED NOTOURBUG
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: XOrg git
Hardware: x86-64 (AMD64) Linux (All)
: medium major
Assignee: Daniel Vetter
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-07 03:39 UTC by eandry@free.fr
Modified: 2017-07-24 23:02 UTC (History)
4 users (show)

See Also:
i915 platform:
i915 features:


Attachments
Xorg coredump (1.53 MB, application/x-xz)
2012-03-19 04:18 UTC, eandry@free.fr
no flags Details

Description eandry@free.fr 2012-03-07 03:39:32 UTC
The original bug was opened against gentoo : https://bugs.gentoo.org/show_bug.cgi?id=406593

Here's the backtrace :


Backtrace:
[  4255.572] 0: /usr/bin/Xorg (xorg_backtrace+0x26) [0x5667a6]
[  4255.572] 1: /usr/bin/Xorg (0x400000+0x16a2d9) [0x56a2d9]
[  4255.572] 2: /lib64/libpthread.so.0 (0x3d36800000+0x10bc0) [0x3d36810bc0]
[  4255.572] 3: /lib64/libc.so.6 (0x3d36000000+0x11f360) [0x3d3611f360]
[  4255.572] 4: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7fb9d1f22000+0x35ade) [0x7fb9d1f57ade]
[  4255.572] 5: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7fb9d1f22000+0x6b8ca) [0x7fb9d1f8d8ca]
[  4255.572] 6: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7fb9d1f22000+0x5ec72) [0x7fb9d1f80c72]
[  4255.572] 7: /usr/bin/Xorg (0x400000+0xf7b24) [0x4f7b24]
[  4255.572] 8: /usr/bin/Xorg (0x400000+0xf00b4) [0x4f00b4]
[  4255.572] 9: /usr/bin/Xorg (0x400000+0x36da1) [0x436da1]
[  4255.572] 10: /usr/bin/Xorg (0x400000+0x2611a) [0x42611a]
[  4255.572] 11: /lib64/libc.so.6 (__libc_start_main+0xed) [0x3d3602438d]
[  4255.572] 12: /usr/bin/Xorg (0x400000+0x2640d) [0x42640d]
[  4255.573] Segmentation fault at address 0x26eff8
[  4255.573] 
Fatal server error:
[  4255.573] Caught signal 11 (Segmentation fault). Server aborting
[  4255.573] 
[  4255.573]
Comment 1 Chris Wilson 2012-03-07 03:49:18 UTC
Upgrade to xserver-1.12.
Comment 2 eandry@free.fr 2012-03-19 03:22:29 UTC
Hi,

same issue with xserver-1.12.
Comment 3 Chris Wilson 2012-03-19 03:25:25 UTC
So attach gdb and lets see some symbols.
Comment 4 eandry@free.fr 2012-03-19 04:03:25 UTC
Well, according to the wiki, I need a 2nd machine to debug (that I don't have).

But abrt caught the crash, and generated some files (maps, coredump, dso_list, core_backtrace...)
What file can I provide to help ?
Comment 5 Chris Wilson 2012-03-19 04:08:38 UTC
Using the single machine, you need to create a coredump for X. See if you already have one, otherwise it is something like:

$ ulimit -c $((1024*1024*1024))
$ X -ac -core
# recreate bug by launching rdp
$ gdb X corefile
gdb) bt
Comment 6 eandry@free.fr 2012-03-19 04:18:31 UTC
Created attachment 58675 [details]
Xorg coredump
Comment 7 Chris Wilson 2012-03-19 04:20:45 UTC
You need to run gdb on your machine with the symbols for your libraries, otherwise it is just hex...


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.