[Mesa-dev] [Bug 38086] Mesa 7.11-devel implementation error: Unexpected program target in destroy_program_variants_cb()

2013-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38086 Brian Paul bri...@vmware.com changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa-dev] [Bug 38086] Mesa 7.11-devel implementation error: Unexpected program target in destroy_program_variants_cb()

2013-02-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38086 --- Comment #5 from Laurent carlier lordhea...@gmail.com --- Can reproduce this bug also with mesa-9.2-devel (git) but also 9.0.x with counter strike: Source (steam-linux) gdb backtrace: Breakpoint 2, destroy_program_variants (st=0x8171910,

[Mesa-dev] [Bug 38086] Mesa 7.11-devel implementation error: Unexpected program target in destroy_program_variants_cb()

2013-02-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38086 --- Comment #6 from Brian Paul bri...@vmware.com --- Can you make a trace of this issue with apitrace? https://github.com/apitrace/apitrace -- You are receiving this mail because: You are the assignee for the bug.

[Mesa-dev] [Bug 38086] Mesa 7.11-devel implementation error: Unexpected program target in destroy_program_variants_cb()

2013-02-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38086 --- Comment #7 from Laurent carlier lordhea...@gmail.com --- (In reply to comment #6) Can you make a trace of this issue with apitrace? https://github.com/apitrace/apitrace You can find it here:

[Mesa-dev] [Bug 38086] Mesa 7.11-devel implementation error: Unexpected program target in destroy_program_variants_cb()

2011-06-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38086 --- Comment #4 from Alexandre Demers alexandre.f.dem...@gmail.com 2011-06-08 23:43:25 PDT --- It seems related to a wrapper I use to let Diablo 2 use Glide over OpenGL. All other configuration (Direct 2D and Direct 3D) are OK and don't produce

[Mesa-dev] [Bug 38086] Mesa 7.11-devel implementation error: Unexpected program target in destroy_program_variants_cb()

2011-06-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38086 --- Comment #2 from Alexandre Demers alexandre.f.dem...@gmail.com 2011-06-08 14:37:13 PDT --- With the latest code, here is the result: Mesa 7.11-devel implementation error: Unexpected program target 0x0 in destroy_program_variants_cb() Please

[Mesa-dev] [Bug 38086] Mesa 7.11-devel implementation error: Unexpected program target in destroy_program_variants_cb()

2011-06-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38086 --- Comment #3 from Brian Paul brian.e.p...@gmail.com 2011-06-08 15:14:27 PDT --- Hmmm, can you go in with gdb and poke around a bit? Get the call stack, print *program, etc? It would be easy to silence this warning, but I'd like to know the