Closed
Bug 1697724
Opened 4 years ago
Closed 4 years ago
GeckoView example app crash with Software WebRender
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file, 1 obsolete file)
The crash happened on GeckoView example app with Software WebRender when I built the app locally and run on my Android devices. But I did not see the crash with Fenix with Software WebRender.
Crash happened both with WebRender (Software) and with WebRender (Software OpenGL)
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Updated•4 years ago
|
Blocks: sw-wr-android
Assignee | ||
Updated•4 years ago
|
Blocks: sw-wr-stability
Assignee | ||
Updated•4 years ago
|
No longer blocks: sw-wr-stability
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
When I debugged with Android Studio, I received "SIGBUS (signal SIGBUS: illegal alignment)". It seemed that address of "T* dst" was not aligned.
https://searchfox.org/mozilla-central/rev/1a47a74bd5ba89f2474aa27c40bd478e853f3276/gfx/wr/swgl/src/gl.cc#2045
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D108714
Updated•4 years ago
|
Attachment #9209666 -
Attachment is obsolete: true
Assignee | ||
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Blocks: sw-wr-android
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1f2263b28c98
Align buffer address in commit_solid_span() r=lsalzman
Comment 5•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•