Re: g++-3.1 and exceptions

2002-08-01 Thread Martin v. Loewis
Dawid Jarosz <[EMAIL PROTECTED]> writes: > I'm wodering why this code doesn't work. It looks like when the program > is about to throw exception i cashes with SIGABR signal. I can't reproduce this. What architecture, what gcc package, what compiler flags? Regards, Martin

g++-3.1 and exceptions

2002-08-01 Thread Dawid Jarosz
I'm wodering why this code doesn't work. It looks like when the program is about to throw exception i cashes with SIGABR signal. int main () { try { throw 1; } catch (...) { } return 1; } Is it a bug in a g++-3.1 package? -- +- Dawid Jarosz ---