c++filt causing flashing console windows

Øyvind Harboe oyvind.harboe@zylin.com
Mon Sep 8 09:37:00 GMT 2003


Is there a way I can turn off the invocation of "c++filt"
from my compiled app?

c++filt/addr2line is invoked when exceptions are dumped to
stdout. Probably this is only done during dumpStackTrace().

I compile my app with -mwindows, and normally users will not
have a addr2line/c++filt in their path, but if someone has installed
e.g. CygWin, they might happen to have a addr2line in their path...

This has been discussed earlier, but with no resolution:

http://gcc.gnu.org/ml/java/2003-06/msg00005.html

Øyvind



More information about the Java mailing list