Re: Crash in bonobo_init



On Thu, 2003-02-27 at 07:05, Biswapesh Chattopadhyay wrote:
> The problem went away after I compiled ORBit2 with CFLAGS="-O0 -g".
> Compiler optimizer problem ? I'm using RH 8.0's default compiler
> (3.2-7).

What were your CFLAGS before that? Probably something like
-march=a_processor_newer_than_the_one_you_got_the_crash_on
That generates instructions that only this newer processor understands,
the resulting binary will not run on lower processors.

If you didn't, this sounds like a compiler bug, given that it also
crashes without valgrind.

-- 
Markus Bertheau <twanger bluetwanger de>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]