Closed
Bug 1026111
Opened 10 years ago
Closed 10 years ago
Output register state for crashing thread in JSON output
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
91
People
(Reporter: ted, Assigned: ted)
References
Details
Attachments
(1 file)
This is useful for crash diagnosis.
Assignee | ||
Comment 1•10 years ago
|
||
Pretty straightforward. Output looks like this:
"crashing_thread" : {
"frames" : [
{
"frame" : 0,
"missing_symbols" : true,
"module" : "xul.dll",
"module_offset" : "0x308496",
"offset" : "0x10308496",
"registers" : {
"eax" : "0x0012aef0",
"ebp" : "0x00000002",
"ebx" : "0x0012af28",
"ecx" : "0x00033020",
"edi" : "0x0012af28",
"edx" : "0x00000400",
"efl" : "0x00210202",
"eip" : "0x10308496",
"esi" : "0x0012aef0",
"esp" : "0x00032ff4"
},
Attachment #8440898 -
Flags: review?(benjamin)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ted
Updated•10 years ago
|
Attachment #8440898 -
Flags: review?(benjamin) → review+
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/a0ad5b643a3d27efd0ea3f99e809a793625005fc
bug 1026111 - Output register state for crashing thread in JSON output
https://github.com/mozilla/socorro/commit/43833286807ce6c3a30e8574913c5485f17e8b15
Merge pull request #2123 from luser/output-registers
bug 1026111 - Output register state for crashing thread in JSON output
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Target Milestone: --- → 90
Updated•10 years ago
|
Target Milestone: 90 → 91
You need to log in
before you can comment on or make changes to this bug.
Description
•