From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7163 invoked by alias); 11 Jul 2004 23:19:11 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 7145 invoked by uid 48); 11 Jul 2004 23:19:11 -0000 Date: Sun, 11 Jul 2004 23:19:00 -0000 From: "hannes at helma dot at" To: java-prs@gcc.gnu.org Message-ID: <20040711231909.16481.hannes@helma.at> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libgcj/16481] New: Wrong stack trace in conjunction with custom ClassLoaders X-Bugzilla-Reason: CC X-SW-Source: 2004-q3/txt/msg00042.txt.bz2 List-Id: 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