Closed
Bug 78910
Opened 25 years ago
Closed 25 years ago
Strange (rase condition ? ) libpluglet.so registration problem
Categories
(Core Graveyard :: Java-Implemented Plugins, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sva, Assigned: blackconnect)
Details
Attachments
(1 file)
|
723 bytes,
patch
|
Details | Diff | Splinter Review |
Steps to perpoduce:
1.
1.1. Make mozilla build
1.2. Make /java/plugins/
1.3. remove component.reg
1.4. start ./mozilla
Actual result : component libpluglet.so do not register with error:
**************************************************
nsNativeComponentLoader: SelfRegisterDll
(/export2/sva/mozilla/dist/bin/components/libpluglet.so) Load FAILED with erro
r:/export2/sva/jdk1.3.0_01/jre/lib/i386/libawt.so: undefined symbol: fork1
**************************************************
Expected result: libpluglet.so component succesfully registered
2.
2.1 start ./mozilla
Actual result:
*** Registering PlugletEngineModule components (all right -- a generic module!)
Why libpluglet.so cannot register at step 1 with the same environment?
May this problem depends of order of component registration or it depends of
computer speed???
Hardware & Software: 2 Intel processor mashine with Linux 2.2.14-12SMP
reproduced with JDK 1.3.0_01 & with JDK 1.3.0_02
LD_LIBRARY_PATH=/export2/sva/mozilla/dist/bin:/export2/sva/jdk1.3.0_01/jr
e/lib/i386/native_threads:/export2/sva/jdk1.3.0_01/jre/lib/i386/client:/export2/
sva/jdk1.3.0_01/jre/lib/i386/
| Assignee | ||
Comment 2•25 years ago
|
||
LD_LIBRARY_PATH=$PWD/java/jre/lib/i386:$PWD/java/jre/lib/i386/client:$PWD/java/jre/lib/i386/native_threads:$PWD/mozilla/bin/:$PWD/mozilla/lib:/usr/local/lib:$LD_LIBRARY_PATH
LD_PRELOAD=libawt.so
Here are my settings. Does it solve your problem?
| Reporter | ||
Comment 3•25 years ago
|
||
Yes, it solve my problem.
But at this case, file /mozilla/java/plugins/readme should be corrected.
| Assignee | ||
Comment 4•25 years ago
|
||
> But at this case, file /mozilla/java/plugins/readme should be corrected.
Okey. Will you suggest such correction?
| Reporter | ||
Comment 5•25 years ago
|
||
| Assignee | ||
Comment 6•25 years ago
|
||
patch is checked in.
I am closing the bug as fixed
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•