Closed
Bug 1747534
Opened 4 years ago
Closed 4 years ago
mac rusttests fail when using lld
Categories
(Firefox Build System :: Toolchains, defect)
Firefox Build System
Toolchains
Tracking
(firefox97 fixed)
RESOLVED
FIXED
97 Branch
| Tracking | Status | |
|---|---|---|
| firefox97 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
[task 2021-12-23T04:56:29.482Z] 04:56:29 INFO - error: test failed, to rerun pass '-p fog --lib'
[task 2021-12-23T04:56:29.482Z] 04:56:29 INFO - Caused by:
[task 2021-12-23T04:56:29.482Z] 04:56:29 INFO - process didn't exit successfully: `/private/var/opt/generic-worker/tasks/task_164022385097675/build/obj-build/x86_64-apple-darwin/release/deps/fog-88230989a06a10da` (signal: 11, SIGSEGV: invalid memory reference)
[task 2021-12-23T04:56:29.490Z] 04:56:29 ERROR - make[4]: *** [force-cargo-test-run] Error 101
It's an LLD bug. Proposed patch: https://reviews.llvm.org/D116263
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/0d7ce3d13c7b
Apply lld patch fixing thread-local storage alignment on mac. r=firefox-build-system-reviewers,mhentges
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•