Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RangeError: Array buffer allocation failed #84

Open
alan-wr opened this issue Nov 11, 2020 · 1 comment
Open

RangeError: Array buffer allocation failed #84

alan-wr opened this issue Nov 11, 2020 · 1 comment

Comments

@alan-wr
Copy link

alan-wr commented Nov 11, 2020

rejected promise not handled within 1 second: RangeError: Array buffer allocation failed
extensionHostProcess.js:1059
stack trace: RangeError: Array buffer allocation failed
at new ArrayBuffer ()
at new Uint8Array ()
at new FastBuffer (internal/buffer.js:940:1)
at Function.alloc (buffer.js:350:10)
at new Buffer (buffer.js:263:19)
at Stream.writeByte (/buildarea/ashi/dev/git/gitlab_20201109/devcode/node_modules/seek-bzip/lib/index.js:479:23)
at Bunzip._read_bunzip (/buildarea/ashi/dev/git/gitlab_20201109/devcode/node_modules/seek-bzip/lib/index.js:435:25)
at Function.decode (/buildarea/ashi/dev/git/gitlab_20201109/devcode/node_modules/seek-bzip/lib/index.js:513:10)
at /buildarea/ashi/dev/git/gitlab_20201109/devcode/node_modules/decompress-tarbz2/index.js:18:35
at /buildarea/ashi/dev/git/gitlab_20201109/devcode/node_modules/decompress/index.js:19:43
at Array.map ()
at runPlugins (/buildarea/ashi/dev/git/gitlab_20201109/devcode/node_modules/decompress/index.js:19:34)
at extractFile (/buildarea/ashi/dev/git/gitlab_20201109/devcode/node_modules/decompress/index.js:54:46)
at /buildarea/ashi/dev/git/gitlab_20201109/devcode/node_modules/decompress/index.js:150:26

@alan-wr
Copy link
Author

alan-wr commented Nov 11, 2020

The original file *tar.bz2 is about 900+M, and after decompress it will get 3.5G.

It is fine by decompress it by tar:
command line 'tar -jxvf *.tar.bz2_4 -C output'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant