Closed
Bug 879971
Opened 12 years ago
Closed 6 years ago
crash in libgcc_s
Categories
(Core :: Gecko Profiler, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jgilbert, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-25c0cedb-05e2-4aa4-85e6-ec4cf2130605 .
=============================================================
Also:
https://crash-stats.mozilla.com/report/index/bp-22824538-522a-4a0c-8ad4-2211b2130605
https://crash-stats.mozilla.com/report/index/bp-3e2cab20-c250-4b7c-9684-c0ca42130605
Comment 1•12 years ago
|
||
It's more a graphics bug than a profiler one.
Do you have STR?
Version: unspecified → Trunk
Comment 2•12 years ago
|
||
It's caused by the profiler failing to unwind when we're running in a graphics driver in linux that dosn't have proper frame pointers. Breakpad unwinding will fix this.
Reporter | ||
Comment 3•12 years ago
|
||
STR appears to be trying to use the profiler with gl-layers enabled.
Loosely speaking, the profiler is walking its way all the way into the driver, at which point it gets lost and falls down.
This appears to be fixed with `profiler.unwinder`=true, and according to BenWa:
Alternatively if you just want pseudostack then you can turn it back off and
turn off profiler.stackwalk and youll get simple profiles reliably.
Updated•12 years ago
|
Crash Signature: [@ libgcc_s.so.1@0xeb30] → [@ libgcc_s.so.1@0xeb30]
[@ libgcc_s.so.1@0xefa8]
Comment 4•6 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•