2 MiB JPEG in state -> tab crashes
See original GitHub issueType that gets placed inside an object inside the state:
/**
* Result type of the rendering.
*/
export type RenderResult =
{ imageWidth: number,
imageHeight: number,
/**
* The normalised image (orientation is now = 1, the default)
*/
image: ImageData,
thumbWidth: number,
thumbHeight: number,
/**
* The thumbnail of the image.
*/
thumb: ImageData,
/**
* Optional image data.
*/
exif?: Object
}
Data is extracted as such:
const image = scratch.getContext("2d").getImageData(0, 0, scratch.width, scratch.height);
This happens even if redux
is not the active tab in DevTools, so this bug precludes e.g. having the console open.
Chromium latest via homebrew.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Windows User instantly crashes tabs I open
Windows User instantly crashes tabs I open. Hello,. I've had my pc build for 2 years and it has been flawless throughout until...
Read more >Was ist neu? - MusicBrainz Picard
PICARD-1974 - Picard crashes when using the same tag name more than once in "Tags from File Names..." PICARD-1975 - Tags from file...
Read more >ArubaOS 8.4.0.1 Release Notes - Aruba Networks
failed to boot up and went into inactive and unlicensed state. The fix ... To access ArubaOS MIB files: 1. Log in to...
Read more >Optics crashes when opening photo - Boris FX Forum
512GB PCIe® NVMe™ M.2 Solid State Drive ... optics crashes when trying to open tiff, psd, or jpeg in photoshop, lightroom and standalone....
Read more >Supplemental Document: BIG-IP 11.6.1 Fixes and Known ... - AskF5
551010-7, 3-Major, Crash on unexpected WAM storage queue state ... 563474-2 : SNMP F5-BIGIP-APM-MIB::apmPmStatConfigSyncState returns 0 for edited access ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For posterity and googlers like myself in the future:
That color shows that there’s an inconsistency between the state on client side and on the extension side (action index is different). We’d add an option to run it from client side in
3.0
, so it won’t be necessary to sanitize.