This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: stack traces on fedora and mingw
Per Bothner writes:
> Andrew Haley wrote:
>
> > Per Bothner writes:
> > > Can someone summarize the status of printStackTrace and what's wrong?
> > >
> > > (1) On Fedora GNU/Linux CVS head prints a mangled stack trace. The
> > > documentation says the default is demangled. What happened?
> >
> > Weird. Do you have c++filt in your path?
>
> Yes, though it's the one in /usr/bin, not a more recent binutils.
> OTOH, it the one in FC1, so it's not that old.
Sorry to report, I have nothing with FC1 easily in reach. With
strace, does it evern try to exec() c++filt?
Andrew.