Closed
Bug 488362
Opened 16 years ago
Closed 15 years ago
Periodic windows build bustage due to failure to open file
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 509960
People
(Reporter: johnath, Unassigned)
References
Details
See, for example:
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1239740029.1239745054.8360.gz&fulltext=1
which reports:
link -NOLOGO -DLL -OUT:npbasic.dll -PDB:npbasic.pdb -SUBSYSTEM:WINDOWS plugin.obj basic.res -NXCOMPAT -SAFESEH -DYNAMICBASE -MANIFEST:NO -DEBUG -OPT:REF -OPT:nowin98 -LTCG:PGINSTRUMENT -DEF:e:/builds/moz2_slave/mozilla-central-win32/build/modules/plugin/sdk/samples/basic/windows/basic.def ../../common/plugingate_s.lib kernel32.lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib
Creating library npbasic.lib and object npbasic.exp
LINK : fatal error LNK1104: cannot open file 'npbasic.lib'
make[8]: Leaving directory `/e/builds/moz2_slave/mozilla-central-win32/build/obj-firefox/modules/plugin/sdk/samples/basic/windows'
make[7]: Leaving directory `/e/builds/moz2_slave/mozilla-central-win32/build/obj-firefox/modules/plugin/sdk/samples'
make[6]: Leaving directory `/e/builds/moz2_slave/mozilla-central-win32/build/obj-firefox/modules/plugin/sdk'
make[5]: Leaving directory `/e/builds/moz2_slave/mozilla-central-win32/build/obj-firefox/modules/plugin'
make[4]: Leaving directory `/e/builds/moz2_slave/mozilla-central-win32/build/obj-firefox'
make[3]: Leaving directory `/e/builds/moz2_slave/mozilla-central-win32/build/obj-firefox'
make[8]: *** [npbasic.dll] Error 80
make[8]: *** Deleting file `npbasic.dll'
Speculation on IRC was that this might be related to low-disk-free conditions, but nthomas suggested that this was unlikely.
Comments suggest it's periodic, on random files.
Reporter | ||
Updated•16 years ago
|
Summary: Periodic windows build bustage due to failure to open → Periodic windows build bustage due to failure to open file
Updated•16 years ago
|
Whiteboard: [orange]
Comment 1•16 years ago
|
||
1) This specific case happened on moz2-win32-slave14. If you see this again, can you please update this bug with what machine?
2) Are we only seeing this with builds or is it also seen in unittest runs?
(ps: agree with nthomas, unlikely related to disk space, as we have background jobs running to prevent that happening on the slaves.)
Comment 2•16 years ago
|
||
Possibly a pre-cursor to bug 488447.
Reporter | ||
Comment 3•16 years ago
|
||
Benjamin points out that this might be related to bug 442819, and is happening frequently on npbasic.lib specifically
Comment 4•16 years ago
|
||
Can anybody reproduce this? I've had 'make clean && make -j4' running in a loop in modules/plugin on my VM for a few hours now with no failures yet.
Comment 5•16 years ago
|
||
I have never seen it anywhere but a tinderbox.
Comment 6•16 years ago
|
||
I'm not really sure what we can do here, except monitor for these bustages right now.
Component: Release Engineering → Release Engineering: Future
Comment 7•15 years ago
|
||
Merging with bug 509960 which has more analysis.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Comment 8•15 years ago
|
||
Moving closed Future bugs into Release Engineering in preparation for removing the Future component.
Component: Release Engineering: Future → Release Engineering
Assignee | ||
Updated•12 years ago
|
Keywords: intermittent-failure
Assignee | ||
Updated•12 years ago
|
Whiteboard: [orange]
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•10 years ago
|
Keywords: intermittent-failure
You need to log in
before you can comment on or make changes to this bug.
Description
•