-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 明覺 wrote: > Greetings! > my application crashes at line 660 of glxcmds.c, here is the gdb info: > --------------------------------------------------------------------------------------- > (gdb) break glxcmds.c:660 > Breakpoint 1 (glxcmds.c:660) pending. > (gdb) run > Breakpoint 1, glXWaitX () at glxcmds.c:660 > (gdb) print psc->driScreen->waitX > $3 = (void (*)(__GLXDRIdrawable *)) 0x47206769666e6f63 > (gdb) print *psc->driScreen->waitX > Cannot access memory at address 0x47206769666e6f63 > (gdb) step > Program received signal SIGSEGV, Segmentation fault. > --------------------------------------------------------------------------------------- > is it a bug of mesa or something wrong in my application? thanks
It's a known bug in Mesa. I believe that this is already fixed, so you should just need to update Mesa. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkoIik0ACgkQX1gOwKyEAw/iGwCgibNHj/on69NrkzoeJ//HaRAP 7yEAn0IjjNucxIfGeoOnECC3kU0//9yf =BhOx -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
