Martin Vermeer <[EMAIL PROTECTED]> writes:

| On Mon, Sep 15, 2003 at 05:13:05PM +0000, Angus Leeming spake thusly:
|  
>> Martin Vermeer wrote:
>
| ...
|  
>> I have followed your prescription exactly. Nada.
>
| ...
|  
>> Could you perhaps compile src/messages.C with debug info.
>> $ touch src/messages.C
>> $ cd ${BUILDDIR}
>> $ make CXXFLAGS="-g -W -Wall"
>
| Did that. The interesting part of the backtrace:
>

Stuff like this can be hard to debug, and if you are using the
debugger you have to compile without optimization, and preferably with
inlining turned off.

-O0 -fno-inline -fno-default-inline

Please try this.

-- 
        Lgb

Reply via email to