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
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 ---
2 matches
Mail list logo