This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/16481] New: Wrong stack trace in conjunction with custom ClassLoaders
- From: "hannes at helma dot at" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jul 2004 23:19:11 -0000
- Subject: [Bug libgcj/16481] New: Wrong stack trace in conjunction with custom ClassLoaders
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
There is a problem with stack traces in conjunction with user defined
URLClassLoaders. The frames from classes loaded via that ClassLoader are missing
from the stack. This seems to happen regardless of wheather the code loading the
classes is compiled or interpreted.
One impact of this is that loaded ClassLoader fail to get a
java.util.ResourceBundle. I'm uploading a test case for this.
I encountered this on gcj 3.3.3, but it is still present in the 3.5.0 20040704
snapshot.
--
Summary: Wrong stack trace in conjunction with custom
ClassLoaders
Product: gcc
Version: 3.3.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hannes at helma dot at
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16481