Closed
Bug 1212334
Opened 10 years ago
Closed 10 years ago
disambiguate crash dumps being in memory or files
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lars, Assigned: lars)
References
Details
there has been a bifurcation in the crash storage data throughout the history of the classes. The crash dumps have two different representations:
1) a mapping of crash names to binary data blobs
2) a mapping of crash names to file pathnames.
It has been a manner of gentleman's agreement that two types do not mix. However, as the two methods have evolved in parallel the distinction has become more and more inconvenient.
devise a method to unify the two cases
Comment 1•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/f2c34b5ac40efac7133b7bd132ed212201c4a100
Merge pull request #3022 from twobraids/dump_locations
fixes Bug 1212334 - disambiguate crash dumps being in memory or files
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•