Closed
Bug 1516437
Opened 6 years ago
Closed 5 years ago
Startup crash when build with Mojave SDK (nsBaseWidget not thread-safe)
Categories
(Core :: Widget: Cocoa, defect, P3)
Core
Widget: Cocoa
Tracking
()
RESOLVED
DUPLICATE
of bug 1515183
People
(Reporter: wcpan, Unassigned)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
Build firefox with Mojave SDK.
Actual results:
It crashes immediately.
Expected results:
It should not crash.
Reporter | ||
Comment 1•6 years ago
|
||
Stack from lldb.
Reporter | ||
Comment 2•6 years ago
|
||
Some messages which likely related to this problem.
Reporter | ||
Updated•6 years ago
|
Blocks: mojave-sdk
Updated•6 years ago
|
Status: UNCONFIRMED → NEW
Rank: 10
Ever confirmed: true
Priority: -- → P2
Updated•6 years ago
|
Priority: P2 → P3
Comment 3•6 years ago
|
||
Hey,
I am facing the same issue while building on mojave. Is there any way to work around and run firefox?
Comment 4•6 years ago
|
||
while building running a debug build
Comment 5•6 years ago
|
||
(In reply to malikanshul29 from comment #3)
Hey,
I am facing the same issue while building on mojave. Is there any way to work around and run firefox?
You should build with an SDK version lower than 10.14. As of the landing of bug 1500504 you should be getting an error message at compile time when trying to compile with the 10.14 SDK.
Comment 6•6 years ago
|
||
Even post bug 1500504, my build completes, but I get this assertion hit.
Comment 7•6 years ago
|
||
Does the patch in bug 1515183 help?
Comment 8•6 years ago
|
||
In fact I think this bug might just be a straight up dupe of bug 1515183.
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•