This is the mail archive of the
java-prs@sourceware.cygnus.com
mailing list for the Java project.
libgcj/149: Problem loading shared library
- To: java-gnats at sourceware dot cygnus dot com
- Subject: libgcj/149: Problem loading shared library
- From: green at cygnus dot com
- Date: 13 Feb 2000 17:38:45 -0000
- Reply-To: green at cygnus dot com
- Resent-Cc: java-prs at sourceware dot cygnus dot com, green at cygnus dot com
- Resent-Reply-To: java-gnats@sourceware.cygnus.com, green@cygnus.com
>Number: 149
>Category: libgcj
>Synopsis: Problem loading shared library
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: tromey
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Feb 13 09:40:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator: Anthony Green
>Release: Latest cvs
>Organization:
>Environment:
IA-32 Red Hat Liux 6.1
>Description:
I can get the runtime to hang by asking it to load a
class in an .so when there's an executable with
the name of the class around.
>How-To-Repeat:
$ gcj -o Hello.so -shared Hello.java
$ gij Hello
Hello World
$ gcj -o Hello --main=Hello Hello.java
$ Hello
Hello World
$ gij Hello
[this is where it hangs]
I have `.' in LD_LIBRARY_PATH if that makes a difference.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: