Closed Bug 539514 Opened 15 years ago Closed 7 years ago

fix-macosx-stack.py: extra call to c++filt, removes first letter of function name

Categories

(Core :: XPCOM, defect)

x86
macOS
defect
Not set
minor

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

Details

(Split from bug 429963 comment 9.) In this example, it looks like atos gave us a demangled name, but we passed it to cxxfilt() anyway, and lost the first letter as a result: sGfxScrollFrameInner::ScrollToImpl(nsPoint) (nsGfxScrollFrame.cpp:1764, in XUL)
Could it be that on 10.5 and up, atos runs c++filt for us, and we should just rip out the code in fix-macosx-stack.py that calls c++filt? Or maybe we should only run c++filt when we see a leading underscore or something?
Is this a regression from fix-macosx-stack.pl?
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
I think this got fixed at some point.
Resolution: INACTIVE → WORKSFORME
You need to log in before you can comment on or make changes to this bug.