Closed Bug 1491156 Opened 6 years ago Closed 6 years ago

Poor name unmangling for ?internal_HistogramAdd@?A0x15709474@@YA?AW4nsresult@@AEBV?$BaseAutoLock@VAnyStaticMutex@mozilla@@@mozilla@@AEAVHistogram@base@@W4HistogramID@Telemetry@3@IW4ProcessID@73@@Z.llvm.3049845523904051593

Categories

(Toolkit :: Crash Reporting, defect)

Unspecified
Windows 7
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 1489094

People

(Reporter: mccr8, Unassigned)

Details

(Keywords: crash)

Crash Data

This bug was filed from the Socorro interface and is
report bp-5b7cdbbe-a591-4e71-b5dc-3e72a0180913.
=============================================================

Top 10 frames of crashing thread:

0 xul.dll ?internal_HistogramAdd@?A0x15709474@@YA?AW4nsresult@@AEBV?$BaseAutoLock@VAnyStaticMutex@mozilla@@@mozilla@@AEAVHistogram@base@@W4HistogramID@Telemetry@3@IW4ProcessID@73@@Z.llvm.3049845523904051593 toolkit/components/telemetry/core/TelemetryHistogram.cpp:694
1 xul.dll static bool `anonymous namespace'::internal_JSHistogram_Add toolkit/components/telemetry/core/TelemetryHistogram.cpp:1503
2 xul.dll js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:552
3 xul.dll static bool InternalCall js/src/vm/Interpreter.cpp:606
4 xul.dll static bool Interpret js/src/vm/Interpreter.cpp:3439
5 xul.dll js::RunScript js/src/vm/Interpreter.cpp:439
6 xul.dll js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:579
7 xul.dll static bool InternalCall js/src/vm/Interpreter.cpp:606
8 xul.dll js::Call js/src/vm/Interpreter.cpp:625
9 xul.dll js::CallSelfHostedFunction js/src/vm/SelfHosting.cpp:1877

=============================================================

I'm not sure where this should go, but I came across this example of what seems to be crash signature name unmangling failing.

The line of code is just:
  histogram.Add(value);

So I don't think there's any weird closure or anonymous function stuff involved.

This function name is so large it messes up the crash-stats table that includes it.
Summary: Crash in ?internal_HistogramAdd@?A0x15709474@@YA?AW4nsresult@@AEBV?$BaseAutoLock@VAnyStaticMutex@mozilla@@@mozilla@@AEAVHistogram@base@@W4HistogramID@Telemetry@3@IW4ProcessID@73@@Z.llvm.3049845523904051593 → Poor name unmangling for ?internal_HistogramAdd@?A0x15709474@@YA?AW4nsresult@@AEBV?$BaseAutoLock@VAnyStaticMutex@mozilla@@@mozilla@@AEAVHistogram@base@@W4HistogramID@Telemetry@3@IW4ProcessID@73@@Z.llvm.3049845523904051593
Pretty sure this is a duplicate of bug #1489094. Marking it as such.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.