Summary: | R600: libGL crashes using Lwjgl | ||
---|---|---|---|
Product: | Mesa | Reporter: | Casey Jones <jonescaseyb> |
Component: | GLX | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | nbowler |
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Full Java error log |
Description
Casey Jones
2010-08-03 17:48:25 UTC
I also tried r600g in my chroot just for kicks, and it crashes as well. Plain old glxgears worked, but the Lwjgl version does not. Can you bisect mesa to see what commit broke it? This is what I got. f8d81c31cee30821da3aab331a57f484f6a07a5d is the first bad commit commit f8d81c31cee30821da3aab331a57f484f6a07a5d Author: Nick Bowler <nbowler@draconx.ca> Date: Wed Jul 14 12:01:49 2010 -0400 dri2: Track event mask in client code. When direct rendering is being used, DRI2 BufferSwapComplete events are sent unconditionally to clients, even if they haven't been requested. This causes error messages to be printed by every freeglut application of the form freeglut (./gears): Unknown X event type: 104 and might confuse other clients. This is a fixed up version of the patch by Jesse Barnes, which drops BufferSwapComplete events if they are not requested by clients. Fixes fdo bug 27962. Signed-off-by: Nick Bowler <nbowler@draconx.ca> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> This looks like a glx bug rather than a driver bug. This bug went away. A while ago it only crashed when the application exited, but it ran fine before you closed the window. Now it doesn't crash at all. I'll leave this open though in case a developer has anything to say. (In reply to comment #5) > This bug went away. A while ago it only crashed when the application exited, > but it ran fine before you closed the window. Now it doesn't crash at all. > > I'll leave this open though in case a developer has anything to say. Closing. |
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.