Closed
Bug 71692
Opened 25 years ago
Closed 25 years ago
fails to start up
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tracy, Assigned: adamlock)
References
()
Details
(Keywords: smoketest)
Attachments
(2 files)
|
3.82 KB,
patch
|
Details | Diff | Splinter Review | |
|
705 bytes,
patch
|
Details | Diff | Splinter Review |
seen on linux gtkembed from 2001-03-12
-get above build
-upon launch, the embed browser briefly appears on the screen then disappears
the follow appears on the console:
**************************************************
nsNativeComponentLoader:
SelfRegisterDll(/u/twalker/memtest/bin/embed/components/libcaps.so) Load FAILED
with error: libmozz.so: cannot open shared object file: No such file or
directory
**************************************************
**************************************************
nsNativeComponentLoader:
SelfRegisterDll(/u/twalker/memtest/bin/embed/components/libjar50.so) Load FAILED
with error: libmozz.so: cannot open shared object file: No such file or
directory
**************************************************
**************************************************
nsNativeComponentLoader:
SelfRegisterDll(/u/twalker/memtest/bin/embed/components/libnecko.so) Load FAILED
with error: libmozz.so: cannot open shared object file: No such file or
directory
**************************************************
**************************************************
nsNativeComponentLoader:
SelfRegisterDll(/u/twalker/memtest/bin/embed/components/libnsjpg.so) Load FAILED
with error: libmozjpeg.so: cannot open shared object file: No such file or
directory
**************************************************
**************************************************
nsNativeComponentLoader:
SelfRegisterDll(/u/twalker/memtest/bin/embed/components/libnspng.so) Load FAILED
with error: libmozz.so: cannot open shared object file: No such file or
directory
**************************************************
Segmentation fault (core dumped)
| Reporter | ||
Updated•25 years ago
|
Comment 4•25 years ago
|
||
sr=leaf
I'm confused why we have components/libnsjpg.so and libmozjpeg.so. If this is
necessary then r=adamlock
mozjpeg is the internal copy of the standard jpeg library, recently renamed in
bug 57247. nsjpg is the jpeg decoder component which happens to use mozjpeg.
Comment 7•25 years ago
|
||
looks like the fix for this is in, marking fixed to get this off the blocker
list
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 9•25 years ago
|
||
verified fixed on linux embed build from 2001-03-13-07
Status: RESOLVED → VERIFIED
Comment 10•25 years ago
|
||
*** Bug 71998 has been marked as a duplicate of this bug. ***
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•