Closed
Bug 1741041
Opened 3 years ago
Closed 2 years ago
Crash in [@ memcmp | mozilla::detail::nsTStringRepr<T>::EqualsASCII | mozilla::SVGContextPaint::IsAllowedForImageFromURI] via mozilla::layers::WebRenderCommandBuilder::CreateWebRenderCommands
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wsmwk, Unassigned)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
18.06 KB,
image/png
|
Details |
Crash report: https://crash-stats.mozilla.org/report/index/9c5d899f-a231-4110-994d-5efd80211109
Reason: EXCEPTION_ACCESS_VIOLATION_WRITE
Top 10 frames of crashing thread:
0 vcruntime140.dll memcmp
1 xul.dll mozilla::detail::nsTStringRepr<char>::EqualsASCII const xpcom/string/nsTSubstring.cpp:1033
2 xul.dll static mozilla::SVGContextPaint::IsAllowedForImageFromURI layout/svg/SVGContextPaint.cpp:65
3 xul.dll mozilla::image::VectorImage::GetImageContainerAtSize image/VectorImage.cpp:855
4 xul.dll nsImageBoxFrame::CreateWebRenderCommands layout/xul/nsImageBoxFrame.cpp:433
5 xul.dll nsDisplayXULImage::CreateWebRenderCommands layout/xul/nsImageBoxFrame.cpp:555
6 xul.dll mozilla::layers::WebRenderCommandBuilder::CreateWebRenderCommands gfx/layers/wr/WebRenderCommandBuilder.cpp:1676
7 xul.dll mozilla::layers::WebRenderCommandBuilder::CreateWebRenderCommandsFromDisplayList gfx/layers/wr/WebRenderCommandBuilder.cpp:1798
8 xul.dll mozilla::layers::WebRenderCommandBuilder::BuildWebRenderCommands gfx/layers/wr/WebRenderCommandBuilder.cpp:1596
9 xul.dll mozilla::layers::WebRenderLayerManager::EndTransactionWithoutLayer gfx/layers/wr/WebRenderLayerManager.cpp:369
Flags: needinfo?(mkmelin+mozilla)
Comment 1•3 years ago
|
||
Unfortunately, no idea. Maybe maybe just run out of memory.
Flags: needinfo?(mkmelin+mozilla)
Reporter | ||
Updated•3 years ago
|
Summary: Crash in [@ memcmp | mozilla::detail::nsTStringRepr<T>::EqualsASCII | mozilla::SVGContextPaint::IsAllowedForImageFromURI] → Crash in [@ memcmp | mozilla::detail::nsTStringRepr<T>::EqualsASCII | mozilla::SVGContextPaint::IsAllowedForImageFromURI] via mozilla::layers::WebRenderCommandBuilder::CreateWebRenderCommands
Reporter | ||
Comment 2•3 years ago
|
||
Crash rate on the rise as we were ramping up version 91
Reporter | ||
Comment 3•2 years ago
|
||
This signature doesn't exist in version 102, nor can I find a different signature containing the top couple frames.
Severity: S2 → S3
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•