This is the mail archive of the java-prs@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libgcj/149: Problem loading shared library



>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:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]