Closed
Bug 927480
Opened 12 years ago
Closed 1 year ago
No symbols/(deleted) for libraries initialized after the crash reporter is initialized
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gcp, Unassigned)
References
Details
https://bugzilla.mozilla.org/show_bug.cgi?id=898767#c28
"FWIW, my guess for the (deleted) is that the crash reporter is not using the data the linker is providiving to it for that library and uses /proc/self/maps instead. Might have to do with the lib being loaded after the crash reporter is initialized. That'd be a bug to file in itself, because if a lib is elfhacked (which omxplugin is not, fortunately) it means the symbols would be wrong."
Comment 1•12 years ago
|
||
bug 689178 would actually fix this, if Ted reviewed the upstream patches...
Updated•3 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
Is this potentially fixed based on bug 689178 being landed? From the sound of it, I think it might not be applicable anymore?
Flags: needinfo?(gpascutto)
| Reporter | ||
Comment 3•1 year ago
|
||
I haven't had to deeply debug Android in many years, but Gabriele thinks if the above didn't fix it, maybe https://github.com/rust-minidump/minidump-writer/issues/71 did. So I think we can close this.
Status: NEW → RESOLVED
Closed: 1 year ago
Flags: needinfo?(gpascutto)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•