Parsing the apport data uses too much memory
Bug #285386 reported by
Björn Tillenius
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Björn Tillenius |
Bug Description
Apport uploads extra filebug information to Launchpad before leading the user to the +filebug page. On +filebug we parse the data Apport uploaded, and add it to the bug report. Parsing the data is quite inefficient and uses a lot of memory for large data blobs (50 Mb and more).
Sometimes when parsing large data blobs the app servers seem to crash. We need to make the parser use less memory.
Changed in malone: | |
assignee: | nobody → bjornt |
importance: | Undecided → High |
milestone: | none → 2.1.11 |
status: | New → In Progress |
Changed in malone: | |
status: | Fix Committed → Fix Released |
visibility: | private → public |
To post a comment you must log in.
Fixed in RF 7193.