Closed
Bug 1205941
Opened 10 years ago
Closed 10 years ago
Make TimerFirings logging output post-processible with fix_linux_stack.py
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla44
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(1 file, 1 obsolete file)
|
4.65 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
glandium suggested tweaking the output of TimerFirings logging so that the
unannotated functions can be post-processed by fix_linux_stack.py.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8662749 -
Flags: review?(mh+mozilla)
| Assignee | ||
Comment 2•10 years ago
|
||
Now with less Android bustage on try.
Attachment #8662780 -
Flags: review?(mh+mozilla)
| Assignee | ||
Updated•10 years ago
|
Attachment #8662749 -
Attachment is obsolete: true
Attachment #8662749 -
Flags: review?(mh+mozilla)
| Assignee | ||
Comment 3•10 years ago
|
||
Try looks good: https://treeherder.mozilla.org/#/jobs?repo=try&revision=2846bc53ff05
(Though try server is having a rough time of it lately, with lots of intermittent build failures.)
Comment 4•10 years ago
|
||
Comment on attachment 8662780 [details] [diff] [review]
Make TimerFirings logging output post-processible with fix_linux_stack.py
Review of attachment 8662780 [details] [diff] [review]:
-----------------------------------------------------------------
::: xpcom/threads/nsTimerImpl.cpp
@@ +653,3 @@
> }
> #else
> name = "???[dladdr: unavailable/doesn't work on this platform]";
it would be more truthful to say it's unimplemented, and not to mention dladdr, because at this point, you're essentially going to end up changing the ifdef setting USE_DLADDR for BSDs or add support for windows.
Attachment #8662780 -
Flags: review?(mh+mozilla) → review+
Comment 6•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•