Bug#536106: amd64 SEGVs due to dispatcher wrapper issue.

2009-08-11 Thread Brian Paul
Julien Cristau wrote: Hi Brian, the following bug was reported against the mesa 7.0.3 package in Debian. The relevant code doesn't seem to have changed in master. Could you take a look? Thanks, Julien On Tue, Jul 7, 2009 at 17:50:06 +0100, roger wrote: It appears that mesa 7.0.3, crashes w

Bug#536106: amd64 SEGVs due to dispatcher wrapper issue.

2009-08-07 Thread Julien Cristau
Hi Brian, the following bug was reported against the mesa 7.0.3 package in Debian. The relevant code doesn't seem to have changed in master. Could you take a look? Thanks, Julien On Tue, Jul 7, 2009 at 17:50:06 +0100, roger wrote: > It appears that mesa 7.0.3, crashes with some application in

Bug#536106: amd64 SEGVs due to dispatcher wrapper issue.

2009-07-07 Thread roger
Package: mesa Severity: important Tags: patch It appears that mesa 7.0.3, crashes with some application in amd64 mode. Weh I traced this into mesa I found the wrapper was only fetching the dispatch table thru _gl_DispatchTSD - although it had not been setup correctly - (The magic was 0) . I co