[Bf-committers] Pretty clueless Linux threads crashing...

Chris Want cwant at ualberta.ca
Fri Feb 24 01:02:24 CET 2006


Ton Roosendaal wrote:
> Hi,
> 
> I suspected scanline updating from crashing... it was reported to crash  
> less frequent then, but that's not the solution. Apparently I've put a  
> little bit too much efforts to limit code for update scanlines! So yes,  
> it skips the 2nd thread tile drawing. Will be brought back.
> 
> We did tests a couple of days on irc with this .blend:
> http://www.blender.org/bf/untitled-1.blend
> 
> Not sure if it still crashes, it seems to only happen every 10 frames  
> or so. So just press ANIM on it.
> 
> -Ton-

I got the crashes too with that file (takes
about 70-90 frames here).

Valgrind was giving me some inconsistent info,
so I start to play with the optimization levels.
I find that if I set the optimization for linux
to -O0 and then touch threads.c and all the stuff
in render/intern/source, then type "make", blender
no longer crashes. At -O1 it still crashes.

Regards,
Chris


More information about the Bf-committers mailing list