Re: glxgears crash with latest mesa swrast module

2008-09-12 Thread Marco
I forgot to mention I enabled dri2 in xserver, and yes I always do a
clean rebuild.
But after latest commit:
author  George Sapountzis [EMAIL PROTECTED]
 Fri, 12 Sep 2008 09:43:10 + (12:43 +0300)
commit  d3dc95e26a0da2b89e7a3cdf5bacbfc66ed17c95
all is fine now and glkxgears doesn't segfault anymore.

Thanks
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=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: glxgears crash with latest mesa swrast module

2008-09-11 Thread Marco
 I don't see how that change could be related to a SwapBuffers crash

Sorry I was misunderstod: that is latest commit I have.

Last mesa sources I had was from 20/08/2008, and glxgears was running
fine, then I upgraded till the commit  of Fri Sep 5 08:06:59 2008
-0600 and glxgears now crashes.

Bye

-
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=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: glxgears crash with latest mesa swrast module

2008-09-11 Thread Brian Paul
Marco wrote:
 I don't see how that change could be related to a SwapBuffers crash
 
 Sorry I was misunderstod: that is latest commit I have.
 
 Last mesa sources I had was from 20/08/2008, and glxgears was running
 fine, then I upgraded till the commit  of Fri Sep 5 08:06:59 2008
 -0600 and glxgears now crashes.

I don't see any problem here and nobody else has reported it.  Did you 
try a clean rebuild?

-Brian


-
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=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


glxgears crash with latest mesa swrast module

2008-09-10 Thread Marco
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=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: glxgears crash with latest mesa swrast module

2008-09-10 Thread Brian Paul
I don't see how that change could be related to a SwapBuffers crash. 
Maybe try recompile everything from scratch.

-Brian

Marco wrote:
 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=100url=/
 --
 ___
 Dri-devel mailing list
 Dri-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dri-devel
 


-
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=100url=/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel