Closed
Bug 1203096
Opened 10 years ago
Closed 9 years ago
Remove workaround from bug 1188045 when possible
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox47 fixed)
RESOLVED
DUPLICATE
of bug 1188045
mozilla47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: away, Assigned: ehsan.akhgari)
References
Details
Back out mozilla-inbound changeset 71d29e7967e5 if/when bug 1188045 and https://llvm.org/bugs/show_bug.cgi?id=24291 are fixed.
Assignee | ||
Comment 1•9 years ago
|
||
This no longer seems to be an issue. In fact the original patch now causes a crash in e10s child process startup on debug builds because of this assertion <https://dxr.mozilla.org/mozilla-central/source/toolkit/xre/WindowsCrtPatch.h#126> triggering as a result of these DLLs not being delay loaded.
I'm going to back out the workaround.
Assignee: nobody → ehsan
Comment 3•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
Assignee | ||
Comment 4•9 years ago
|
||
Hmm, so it turns out that this error only occurs when building with --enable-dmd. I haven't investigated why yet, but we should revert this patch in the mean time.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 6•9 years ago
|
||
I reduced this bug and posted the updated test case on the LLVM bug: https://llvm.org/bugs/show_bug.cgi?id=24291#c8
Assignee | ||
Comment 7•9 years ago
|
||
I will fix this in bug 1188045.
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 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
•