|
From: Nicholas N. <nj...@ca...> - 2003-07-25 13:42:03
|
On Fri, 25 Jul 2003, Rob Kramer wrote: > It dies as soon as I open a graphics screen - I'd suspect the 'unhandled > instructions', but I don't know enough about valgrind yet to have a valid > opinion :) I definitely suspect the "unhandled instruction", since it comes before the "illegal instruction". It's strange, normally when Valgrind sees an instruction it can't handle, it aborts, I wonder why it continues executing with your program... something weird. Anyway, you won't be able to run your program until someone adds support for the offending instruction, unless you can somehow avoid that instruction. Sorry. N |