I tried latest git from mesa master (latest commit is):
commit 11d694b1bb0cb384d802d7e0e252cf5119febb98
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Fri Sep 5 08:06:59 2008 -0600

    mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib()



Glxgears crash as soon as it starts. This is gdb trace:
[EMAIL PROTECTED]:~$ gdb glxgears
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /usr/bin/glxgears
[Thread debugging using libthread_db enabled]
[New process 11011]
[New Thread -1211914576 (LWP 11011)]
libGL: OpenDriver: trying /usr/lib/dri/swrast_dri.so

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1211914576 (LWP 11011)]
0x47206769 in ?? ()
(gdb) bt
#0  0x47206769 in ?? ()
#1  0xb7f09deb in glXSwapBuffers (dpy=0x804c008, drawable=35651586)
    at glxcmds.c:859
#2  0x0804a69b in main (argc=1, argv=0xbfc857b4) at glxgears.c:338
(gdb)

Bye
Marco

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to