[Bug 27141] piglit glean/vertProg1 core dumps with RV790

2010-03-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27141 --- Comment #1 from Chris Rankin 2010-03-17 15:46:41 PST --- This same bug seems to be triggered by "bin/vp-bad-program -auto". -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 27141] piglit glean/vertProg1 core dumps with RV790

2010-03-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27141 --- Comment #2 from Chris Rankin 2010-03-18 07:47:02 PST --- The problem happens when destroying the GLContext: - we call _mesa_free_context_data(), which sets ctx->DrawBuffer = NULL - _mesa_free_context_data() then calls _mesa_free_texture

[Bug 27141] piglit glean/vertProg1 core dumps with RV790

2010-03-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27141 --- Comment #3 from Pauli 2010-03-18 12:28:50 PST --- Patches are welcome :) You can send the fix to mesa3d-...@lists.sourceforge.net. git commands format-patch and send-email are very easy tools to send patches to the mailing list. -- Co

[Bug 27141] piglit glean/vertProg1 core dumps with RV790

2010-03-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27141 --- Comment #4 from Chris Rankin 2010-03-18 12:38:07 PST --- (In reply to comment #3) > Patches are welcome :) Actually, I would describe this as "the cause" rather than "the fix". I was hoping that someone who understands what the code *sh