Closed
Bug 1475482
Opened 6 years ago
Closed 6 years ago
[skiplist] Add "__fixunsdfsi" to the skip list (bug 1451891)
Categories
(Socorro :: Signature, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
snorp recommends that we add "__fixunsdfsi" to the Socorro skip list. At this time, we only see these crashes on Android ARM devices, but this function could conceivably show up on other platforms.
This function is a compiler intrinsic for floating point number conversions. There are many other functions, but for now we can just add this one.
https://gcc.gnu.org/onlinedocs/gccint/Soft-float-library-routines.html
Here is an example crash report:
bp-978a316e-ec20-4fc6-9ef2-ee23f0180405
Assignee | ||
Comment 1•6 years ago
|
||
PR to skip "__fixunsdfsi":
https://github.com/mozilla-services/socorro/pull/4513
Assignee: nobody → cpeterson
Comment 2•6 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/e03d992b7abae1714bd8bbd4847f65670e5ef152
fix bug 1475482 - Skip "__fixunsdfsi"
"__fixunsdfsi" is a compiler intrinsic for floating point number conversions. There are many other floating point intrinsic functions, but for now we can just add this one. We're seeing crashes on Android ARM devices, like Firefox bug 1475482.
https://gcc.gnu.org/onlinedocs/gccint/Soft-float-library-routines.html
https://github.com/mozilla-services/socorro/commit/6c37b4ef9610302923356e809ef20cd52c290de3
Merge pull request #4513 from cpeterso/patch-1
fix bug 1475482 - Skip "__fixunsdfsi"
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•