Closed
Bug 985544
Opened 11 years ago
Closed 11 years ago
running builds with --enable-dmd and DMD=1 consistently crash
Categories
(Core :: DMD, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 995443
People
(Reporter: froydnj, Unassigned)
Details
Discovered this on the Mac today, latest m-c code. I wind up with crashes like:
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0xffffffffffffffd8
0x00007fff8f1a22b2 in libunwind::CompactUnwinder_x86_64<libunwind::LocalAddressSpace>::stepWithCompactEncodingRBPFrame ()
(gdb) where
#0 0x00007fff8f1a22b2 in libunwind::CompactUnwinder_x86_64<libunwind::LocalAddressSpace>::stepWithCompactEncodingRBPFrame ()
#1 0x00007fff8f1a21fd in libunwind::CompactUnwinder_x86_64<libunwind::LocalAddressSpace>::stepWithCompactEncoding ()
#2 0x00007fff8f1a2171 in libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_x86_64>::step ()
#3 0x00007fff8f1a62fe in _Unwind_Backtrace ()
#4 0x0000000100007bdb in NS_StackWalk (aCallback=0x10000e3e0 <mozilla::dmd::StackTrace::StackWalkCallback(void*, void*, void*)>, aSkipFrames=<value temporarily unavailable, due to optimizations>, aMaxFrames=24, aClosure=0x7fff5fbf92d0, aThread=0, aPlatformData=0xffffffffffffffd8) at /Users/froydnj/src/m-c.hg/xpcom/base/nsStackWalk.cpp:1283
That's on an opt build, going to go have a look at a debug build to see if the stacks are any better.
![]() |
Reporter | |
Updated•11 years ago
|
Hardware: Sun → x86_64
![]() |
||
Comment 1•11 years ago
|
||
Is this still happening? If so, is it a dup of bug 995443?
![]() |
||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•