Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Sep 1999 14:16:01 -0700 (PDT)
From:      John Polstra <jdp@polstra.com>
To:        Jake Burkholder <jake@checker.org>
Cc:        current@FreeBSD.ORG
Subject:   RE: java too? (was Re: Perl still broken in 4.0-CURRENT)
Message-ID:  <XFMail.990905141601.jdp@polstra.com>
In-Reply-To: <19990905162206.B98EA1F05@io.yi.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Jake Burkholder wrote:
> 
> I think that java is still broken by this.
> 
> It seg faults immediately with the current rtld, even when run with
> no arguments:
> 
>> java
> Segmentation fault (core dumped)
>>
> 
> but works fine when I revert to august 25th rtld.

I've just committed the fix in "src/libexec/rtld-elf/rtld.h" revision
1.12.  The Java runtime was peeking into some of the dynamic linker's
private data structures.  My recent changes added some new members
which changed the layout of the structures.  I've moved the new
members to the end to work around the problem.

This is really a JDK bug, but I understand they did it that way to
work around limitations in the dynamic linker.  I'll try to help them
find a less fragile way.

John
---
  John Polstra                                               jdp@polstra.com
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "No matter how cynical I get, I just can't keep up."        -- Nora Ephron



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.990905141601.jdp>