Closed
Bug 1204162
Opened 10 years ago
Closed 10 years ago
make pkg : Error while running startup cache precompilation
Categories
(SeaMonkey :: Release Engineering, defect)
Tracking
(firefox43 affected)
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | affected |
People
(Reporter: ewong, Unassigned)
References
Details
Attachments
(1 file)
|
1.36 KB,
patch
|
philip.chee
:
review+
|
Details | Diff | Splinter Review |
Linux32-debug build is busted on the make_pkgtests step with
the following error:
resource://gre/modules/workers/require.js
Assertion failure: IsOnBackgroundThread(), at /builds/slave/c-cen-t-lnx-dbg/build/mozilla/ipc/glue/BackgroundImpl.cpp:199
#01: ???[/builds/slave/c-cen-t-lnx-dbg/build/objdir/dist/bin/libxul.so +0xa19b8c]
#02: ???[/builds/slave/c-cen-t-lnx-dbg/build/objdir/dist/bin/libxul.so +0x1dc03dc]
#03: ???[/builds/slave/c-cen-t-lnx-dbg/build/objdir/dist/bin/libxul.so +0x1ded374]
#04: ???[/builds/slave/c-cen-t-lnx-dbg/build/objdir/dist/bin/libxul.so +0x1e0227e]
#05: ???[/builds/slave/c-cen-t-lnx-dbg/build/objdir/dist/bin/libxul.so +0x769c5f]
#06: ???[/builds/slave/c-cen-t-lnx-dbg/build/objdir/dist/bin/libxul.so +0x7927e1]
#07: ???[/builds/slave/c-cen-t-lnx-dbg/build/objdir/dist/bin/libxul.so +0xa263fb]
#08: ???[/builds/slave/c-cen-t-lnx-dbg/build/objdir/dist/bin/libxul.so +0x73878e]
#09: ???[/builds/slave/c-cen-t-lnx-dbg/build/objdir/dist/bin/libxul.so +0x738887]
#10: ???[/builds/slave/c-cen-t-lnx-dbg/build/objdir/dist/bin/libxul.so +0x78aa08]
#11: XRE_XPCShellMain[/builds/slave/c-cen-t-lnx-dbg/build/objdir/dist/bin/libxul.so +0xd7acab]
#12: ???[/builds/slave/c-cen-t-lnx-dbg/build/objdir/dist/bin/xpcshell +0x44dd]
#13: __libc_start_main[/lib/libc.so.6 +0x16ce6]
Traceback (most recent call last):
File "/builds/slave/c-cen-t-lnx-dbg/build/mozilla/toolkit/mozapps/installer/packager.py", line 407, in <module>
main()
File "/builds/slave/c-cen-t-lnx-dbg/build/mozilla/toolkit/mozapps/installer/packager.py", line 401, in main
args.source, gre_path, base)
File "/builds/slave/c-cen-t-lnx-dbg/build/mozilla/toolkit/mozapps/installer/packager.py", line 159, in precompile_cache
errors.fatal('Error while running startup cache precompilation')
File "/builds/slave/c-cen-t-lnx-dbg/build/mozilla/python/mozbuild/mozpack/errors.py", line 103, in fatal
self._handle(self.FATAL, msg)
File "/builds/slave/c-cen-t-lnx-dbg/build/mozilla/python/mozbuild/mozpack/errors.py", line 98, in _handle
raise ErrorMessage(msg)
mozpack.errors.ErrorMessage: Error: Error while running startup cache precompilation
make[3]: *** [stage-package] Error 1
make[2]: *** [make-package] Error 2
I'm not exactly sure what's bugging it since the regular Linux32 build
was ok (Nightly is also failing with the same error).
| Reporter | ||
Comment 1•10 years ago
|
||
> I'm not exactly sure what's bugging it since the regular Linux32 build
> was ok (Nightly is also failing with the same error).
Correction. Nightly is failing because of bug 1204163.
Hardware: Unspecified → x86
| Reporter | ||
Updated•10 years ago
|
Summary: make pkgtests : Error while running startup cache precompilation → make pkg : Error while running startup cache precompilation
| Reporter | ||
Comment 2•10 years ago
|
||
related to bug 1203803.. and possible regression from bug 771288.
| Reporter | ||
Comment 3•10 years ago
|
||
This is just a workaround until we find out how to fix the startupcache issue.
Attachment #8664800 -
Flags: review?(bugspam.Callek)
Comment 4•10 years ago
|
||
Comment on attachment 8664800 [details] [diff] [review]
[mozconfigs] temporarily disable startupcache.
Pushed https://hg.mozilla.org/comm-central/rev/b345d1330615
Attachment #8664800 -
Flags: review?(bugspam.Callek) → review+
| Reporter | ||
Comment 5•10 years ago
|
||
Comment on attachment 8664800 [details] [diff] [review]
[mozconfigs] temporarily disable startupcache.
[Triage Comment]
Going to push this to c-a.
Got a+ from IanN over IRC.
Attachment #8664800 -
Flags: approval-comm-aurora+
Comment 6•10 years ago
|
||
(In reply to Edmund Wong (:ewong) from comment #5)
> Comment on attachment 8664800 [details] [diff] [review]
> [mozconfigs] temporarily disable startupcache.
>
> [Triage Comment]
>
> Going to push this to c-a.
>
> Got a+ from IanN over IRC.
Hm, the fix for bug 1203803 landed, could you check startup cache precompilation again ?
| Reporter | ||
Comment 7•10 years ago
|
||
(In reply to Jan Varga [:janv] from comment #6)
> (In reply to Edmund Wong (:ewong) from comment #5)
> > Comment on attachment 8664800 [details] [diff] [review]
> > [mozconfigs] temporarily disable startupcache.
> >
> > [Triage Comment]
> >
> > Going to push this to c-a.
> >
> > Got a+ from IanN over IRC.
>
> Hm, the fix for bug 1203803 landed, could you check startup cache
> precompilation again ?
Ah thanks! I'll do that.
| Reporter | ||
Comment 8•10 years ago
|
||
Comment on attachment 8664800 [details] [diff] [review]
[mozconfigs] temporarily disable startupcache.
With bug 1203803 fixed, I've backed this patch out:
https://hg.mozilla.org/comm-central/rev/7a6b694d3de1
So pushing to c-a is not necessary now.
Attachment #8664800 -
Flags: approval-comm-aurora+
| Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•