[Bf-committers] More than 10 randoms crashes in 8 hours; howto fill bugs reports?

Renato Perini rperini at email.it
Sun Dec 17 18:26:20 CET 2006


Try start gdb and blender together with:
gdb --readnow ./blenderpath/blender
Once you receive a crash, type the command 'bt' in the GDB console and 
cut and paste its output.

Note that this solution is not always applicable during *real* work. It 
is just too slow. The '--readnow' flag speeds things up a little bit, 
though.

Ronan Zeegers ha scritto:
> I'm familiar with build blender under linux with scons. I will try 
> with BF_DEBUG = 'true'.
> But I'm not sure how to use GDB...
>
>
> Thanx for the informations!
>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-committers
>



More information about the Bf-committers mailing list