This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libgcj/23507] gij testsuite failures


------- Additional Comments From tromey at gcc dot gnu dot org  2005-08-21 22:25 -------
That stack trace looks a bit peculiar.
But maybe it is just that it hasn't been "cleaned up" to remove
the frames related to constructing the exception.

I think the only thing to do here is go in and find out why
the class "C" is not being found.  It ought to be found just
fine, as Class_1 is found (otherwise I think the error would
mention Class_1 -- C is searched for when linking Class_1).

One possibility is that the class loader for Class_1 is set
incorrectly somehow.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23507


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