throwing c++ exceptions results in program exit
ralber
ralber@t-online.de
Tue Dec 12 01:20:00 GMT 2000
Hi,
ÃÂ
I'm using g++ [egcs-2.91.66 19990314 (egcs-1.1.2
release)] in an embedded 68k environment with the following effect:
ÃÂ
If an exception is thrownÃÂ the exception gets
not caught but the program terminates via exit. Please note, that an appropriate
exception handler is installed. The sameÃÂ program works fineÃÂ i.e. with
the gcc in the cygwin environment.
ÃÂ
I think this is not a gcc-problem, it might be a
problem with startup (crt0.s) or with the linker mapping?
ÃÂ
Has anybody an idea what's wrong?
ÃÂ
Thanks - Roland
ÃÂ
ÃÂ
ÃÂ
More information about the crossgcc
mailing list