Crash on pinch zoom in/out repeatedly on a page having background-repeat and transforms
Categories
(Core :: Graphics: Layers, defect, P3)
Tracking
()
People
(Reporter: hiro, Unassigned)
Details
Attachments
(1 file)
1.50 KB,
text/html
|
Details |
I am totally unsure this is a valid bug or not because it seems the crash is caused by lowmemorykiller on Android.
Steps to reproduce;
- Open the attachment file on Fenix (I used nightly)
- Pinch zoom in/out repeated even if the content is irresponsible
The page uses a static transform value, rotate(45deg), if it's animated, the crash happens more often.
Reporter | ||
Comment 1•5 years ago
|
||
Note that I couldn't reproduce the crash on Fennec.
Comment 2•5 years ago
|
||
Do you have WebRender enabled or disabled? Or does it happen with both?
Reporter | ||
Comment 3•5 years ago
|
||
I thought I was initially testing on WebRender, but it seems not. I now tried to reproduce it on WebRender, but I couldn't produce it at all.
So, it's non-WebRender specific. I am on pixel 3, FWIW.
Comment 4•5 years ago
|
||
Hiro, can you please attach a stack trace of the crash?
Reporter | ||
Comment 5•5 years ago
|
||
As I said in comment 0, it looks it's killed by lowmemorykiller.
Updated•5 years ago
|
Reporter | ||
Comment 6•5 years ago
|
||
I am not sure where the memory allocation is bloating, but the crash doesn't happen on WebRender.
Updated•5 years ago
|
Comment 7•3 years ago
|
||
Fixed by webrender
Description
•