This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
c++filt causing flashing console windows
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: <java at gcc dot gnu dot org>
- Date: Mon, 8 Sep 2003 11:37:40 +0200
- Subject: c++filt causing flashing console windows
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