<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 14, 2013 at 1:39 PM, Nachiket Gokhale <span dir="ltr"><<a href="mailto:gokhalen@gmail.com" target="_blank">gokhalen@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":30c">I compiled with --with-debugging=0 --COPTFLAGS='-O0 -g3'<br>
--CXXOPTFLAGS='-O0 -g3'  and I do not get the error.  Am I to infer<br>
that it is an error in the optimization levels? I am using gcc-4.4.5<br>
- perhaps I should try upgrading?</div></blockquote></div><br>I would try upgrading, yes. It's also possible that the code is buggy and relies on some undefined behavior. Newer compilers are more likely to tell you about that, but it's no guarantee. I would also try an incremental approach, e.g., COPTFLAGS='-O1 -g'. Debugging at optimization without debugging symbols is hard enough already, doing it over email isn't really practical.</div>
</div>