(resending due to SF mailing list problems ...)

Hi,

after a CVS upgrade last night I got two some assertions in the radeon
driver. One happened when exiting from glxgears in radeonDeleteTexture.
Commenting out the assert statement helped.

I got the other one in Torcs when entering the game. Here's a complete
backtrace.

torcs: radeon_state.c:741: radeonUpdateSpecular: Assertion `(p & (1 << 21)) == 0' 
failed.

Program received signal SIGABRT, Aborted.
[Switching to Thread 16384 (LWP 1252)]
0x40769a51 in kill () from /lib/libc.so.6
(gdb) bt
#0  0x40769a51 in kill () from /lib/libc.so.6
#1  0x40769872 in raise () from /lib/libc.so.6
#2  0x4076a986 in abort () from /lib/libc.so.6
#3  0x40763ae9 in __assert_fail () from /lib/libc.so.6
#4  0x40a19d0c in radeonUpdateSpecular (ctx=0x805bef0) at radeon_state.c:741
#5  0x409438c6 in _mesa_LightModelfv (pname=33272, params=0xbffff420)
    at light.c:419
#6  0x409449c6 in _mesa_LightModeli (pname=33272, param=33274) at light.c:444
#7  0x4565a749 in grInitScene () from modules/graphic/ssggraph.so
#8  0x4564e971 in initView () from modules/graphic/ssggraph.so
#9  0x4008f9de in reRaceRealStart () from /usr/local/lib/libraceengine.so
#10 0x40090035 in ReRaceStart () from /usr/local/lib/libraceengine.so
#11 0x40090f02 in ReStateManage () from /usr/local/lib/libraceengine.so
#12 0x4008f074 in ReStartNewRace () from /usr/local/lib/libraceengine.so
#13 0x4004b9fc in gfuiButtonAction () from /usr/local/lib/libtgf.so
#14 0x4004ac2a in gfuiMouseAction () from /usr/local/lib/libtgf.so
#15 0x40049532 in gfuiMouse () from /usr/local/lib/libtgf.so
#16 0x4040c9ac in __glutRegisterEventParser () from /usr/lib/libglut.so.3
#17 0x4040ce6b in __glutRegisterEventParser () from /usr/lib/libglut.so.3
#18 0x4040d53b in glutMainLoop () from /usr/lib/libglut.so.3
#19 0x08049d14 in main ()
#20 0x40758a51 in __libc_start_main () from /lib/libc.so.6

Again, commenting out the assertion helps. I'm not sure if the assertion
is bogus or if there is a real problem behind this that has to be
solved.

Regards,
  Felix


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to