#950483 nodejs: Segmentation fault in v8::internal::compiler::(anonymous namespace)::MayAlias

Package:
nodejs
Source:
nodejs
Description:
evented I/O for V8 javascript - runtime executable
Submitter:
Tim Düsterhus
Date:
2025-11-06 09:17:05 UTC
Severity:
important
Tags:
#950483#5
Date:
2020-02-02 12:21:29 UTC
From:
To:
Dear Maintainer,

   * What led up to the situation?

I'm running a nodejs based application server.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

Specifying `--noturbo_load_elimination` works around this issue.

   * What was the outcome of this action?

The process crashes using a segmentation fault every roughly 30 minutes
to 1 hour. The segmentation fault happens within v8's optimizing
compiler.

   * What outcome did you expect instead?

I expected it not to crash.

I've already reported this issue upstream in nodejs' GitHub issue tracker:

https://github.com/nodejs/node/issues/31484

The upstream maintainer proposed a patch that I could verify fixing my
issue using the upstream tarball of nodejs 10.15.2 (i.e. the Debian
Buster version without any Debian specific patches):

https://github.com/nodejs/node/pull/31613

I'm filing this Debian bug to request a backport of this patch to Debian Buster.

Best regards
Tim Düsterhus

#950483#14
Date:
2025-11-06 09:14:36 UTC
From:
To:
close 950483 10.21.0~dfsg-1~deb10u1
thanks

Close that fixed bug.