Closed
Bug 574552
Opened 14 years ago
Closed 14 years ago
Debug builds try to load non-existent modules such as libtestdynamic.dylib
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 527458
People
(Reporter: jruderman, Unassigned)
Details
nsNativeModuleLoader::LoadModule("/Users/cltbld/talos-slave/mozilla-central-leopard-debug-u-crashtest/build/MinefieldDebug.app/Contents/MacOS/components/libtestdynamic.dylib") - load FAILED, rv: 80004005, error:
Unknown error: -2804
nsNativeModuleLoader::LoadModule("/Users/cltbld/talos-slave/mozilla-central-leopard-debug-u-crashtest/build/MinefieldDebug.app/Contents/MacOS/components/libMyService.dylib") - load FAILED, rv: 80004005, error:
Unknown error: -2804
nsNativeModuleLoader::LoadModule("/Users/cltbld/talos-slave/mozilla-central-leopard-debug-u-crashtest/build/MinefieldDebug.app/Contents/MacOS/components/libxpcomsample.dylib") - load FAILED, rv: 80004005, error:
Unknown error: -2804
*** Registering components in: nsAlertsServiceModule
nsNativeModuleLoader::LoadModule("/Users/cltbld/talos-slave/mozilla-central-leopard-debug-u-crashtest/build/MinefieldDebug.app/Contents/MacOS/components/libtestcrasher.dylib") - load FAILED, rv: 80004005, error:
Unknown error: -2804
This doesn't stop Firefox from working, but it does interfere with using gdb to debug debug builds that I have downloaded from Tinderbox.
Comment 1•14 years ago
|
||
Probably a dupe of bug 527458. The component loader tries to load everything in components.list. Also, likely to be fixed by bug 568691.
Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•