This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: SEGV
- To: Johannes Zellner <johannes at zellner dot org>
- Subject: Re: SEGV
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Sat, 22 Sep 2001 12:10:46 -0400 (EDT)
- cc: java gcc <java at gcc dot gnu dot org>
On Sat, 22 Sep 2001, Johannes Zellner wrote:
> On Fri, Sep 21, 2001 at 02:44:12PM -0700, Boehm, Hans wrote:
> > This definitely looks like an initialization problem.
> >
> > Which platform is this on? How are you linking? I assume this is the CVS
> > trunk?
>
> yes, sure. Hmm. Maybe this is a problem of using gcc-3.0.2 (as from
> debian) with my self compiled libgcj / libgcjgc from CVS ?
You can not use gcj from the 3.0 branch with libgcj from CVS HEAD (3.1).
The class layout has changed since branching 3.0.
Jeff