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)
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)
Reporter | ||
Comment 1•15 years ago
|
||
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?
Comment 2•14 years ago
|
||
Is this a regression from fix-macosx-stack.pl?
Comment 3•7 years ago
|
||
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
You need to log in
before you can comment on or make changes to this bug.
Description
•