SuSE 10.1
GCC-4.1
latest Mesa CVS
lates git DRM

Worked all some days ago.

progs/demos> ./tunnel
Tunnel V1.5
Written by David Bucciarelli ([EMAIL PROTECTED])
Speicherschutzverletzung (core dumped)

Reading symbols from /usr/X11R6/lib/modules/dri/r200_dri.so...
done.
Loaded symbols for /usr/X11R6/lib/modules/dri/r200_dri.so
Reading symbols from /usr/lib/libexpat.so.1...done.
Loaded symbols for /usr/lib/libexpat.so.1
Reading symbols from /usr/lib/libtxc_dxtn.so...done.
Loaded symbols for /usr/lib/libtxc_dxtn.so
#0  0x00000000 in ?? ()

(gdb) bt
#0  0x00000000 in ?? ()
#1  0xb7912132 in _mesa_Bitmap (width=5, height=8, xorig=0, yorig=0, xmove=5, 
ymove=0,
    bitmap=0xb7ebecbe "       x\204\204\204\204\204\204\204\020
((DDD\202\202\"")
    at main/drawpix.c:348
#2  0xb7ea9f65 in glutBitmapCharacter (font=0x804edf8, c=84) at 
glut_bitmap.c:47
#3  0x08049e12 in printstring (font=0x804edf8,
    string=0x804b278 "Tunnel V1.5 Written by David Bucciarelli 
([EMAIL PROTECTED])")
    at tunnel.c:288
#4  0x0804a13a in draw () at tunnel.c:445
#5  0xb7ead9bd in processWindowWorkList (window=0x8058258) at 
glut_event.c:1302
#6  0xb7eae51d in glutMainLoop () at glut_event.c:1349
#7  0x08049a6a in main (ac=1, av=0xbfd45ba4) at tunnel.c:532

(gdb) info registers
eax            0x1d6    470
ecx            0x5      5
edx            0x15e    350
ebx            0x806db28        134667048
esp            0xbfd4581c       0xbfd4581c
ebp            0xb7ebecbe       0xb7ebecbe
esi            0x8      8
edi            0x5      5
eip            0x0      0
eflags         0x210213 2163219
cs             0x73     115
ss             0x7b     123
ds             0x7b     123
es             0x7b     123
fs             0x0      0
gs             0x33     51

(gdb) list
471     idle(void)
472     {
473        glutPostRedisplay();
474     }
475
476
477
478     int
479     main(int ac, char **av)
480     {

Thanks,
        Dieter

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to