Closed
Bug 995443
Opened 11 years ago
Closed 11 years ago
DMD does not work on non-debug mac builds
Categories
(Core :: DMD, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: erahm, Unassigned)
References
Details
(Whiteboard: [MemShrink:P2])
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140407135746
Steps to reproduce:
Built a non-debug OSX firefox build with DMD enabled.
.mozconfig:
ac_add_options --enable-dmd
Actual results:
When running with the libdmd.dylib loaded Firefox immediately exits.
Expected results:
Firefox should run.
Reporter | ||
Comment 1•11 years ago
|
||
Note: debug builds do work
Reporter | ||
Updated•11 years ago
|
Whiteboard: [MemShrink]
![]() |
||
Updated•11 years ago
|
Whiteboard: [MemShrink] → [MemShrink:P2]
![]() |
||
Comment 3•11 years ago
|
||
I just tried on my MacBook Pro running 10.9.5 and an optimized build of DMD worked fine. Please reopen if you still see problems.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 4•11 years ago
|
||
This still crashes for me, but I had to actually open a "real" website instead of it just crashing immediately.
STR:
- |./mach run --dmd|
- go to a website (google.com, whatever)
- Crashes
This happens w/ e10s enabled and disabled. I tested w/o DMD enabled and confirmed there are no crashes.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
![]() |
||
Comment 5•11 years ago
|
||
Hmm, yes. I think it used to crash before the browser window even appeared, but now it takes a bit longer.
![]() |
||
Comment 6•11 years ago
|
||
I just tried with --enable-profiling. It works! I was able to open half a dozen tabs and browse around for a couple of minutes. Hooray.
I've updated the docs on MDN.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•