Re: " throw logic error" abort, but print no error message out

2008-11-16 Thread Jonathan Wakely
2008/11/15 Bernd Roesch: > >>If exceptions are enabled >> __throw_logic_error will throw std::logic_error, otherwise it will >> call abort(). > > On the amigaos compiler is sjlj enabled, i see in asm debugger after > single > stepping long it call std::logic_error.but this func do nothing print. >

Re: " throw logic error" abort, but print no error message out

2008-11-15 Thread Bernd Roesch
Hello Jonathan On 14.11.08, you wrote: >If exceptions are enabled > __throw_logic_error will throw std::logic_error, otherwise it will > call abort(). On the amigaos compiler is sjlj enabled, i see in asm debugger after single stepping long it call std::logic_error.but this func do nothing print