jimp-dev/jimp

Jimp crashes when reading large files (Greater than 1MB) on firefox (mobile device)

Open

#937 建立於 2020年9月2日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (785 fork)batch import
bugfile size issuehelp wanted

倉庫指標

Star
 (13,218 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Expected Behavior

Jimp should read the file successfully and return an object

Current Behavior

The catch block is called. Note that it works perfectly well on chrome browser

Failure Information (for bugs)

On firefox (on mobile devices), reading a large file (Above 1MB) causes Jimp to crash

Steps to Reproduce

  1. Read a large image on firefox (on a mobile device) Jimp.read(image)
  2. The catch block will be called

Context

  • Jimp Version: 0.16.1
  • Operating System: Android
  • Node version:10.6.2

Failure Logs

貢獻者指南