Closed
Bug 1797295
Opened 2 years ago
Closed 2 years ago
link to create bug puts reason and "Top 10 frames of crashing thread" in same line, there should be a line break
Categories
(Socorro :: Webapp, task, P2)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aryx, Assigned: willkg)
Details
(Keywords: regression)
Attachments
(1 file)
Clicking a link to create a bug from a crash report - e.g. https://crash-stats.mozilla.org/report/index/6887b8e9-22c1-4003-baf6-883320221025#tab-bugzilla - puts the crash reason and Top 10 frames of crashing thread:
into the same line. There should be a line break.
Current output:
Reason: ```SIGSEGV / SEGV_MAPERR```Top 10 frames of crashing thread:
Expected output:
Reason: ```SIGSEGV / SEGV_MAPERR```
Top 10 frames of crashing thread:
Regression from bug 1746630?
Assignee | ||
Comment 1•2 years ago
|
||
The template is incredibly fiddly in regards to white space. Grabbing this to fix soon.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Priority: -- → P2
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
This was pushed to prod just now in bug #1798949. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•