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)

All
Linux
task
Not set
normal

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.
Component: Socorro → General
Product: Webtools → Socorro
Assignee: nobody → ted
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
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.