Closed
Bug 915536
Opened 11 years ago
Closed 11 years ago
Hit a crash while trying to run mochitest-plain
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: janv, Assigned: seinlin)
References
Details
bash-3.2$ ./mach mochitest-plain
0:01.19 INFO | automation.py | Launching: /Users/varga/Sources/Mozilla/obj-ff-dbg/dist/bin/xpcshell -g /Users/varga/Sources/Mozilla/obj-ff-dbg/dist/NightlyDebug.app/Contents/MacOS -v 170 -f /Users/varga/Sources/Mozilla/obj-ff-dbg/_tests/testing/mochitest/httpd.js -e "const _PROFILE_PATH = '/var/folders/dj/gjfddm8n5jq76gngk1qcrz8c0000gn/T/tmpdvNp3N'; const _SERVER_PORT = '8888'; const _SERVER_ADDR = '127.0.0.1'; const _TEST_PREFIX = undefined; const _DISPLAY_RESULTS = false;" -f ./server.js
Mochitest INFO | runtests.py | Server pid: 19152
WARNING: Re-registering a CID?: file /Users/varga/Sources/Mozilla/mozilla-central/xpcom/components/nsComponentManager.cpp, line 486
Hit MOZ_CRASH() at /Users/varga/Sources/Mozilla/mozilla-central/xpcom/components/nsComponentManager.h:109
peterv hit the same crash and he found out that removing libxpcomsample.dylib from the components dir seems to get him past it, it helped me too
Blocks: 912908
Comment 2•11 years ago
|
||
Backed out bug 912908 after discussion on IRC (this broke mochitest-browser as well):
https://hg.mozilla.org/mozilla-central/rev/d5fc994ca2ed
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Assignee: nobody → kli
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•