This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]