RE: exception handling on Unix

Posted by Luigi Ballabio-2 on
URL: http://quantlib.414.s1.nabble.com/Re-exception-handling-on-Unix-tp2571p2574.html

At 01:30 PM 6/23/03 +0200, [hidden email] wrote:
>there's still the core dump.
>
>Using DDD debugger this is what I see:
>
>2) Go to explicit Error(const std::string& what = "") :
>std::runtime_error(what) in errors.hpp and ends with
>
>Program received signal SIGABRT, Aborted.
>0xfeb9c724 in _libc_kill () from /usr/lib/libc.so.1

Ouch.

Can you try and put a print statement inside the Error constructor body to
see if the base class completes initialization?
Also, have you any idea about when this behavior appeared? After updating
QuantLib? Or some other tool? (gcc and stuff)

Later,
         Luigi