Comment 16 for bug 1029629

Revision history for this message
poy (poy) wrote :

LoRenZo,

have you ever seen these crashes with debug builds (those that open a console window while the application is running)?

unlike release builds, debug ones aren't optimized. it is possible some optimizations are causing these crashes; if you can confirm that a debug build doesn't have this issue, the offending optimization level can be tracked down by editing it in the SConstruct file, line 27: possible optimization flags are -O3, -O2, -O1 and -O0 (aka no optimization - same as the debug build).