Andrew Haley writes: > Anthony Green writes: > > I see the following issues with rawhide (on x86) right now... > > > > * I'm not getting any stack traces, just <<No stacktrace available>> > > > > > > * Eclipse fails and the log contains the following errors (with no > > stacktraces): > > > > java.lang.IllegalAccessError: org.xml.sax.helpers.NamespaceSupport$Context: org.xml.sax.helpers.NamespaceSupport.EMPTY_ENUMERATION > > > > java.lang.Exception: Cannot initialize Update Configurator > > > > java.lang.IllegalStateException: Bundle initial@reference:file:plugins/org.eclipse.core.runtime_3.1.1.jar/ [1] is not active. > > > > > > * aot-compile-rpm is using -mcpu=i686, but -mcpu is deprecated in GCC 4.1. I can't see where this comes from. > > > > > > Any ideas? > > gcc is emitting bad unwinder data for some routines. This isn't a bug > in the gcc unwinder itself, because gdb has the same problems. Look > at Frame 7 and Frame 9: BTW, I don't have this problem when building gcc from FSF sources. Andrew.