[Desktop-packages] [Bug 1203273] Re: (needs 2.21.14) Xorg crashed with SIGABRT in has_offload_slaves()

2013-08-15 Thread Launchpad Bug Tracker
This bug was fixed in the package xserver-xorg-video-intel - 2:2.21.14-4ubuntu2 --- xserver-xorg-video-intel (2:2.21.14-4ubuntu2) saucy; urgency=low * Re-add changes to xmir. -- Maarten Lankhorst maarten.lankho...@ubuntu.com Thu, 15 Aug 2013 10:36:22 +0200 ** Changed in:

Re: [Desktop-packages] [Bug 1203273]

2013-08-10 Thread jcwillian
era o apache que esta ruim, reinstalei o ubuntu e ficou legal. 2013/8/5 Chris Wilson ch...@chris-wilson.co.uk glitch? Behaves the same for sna/uxa/fb, so I presume the bug is in the rendering commands i.e. higher up the stack. -- You received this bug notification because you are

[Desktop-packages] [Bug 1203273]

2013-08-09 Thread tadas
Created attachment 83666 File name glitch If i have a file or folder, and its name is more than 1 line, if i select part of the name in 2 or more lines, then the rest of the text in lines with selected text is not black, but white. -- You received this bug notification because you are a member

[Desktop-packages] [Bug 1203273]

2013-08-09 Thread Chris Wilson
glitch? Behaves the same for sna/uxa/fb, so I presume the bug is in the rendering commands i.e. higher up the stack. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.

[Desktop-packages] [Bug 1203273] Re: (needs 2.21.14) Xorg crashed with SIGABRT in has_offload_slaves()

2013-08-04 Thread Chris Wilson
** Summary changed: - Xorg crashed with SIGABRT in has_offload_slaves() + (needs 2.21.14) Xorg crashed with SIGABRT in has_offload_slaves() -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.

[Desktop-packages] [Bug 1203273]

2013-08-04 Thread Moondrake
Created attachment 83493 gdb output Work is keeping my too busy, so it took some time. Anyway, finally did manage to get the gdb output at least. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.

[Desktop-packages] [Bug 1203273]

2013-08-04 Thread Chris Wilson
I think I understand it: commit 5287660aafe45859c07874c22dca99c1ff5e555a Author: Chris Wilson ch...@chris-wilson.co.uk Date: Fri Aug 2 13:18:12 2013 +0100 sna: Reserve relocation entries for the deferred VBO Whilst we reserved exec entry slots for the deferred VBO, there were no

[Desktop-packages] [Bug 1203273]

2013-08-04 Thread Moondrake
You're quicker than I had time to recompile with debug. As far as i can tell, this has fixed the issue. Should it change, i will let you know. Thanks! d. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in

[Desktop-packages] [Bug 1203273]

2013-08-04 Thread Chris Wilson
Ok, this is starting to make sense. Buffer overflow in the relocation array. If you run with --enable-debug this should trigger an assertion. So if you could recompile and run under gdb, that would be invaluable. Meanwhile I'll look for paths where I've made an incorrect check. -- You received

[Desktop-packages] [Bug 1203273] Re: (needs 2.21.14) Xorg crashed with SIGABRT in has_offload_slaves()

2013-08-04 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1203273 Title: (needs 2.21.14) Xorg

[Desktop-packages] [Bug 1203273] Re: Xorg crashed with SIGABRT in has_offload_slaves()

2013-08-02 Thread Chris Wilson
@Doug, can you tell me what hardware you have? Specifically the graphics card (or CPU)? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1203273 Title: Xorg crashed

[Desktop-packages] [Bug 1203273] Re: Xorg crashed with SIGABRT in has_offload_slaves()

2013-08-02 Thread Chris Wilson
** Changed in: xserver-xorg-video-intel (Ubuntu) Status: Incomplete = Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1203273 Title: Xorg crashed

[Desktop-packages] [Bug 1203273]

2013-07-31 Thread Moondrake
just compiled 2.21.13 as it is supposed to fix some mem corruption, but it still crashes... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1203273 Title: Xorg

[Desktop-packages] [Bug 1203273]

2013-07-31 Thread Chris Wilson
Note that sna-scrn being NULL there is an indication of memory corruption, as X cannot start unless it sets that. An alternate possibility it that the BlockHandler is running after we shutdown... Again, I think impossible. -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1203273]

2013-07-31 Thread Moondrake
I did recompile with full debug but unfortunately, I do not manage to crash it with the same procedure. Everything is a lot slower however, so maybe timing is important. I suspected memory corruption as well as triggering the crash seems to rely there being consideral memory load on the system.

[Desktop-packages] [Bug 1203273]

2013-07-31 Thread Chris Wilson
Can you try CFLAGS=-O0 -g3 ./configure blah? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1203273 Title: Xorg crashed with SIGABRT in has_offload_slaves() Status

[Desktop-packages] [Bug 1203273]

2013-07-31 Thread Moondrake
with O0 -g3 it was not so easy to trigger, but: Program received signal SIGSEGV, Segmentation fault. 0x7f1472b8b88c in has_offload_slaves (sna=0x7f1471868000) at sna_accel.c:14747 14747 ScreenPtr screen = sna-scrn-pScreen; (gdb) bt full #0 0x7f1472b8b88c in has_offload_slaves

[Desktop-packages] [Bug 1203273]

2013-07-31 Thread Chris Wilson
To use valgrind, do ./configure --enable-debug, then I find it easier to launch X by hand, so something like: $ sudo valgrind --trace-children /usr/bin/Xorg -ac -noreset 21 | tee /tmp/xorg.txt switch back to a second VT, or login in remotely, then $ DISPLAY=:0 gnome-session switch back to X

[Desktop-packages] [Bug 1203273]

2013-07-31 Thread Chris Wilson
Next time you see a crash, please p *sna and p *sna-scrn -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1203273 Title: Xorg crashed with SIGABRT in

[Desktop-packages] [Bug 1203273] Re: Xorg crashed with SIGABRT in has_offload_slaves()

2013-07-29 Thread Maarten Lankhorst
** Information type changed from Private to Public ** Also affects: xserver-xorg-video-intel (Ubuntu) Importance: Undecided Status: New ** No longer affects: xorg-server (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed

[Desktop-packages] [Bug 1203273] Re: Xorg crashed with SIGABRT in has_offload_slaves()

2013-07-29 Thread Chris Wilson
There is no clear reason why that would explode; looks more or less like a corrupt screen-dirty_pixmap_list. An alternative explanation would be that ScrnInfo-pScreen is NULL - would be extremely reproducible, and equally impossible. So memory corruption? -- You received this bug notification

[Desktop-packages] [Bug 1203273] Re: Xorg crashed with SIGABRT in has_offload_slaves()

2013-07-29 Thread Chris Wilson
Note in the duplicate bug #1203593 the stacktrace from apport doesn't match the crash; from the Xorg.0.log the crash would be in sna_accel_flush_callback(). Can you please make sure you run apt-get install xdiagnose and attach all logs if this reoccurs. ** Changed in: xserver-xorg-video-intel

[Desktop-packages] [Bug 1203273] Re: Xorg crashed with SIGABRT in has_offload_slaves()

2013-07-29 Thread Chris Wilson
** Bug watch added: freedesktop.org Bugzilla #67504 https://bugs.freedesktop.org/show_bug.cgi?id=67504 ** Also affects: xserver-xorg-video-intel via https://bugs.freedesktop.org/show_bug.cgi?id=67504 Importance: Unknown Status: Unknown -- You received this bug notification

[Desktop-packages] [Bug 1203273] Re: Xorg crashed with SIGABRT in has_offload_slaves()

2013-07-29 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=67504. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at