Closed Bug 690278 Opened 14 years ago Closed 14 years ago

NS_ERROR_FACTORY_NOT_REGISTERED from build 20110919

Categories

(SeaMonkey :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: daliv.tyw, Unassigned)

Details

Attachments

(2 files)

User Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0a1) Gecko/20110918 SeaMonkey/2.6a1 Build ID: 20110918003001 Steps to reproduce: steps to reproduce: invision power board 3.2.1/3.2.2 -> forum admin control panel -> search in ACP field -> enter any symbols but bug exactly related to seamonkey, as same code not works on newest builds in errors thrown Error: uncaught exception: [Exception... "Factory not registered" nsresult: "0x80040154 (NS_ERROR_FACTORY_NOT_REGISTERED)" location: "<unknown>" data: no] first not working seamonkey build /bug occur since/: Mozilla/5.0 (Windows NT 5.1; rv:9.0a1) Gecko/20110918 SeaMonkey/2.6a1 last working seamonkey build: Mozilla/5.0 (Windows NT 5.1; rv:9.0a1) Gecko/20110919 SeaMonkey/2.6a1 Actual results: in seamonkey build "Mozilla/5.0 (Windows NT 5.1; rv:9.0a1) Gecko/20110918 SeaMonkey/2.6a1" searching not happens in error console warnings and error " Error: uncaught exception: [Exception... "Factory not registered" nsresult: "0x80040154 (NS_ERROR_FACTORY_NOT_REGISTERED)" location: "<unknown>" data: no] " appears in builds before "Mozilla/5.0 (Windows NT 5.1; rv:9.0a1) Gecko/20110919 SeaMonkey/2.6a1" only script warnings occurs, but all works as expected Expected results: works as in previos build (searching terms via jquery)
correction: 20110918 - work as expected 20110919 - bug occurs
Do you get the same issue in Firefox nightly builds ? Can you post the build revision from both builds ? open about:buildconfig for the build ID.
working: Built from http://hg.mozilla.org/mozilla-central/rev/bcde9f44b149 Build platform target i686-pc-mingw32 Build tools Compiler Version Compiler flags d;D:\mozilla-build\msys\mozilla-build\python25\python2.5.exe -O e;D:\mozilla-build\msys\builds\slave\comm-cen-trunk-w32-ntly\build\mozilla\build\cl.py cl 14.00.50727.762 -TC -nologo -W3 -Gy -Fdgenerated.pdb -we4553 -DNDEBUG -DTRIMMED -Zi -Zi -UDEBUG -DNDEBUG -O1 -Oy d;D:\mozilla-build\msys\mozilla-build\python25\python2.5.exe -O e;D:\mozilla-build\msys\builds\slave\comm-cen-trunk-w32-ntly\build\mozilla\build\cl.py cl 14.00.50727.762 -TP -nologo -W3 -Gy -Fdgenerated.pdb -wd4800 -we4553 -DNDEBUG -DTRIMMED -Zi -Zi -UDEBUG -DNDEBUG -O1 -Oy Configure arguments --enable-application=suite --enable-update-channel=nightly --enable-update-packaging --enable-jemalloc --enable-tests --enable-application=suite --enable-update-channel=nightly --enable-update-packaging --enable-jemalloc --enable-tests --enable-application=../suite --disable-official-branding --with-branding=../suite/branding/nightly --cache-file=.././config.cache --srcdir=/e/builds/slave/comm-cen-trunk-w32-ntly/build/mozilla
exception thrown: Built from http://hg.mozilla.org/mozilla-central/rev/5319b0100025 Build platform target i686-pc-mingw32 Build tools Compiler Version Compiler flags d;D:\mozilla-build\msys\mozilla-build\python25\python2.5.exe -O e;D:\mozilla-build\msys\builds\slave\comm-cen-trunk-w32-ntly\build\mozilla\build\cl.py cl 14.00.50727.762 -TC -nologo -W3 -Gy -Fdgenerated.pdb -we4553 -DNDEBUG -DTRIMMED -Zi -Zi -UDEBUG -DNDEBUG -O1 -Oy d;D:\mozilla-build\msys\mozilla-build\python25\python2.5.exe -O e;D:\mozilla-build\msys\builds\slave\comm-cen-trunk-w32-ntly\build\mozilla\build\cl.py cl 14.00.50727.762 -TP -nologo -W3 -Gy -Fdgenerated.pdb -wd4800 -we4553 -DNDEBUG -DTRIMMED -Zi -Zi -UDEBUG -DNDEBUG -O1 -Oy Configure arguments --enable-application=suite --enable-update-channel=nightly --enable-update-packaging --enable-jemalloc --enable-tests --enable-application=suite --enable-update-channel=nightly --enable-update-packaging --enable-jemalloc --enable-tests --enable-application=../suite --disable-official-branding --with-branding=../suite/branding/nightly --cache-file=.././config.cache --srcdir=/e/builds/slave/comm-cen-trunk-w32-ntly/build/mozilla
firefox 9.0.1 nightly = work as expected: Built from http://hg.mozilla.org/mozilla-central/rev/1f800c226837 Build platform target i686-pc-mingw32 Build tools Compiler Version Compiler flags d;D:\mozilla-build\msys\mozilla-build\python25\python2.5.exe -O e;D:\mozilla-build\msys\builds\moz2_slave\m-cen-w32-ntly\build\build\cl.py cl 14.00.50727.762 -TC -nologo -W3 -Gy -Fdgenerated.pdb -we4553 -DNDEBUG -DTRIMMED -Zi -Zi -UDEBUG -DNDEBUG -GL -wd4624 -wd4952 -O1 -Oy d;D:\mozilla-build\msys\mozilla-build\python25\python2.5.exe -O e;D:\mozilla-build\msys\builds\moz2_slave\m-cen-w32-ntly\build\build\cl.py cl 14.00.50727.762 -TP -nologo -W3 -Gy -Fdgenerated.pdb -wd4800 -we4553 -DNDEBUG -DTRIMMED -Zi -Zi -UDEBUG -DNDEBUG -GL -wd4624 -wd4952 -O1 -Oy Configure arguments --enable-application=browser --enable-update-channel=nightly --enable-update-packaging --enable-jemalloc --enable-tests --enable-js-diagnostics
that would be http://hg.mozilla.org/mozilla-central/pushloghtml?fromchangebcde9f44b149&tochange=5319b0100025 It would suck if this error only happens in SM and this will get very difficult to resolve without a public testcase. This is also very unusual that something like this only breaks in SM but this seems to be the second bug in a short time (bug 690072) We need someone who can hg bisect the exact changeset and has access to a testcase...
stripped all sensitive and visual information exception persistence not affected by stripping - so as testcase may be used
additional info: if change <script type="text/javascript" src="index.php_files/acp_002.js"></script> to <script type="text/javascript" src="x.js"></script> with moving/renaming file index.php_files/acp_002.js to x.js then exception not thrown ...
Summary: NS_ERROR_FACTORY_NOT_REGISTERED after build → NS_ERROR_FACTORY_NOT_REGISTERED from build 20110919
updated for test purposes to latest build today error not thrown anymore - may close bug. which exact build was with correction - not known, but current good-working are : Build identifier: Mozilla/5.0 (Windows NT 5.1; rv:10.0a1) Gecko/20111005 SeaMonkey/2.7a1 Built from http://hg.mozilla.org/mozilla-central/rev/70e4de45a0d0
This and another bug that appeared on that day only in SM are now gone. I will mark this wfm
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: