Bug#617653: Could you please apply the patch?

2011-10-08 Thread Cyril Brulebois
Hi, Vladimir 'φ-coder/phcoder' Serbinenko (07/10/2011): > Could you please apply the patch > http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=xorg-patch.diff;att=1;bug=617653 > This crash gets more and more annoying we usually ask reporters to get their patch

Bug#617653: Upstream bug

2011-05-11 Thread Simon Ruggier
Maybe DRI2WaitSwap is a function that expects valid data to be passed in, and all three drivers have separate bugs that result in a bad data structure being passed in. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas

Bug#617653: Upstream bug

2011-05-11 Thread Matthias Dellweg
I tried the testcase there, but it did not trigger the problem. However the symptoms look alike. Am Samstag, 7. Mai 2011 schrieb Simon Ruggier: > There's an upstream bug that might be related: > https://bugs.freedesktop.org/show_bug.cgi?id=34474 -- To UNSUBSCRIBE, email to debian-bugs-dist-re

Bug#617653: Upstream bug

2011-05-07 Thread Simon Ruggier
There's an upstream bug that might be related: https://bugs.freedesktop.org/show_bug.cgi?id=34474 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#617653:

2011-05-06 Thread Matthias Dellweg
same Problem here with version 2:1.10.1-2 of xserver-xorg-core. Looking at the code: The routine DRI2DrawablePtr is obviously designed to return NULL in certain cases (At least if type is UNDRAWABLE_WINDOW). If this is supposed to be valid, it should be handled gracefully in DRI2WaitSwap, maybe

Bug#617653: Acknowledgement (xserver-xorg-core: Xorg crashes on second launch of any wine application using OpenGL)

2011-03-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
tag 617653 patch thanks Attached patch seems to fix the problem. I didn't study the code in enough detail to know if it may create more problem or if it's a correct solution. But at very least it prevents a very annoying crash so I recommend applying it, at least until proper solution is found --