Closed
Bug 1036219
Opened 10 years ago
Closed 6 years ago
crash in libxul.so@0xe329f8 | jsimd_ycc_rgb_convert
Categories
(Core :: Graphics: ImageLib, defect, P5)
Tracking
()
People
(Reporter: kbrosnan, Unassigned)
References
()
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-a3a71468-eedf-4083-9d3a-ed34b2140702.
=============================================================
I was able to reproduce this crash on beta using https://forums.oneplus.net/threads/my-opo-impressions-image-heavy.48904/#post-2228910 on a Nexus 5 using Beta 8.
This seems to only affect beta 6 and 8 according to crash stats. Need to investigate if this was a signature moving or an uplift causing the problem.
Comment 1•10 years ago
|
||
Looks like the crash is in libjpeg somewhere? Moving to ImageLib.
Component: Graphics, Panning and Zooming → ImageLib
Product: Firefox for Android → Core
Comment 2•10 years ago
|
||
Fx32 Signature with ~300 crashes
libxul.so@0xe94af8 | jsimd_ycc_rgb_convert
https://crash-stats.mozilla.com/report/list?product=FennecAndroid&range_value=7&range_unit=days&date=2014-08-06&signature=libxul.so%400xe94af8+%7C+jsimd_ycc_rgb_convert&version=FennecAndroid%3A32.0b2
Fx34 Signatures
* lbxul.so@0xef94a8 | jsimd_ycc_rgb_convert
https://crash-stats.mozilla.com/report/list?product=FennecAndroid&range_value=7&range_unit=days&date=2014-08-06&signature=libxul.so%400xef94a8+%7C+jsimd_ycc_rgb_convert&version=FennecAndroid%3A34.0a1
* libxul.so@0xef2028 | jsimd_ycc_rgb_convert
https://crash-stats.mozilla.com/report/list?product=FennecAndroid&range_value=7&range_unit=days&date=2014-08-06&signature=libxul.so%400xef2028+%7C+jsimd_ycc_rgb_convert&version=FennecAndroid%3A34.0a1
* libxul.so@0xef90a8 | jsimd_ycc_rgb_convert
https://crash-stats.mozilla.com/report/list?product=FennecAndroid&range_value=7&range_unit=days&date=2014-08-06&signature=libxul.so%400xef90a8+%7C+jsimd_ycc_rgb_convert&version=FennecAndroid%3A34.0a1
* libxul.so@0xeef468 | jsimd_ycc_rgb_convert
https://crash-stats.mozilla.com/report/list?product=FennecAndroid&range_value=7&range_unit=days&date=2014-08-06&signature=libxul.so%400xeef468+%7C+jsimd_ycc_rgb_convert&version=FennecAndroid%3A34.0a1
* libxul.so@0xef5c38 | jsimd_ycc_rgb_convert
https://crash-stats.mozilla.com/report/list?product=FennecAndroid&range_value=7&range_unit=days&date=2014-08-06&signature=libxul.so%400xef5c38+%7C+jsimd_ycc_rgb_convert&version=FennecAndroid%3A34.0a1
* libxul.so@0xedd018 | jsimd_ycc_rgb_convert
https://crash-stats.mozilla.com/report/list?product=FennecAndroid&range_value=7&range_unit=days&date=2014-08-06&signature=libxul.so%400xedd018+%7C+jsimd_ycc_rgb_convert&version=FennecAndroid%3A34.0a1
* libxul.so@0xee7518 | jsimd_ycc_rgb_convert
https://crash-stats.mozilla.com/report/list?product=FennecAndroid&range_value=7&range_unit=days&date=2014-08-06&signature=libxul.so%400xee7518+%7C+jsimd_ycc_rgb_convert&version=FennecAndroid%3A34.0a1
Comments:
Every time I visit an imgur.com mobile album page with lots of pictures, it crashes
tracking-fennec: --- → ?
Crash Signature: [@ libxul.so@0xe329f8 | jsimd_ycc_rgb_convert] → [@ libxul.so@0xe329f8 | jsimd_ycc_rgb_convert]
[@ libxul.so@0xe94af8 | jsimd_ycc_rgb_convert]
status-firefox32:
--- → affected
status-firefox33:
--- → affected
status-firefox34:
--- → affected
Reporter | ||
Comment 3•10 years ago
|
||
As I understand the fix for bug 1044193 will help. I expect that will get into beta 6.
Comment 4•10 years ago
|
||
It's possible that the same thing that caused bug 1044193 also caused this bug. It looks about right according to the crash reports - crashing on 0xFFFFFFFF, which is the address we get when mmap fails.
Crash Signature: [@ libxul.so@0xe329f8 | jsimd_ycc_rgb_convert]
[@ libxul.so@0xe94af8 | jsimd_ycc_rgb_convert] → [@ libxul.so@0xe32cd8 | jsimd_ycc_rgb_convert]
[@ libxul.so@0xe11f78 | jsimd_ycc_rgb_convert]
Comment 6•6 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•