Closed
Bug 328855
Opened 19 years ago
Closed 19 years ago
Support x86-64 in nsStackFrameUnix
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.8.1
People
(Reporter: benjamin, Assigned: benjamin)
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
2.01 KB,
patch
|
dbaron
:
review+
dbaron
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
nsStackFrameUnix and nsTraceRefcntImpl both have ifdefs for x86 || ppc that perform Linux backtrace. I have successfully added __x86_64__ to that and am now able to do tracerefcnt logging on x86-64.
Assignee | ||
Comment 1•19 years ago
|
||
Assignee: nobody → benjamin
Status: NEW → ASSIGNED
Attachment #213465 -
Flags: review?(dbaron)
Attachment #213465 -
Flags: approval-branch-1.8.1?(dbaron)
Attachment #213465 -
Flags: review?(dbaron)
Attachment #213465 -
Flags: review+
Attachment #213465 -
Flags: approval-branch-1.8.1?(dbaron)
Attachment #213465 -
Flags: approval-branch-1.8.1+
Assignee | ||
Updated•19 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•