Skip to content

Crash in V8 when working with big arrays #15432

Closed
@danilaml

Description

@danilaml

Since upgrading from Node.js 8.2.1 I often get

#
# Fatal error in ../deps/v8/src/runtime/runtime-internal.cc, line 349
# Check failed: size <= kMaxRegularHeapObjectSize || space == LO_SPACE.
#

when working with large arrays.

From some investigation it looks like I've hit
https://bugs.chromium.org/p/v8/issues/detail?id=6716
which was recently fixed (not sure if it's in 6.1 or 6.2 branch).

I've tried with latest (8.5.0) Node.js and the issue is still there.

  • Version: 8.5.0
  • Platform: 4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
  • Subsystem: V8?

Code examples are in the V8 issue linked above and here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    v8 engineIssues and PRs related to the V8 dependency.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions