This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: c++filt causing flashing console windows
Øyvind Harboe writes:
> > > -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.
>
> Flashing isn't a very accurate technical term, I guess. :-)
>
> When a GCJ application compiled with w/-mwindows
> launches a console application (e.g. addr2line), a console
> window is created for that application.
But addr2line isn't a console application; it simply writes to stdout.
The window shouldn't be created.
Andrew.