NEW 171655
FileReader.readAsArrayBuffer() - Reading large files causes memory leak
https://bugs.webkit.org/show_bug.cgi?id=171655
Summary FileReader.readAsArrayBuffer() - Reading large files causes memory leak
Jake Archibald
Reported 2017-05-04 06:42:28 PDT
http://jsbin.com/cekequd/quiet. Give the top input a large file & watch the console. Firefox completes in ~500ms for a 900mb file, whereas Safari chugs along then crashes. Notably, Firefox doesn't offer result in progress events, which may be related. This may involve a change to the spec https://github.com/w3c/FileAPI/issues/79. This appears to be the same as Chrome bug https://bugs.chromium.org/p/chromium/issues/detail?id=674903
Attachments
Radar WebKit Bug Importer
Comment 1 2017-05-04 22:52:58 PDT
David Kilzer (:ddkilzer)
Comment 2 2019-01-07 09:27:55 PST
(In reply to Jake Archibald from comment #0) > This appears to be the same as Chrome bug > https://bugs.chromium.org/p/chromium/issues/detail?id=674903 FYI, Chrome closed their bug as WONTFIX.
Note You need to log in before you can comment on or make changes to this bug.