Closed
Bug 602209
Opened 15 years ago
Closed 10 years ago
Read MD_LINUX_LSB_RELEASE info out of Linux minidumps
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ted, Assigned: ted)
References
Details
The Linux client code includes the contents of /etc/lsb-release in the minidumps it writes, in a stream called MD_LINUX_LSB_RELEASE. We should pull this out and make this information available so that Linux distros can find crashes happening on their distro.
This will require changes to minidump_stackwalk or stackwalk_server, and it'll probably require fixing bug 573100, since the current pipe-delimited format isn't very flexible.
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
| Assignee | ||
Comment 2•10 years ago
|
||
I fixed this recently but forgot this bug existed:
https://github.com/mozilla/socorro/commit/7d2713ea2e40463fd06edde0e9a27117acc7745c
Assignee: nobody → ted
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•10 years ago
|
||
Sample output:
https://crash-stats.mozilla.com/report/index/680d989b-d251-4897-897d-2f04c2150515
"lsb_release": { "codename": "trusty", "description": "Ubuntu 14.04.2 LTS", "id": "Ubuntu", "release": "14.04" },
You need to log in
before you can comment on or make changes to this bug.
Description
•