Summary: | [sna][regression] X server crashes when trying to resize a gtk2 window under Openbox WM | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | gedgon | ||||
Component: | Driver/intel | Assignee: | Chris Wilson <chris> | ||||
Status: | RESOLVED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||
Severity: | normal | ||||||
Priority: | medium | ||||||
Version: | unspecified | ||||||
Hardware: | x86-64 (AMD64) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
gedgon
2014-06-23 18:04:10 UTC
Can you gdb to get a better backtrace or run "addr2line -i -e /usr/lib/xorg/modules/drivers/intel_drv.so 0x7c6b7 0xe0940 0x4e448 0x50b6e" I think this will mask the bug: commit ded05e8abb248664124d2b86f77c27497a252c4e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jun 23 22:15:56 2014 +0100 sna: Allow scratch pixmap to allocate linear GPU bo When allocating a scratch pixmap, we do so in the expectation that rendering on the GPU is always preferrable, so even allocate a small linear bo. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> But I do need to know where it fell over in case it is not obvious. Created attachment 101643 [details] backtrace (In reply to comment #1) > Can you gdb to get a better backtrace or run > "addr2line -i -e /usr/lib/xorg/modules/drivers/intel_drv.so 0x7c6b7 0xe0940 > 0x4e448 0x50b6e" Sorry, hope it's more useful now. addr2line says xf86-video-intel-git/src/sna/sna.h:856 xf86-video-intel-git/src/sna/sna_render.c:2146 xf86-video-intel-git/src/sna/gen6_render.c:2746 xf86-video-intel-git/src/sna/sna_accel.c:5610 xf86-video-intel-git/src/sna/sna_accel.c:16784 Yes. That should be fixed by ded05e8abb248664124d2b86f77c27497a252c4e. Thanks a lot! Thank you very much. |
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.