This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
c++filt causing flashing console windows
- From: Andrew Haley <aph at redhat dot com>
- To: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: Tue, 9 Sep 2003 09:26:37 +0100
- Subject: c++filt causing flashing console windows
- References: <000a01c376a2$22f7f1c0$73dea8c0@lair>
Øyvind Harboe writes:
> In case someone else wonders about this...
>
> To remove the flashing consloe windows when running with -mwindows,
> add the following two arguments to the GCJ command line:
>
> -Dgnu.gcj.runtime.NameFinder.demangle=false
> -Dgnu.gcj.runtime.NameFinder.use_addr2line=false
Surely the bug is not here. exec'ing c++filt and addr2line should not
cause anything to flash, and that is the bug.
Andrew.