* Does the assertion occur if compiler optimization is turned off? (edit
Makefile and remove -O2 from gcc commands)
* Does the assertion occur if inline functions are turned off?  (edit
Makefile and add -fno-inline to gcc commands)

Both fix the assertion failure, as does removing the inline specifier for
the particular function.  Any idea what's been causing this behavior?

Oliver



__________________________________ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs

Reply via email to