Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA10860; Sat, 2 Dec 95 04:07:46 EST
Received: from liquor.cabi.net by MIT.EDU with SMTP
	id AA17518; Sat, 2 Dec 95 04:06:45 EST
Received: (from listadm@localhost) by liquor.cabi.net (8.6.12/8.6.12) id DAA15534; Sat, 2 Dec 1995 03:40:04 -0500
Resent-Date: Sat, 2 Dec 1995 03:40:04 -0500
X-Sender: chapman@saul5.u.washington.edu
Date: Sat, 2 Dec 1995 00:59:48 -0800 (PST)
From: Randy Chapman <chapman@u.washington.edu>
To: "Gwobaw A. Wu" <gwu@eecs.umich.edu>
Cc: David Hopwood <david.hopwood@lady-margaret-hall.oxford.ac.uk>,
        java-linux@java.blackdown.org
Subject: Re: jdk-pre1 segfault
In-Reply-To: <Pine.SOL.3.91.951202031502.20445A-100000@lhasa.eecs.umich.edu>
Message-Id: <Pine.OSF.3.91l.951202005327.27069F-100000@saul5.u.washington.edu>
Foo: foo-bar
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Resent-Message-Id: <"6ajTG2.0.qn3.-11mm"@liquor>
Resent-From: java-linux@java.blackdown.org
X-Mailing-List: <java-linux@java.blackdown.org> archive/latest/602
X-Loop: java-linux@java.blackdown.org
Precedence: list
Resent-Sender: java-linux-request@java.blackdown.org


Perhaps I should read all my mail before responding privately to
the author =)

I dont know if you in fact have the same problem as Mr Hopwood,
but it does indeed sound indicative of the same problem.

If you will notice, he in fact had the *aout* 1.7,11, but his ELF
linker was only 1.7.3 ... Please ensure that /lib/ld-linux.so is
the 1.7.9 or 1.7.11 version and that /lib/libdl.so.1 is as well.

Note that if you had ld-1.7.10 installed and attempt to install
ld-1.7.9, it does not remove /lib/libdl.so.1.7.10 and the
subsequent ldconfig will in fact pick 1.7.10 in preference
to 1.7.9 and break badly, in the observed manner =(

If neither of these fix the problem, please send a bug report
with information such as Mr Hopwood did.  That was very helpful.
Thanks =)

--randy


On Sat, 2 Dec 1995, Gwobaw A. Wu wrote:

> I have the same problem.  My system's configuration:
>    linux 1.2.13 ELF
>    libc.so.5.2.11
>    libdl.so.1.7.9
>    gcc 2.7.0
> 
> I tried both static and elf version of jdk.pre1, and they all had the
> same segmentation fault.
> 
> If anyone knows what happens, please send me e-mail.
> Thanks in advance.
> 
> --- Gwobaw Wu
>     gwu@eecs.umich.edu
>     (313) 747-3780
> 
> On Sat, 2 Dec 1995, David Hopwood wrote:
> 
> > Hi,
> > 
> > I'm using the JDK pre-beta 1, static motif version, with ld.so.1.7.11
> > (from ftp.ods.com), libc.5.0.9, libgmalloc on a Slackware 3.0 ELF system 
> > with kernel version 1.2.13.
> > 
> > 
> > SIGSEGV   11*  Segmentation violation
> > 
> > Full thread dump:
> > 
> > and then it hangs, busy-looping (it never actually prints a thread dump).
> > 
> 
> 

