This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
Re: libgcj/7870: Incorrect constructor invoked in inherited class.
- From: tromey at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, ivg2 at cornell dot edu, java-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, tromey at gcc dot gnu dot org
- Date: 23 Sep 2002 18:13:41 -0000
- Subject: Re: libgcj/7870: Incorrect constructor invoked in inherited class.
- Reply-to: tromey at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, ivg2 at cornell dot edu, java-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, tromey at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: Incorrect constructor invoked in inherited class.
Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Mon Sep 23 11:13:40 2002
Responsible-Changed-Why:
I'm handling this.
State-Changed-From-To: open->feedback
State-Changed-By: tromey
State-Changed-When: Mon Sep 23 11:13:40 2002
State-Changed-Why:
I tried this with 3.3 (the current cvs).
It seems to work ok. I don't get an exception.
The Frame constructor is a red herring here.
The libffi frames after that in the trace most
probably represent the call to the SamSimulatorGUI
constructor; you can tell for sure if you compile to
object code.
In order to get further with this I'd need to know
exactly where the NullPointerException is thrown.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7870