Skip to content

updpatch: nodejs-lts-krypton 24.13.0-1#5106

Merged
felixonmars merged 1 commit intofelixonmars:masterfrom
kxxt:nodejs-lts-krypton
Feb 4, 2026
Merged

updpatch: nodejs-lts-krypton 24.13.0-1#5106
felixonmars merged 1 commit intofelixonmars:masterfrom
kxxt:nodejs-lts-krypton

Conversation

@kxxt
Copy link
Contributor

@kxxt kxxt commented Feb 4, 2026

  • Backport chromium-review.googlesource.com/c/v8/v8/+/7540554 to fix the long-standing nodejs heisenbug Sporadic Nodejs segfault on sg2042 Sporadic Nodejs segfault on sg2042 revyos/revyos#27. Upstream PR: [v24.x] deps: V8: backport 6a0a25abaed3 nodejs/node#61670

  • --nocheck is needed. There is one test failure:

    === release test-repl-paste-big-data ===
    Path: parallel/test-repl-paste-big-data
    node:internal/assert/utils:77
        throw err;
        ^
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
    assert.ok(diff.user < 1e6)
    
      at REPLServer.<anonymous> (/build/nodejs-lts-krypton/src/node/test/parallel/test-repl-paste-big-data.js:22:10)
      at REPLServer.<anonymous> (/build/nodejs-lts-krypton/src/node/test/common/index.js:476:15)
      at Object.onceWrapper (node:events:622:28)
      at REPLServer.emit (node:events:508:28)
      at REPLServer.emit (node:domain:489:12)
      at REPLServer.emitExit (node:repl:850:10)
      at REPLServer.emit (node:events:520:35)
      at REPLServer.emit (node:domain:489:12)
      at REPLServer.close (node:internal/readline/interface:555:10)
      at node:repl:1114:5 {
    generatedMessage: true,
    code: 'ERR_ASSERTION',
    actual: false,
    expected: true,
    operator: '==',
    diff: 'simple'
    }
    
    Node.js v24.13.0
    Command: out/Release/node /build/nodejs-lts-krypton/src/node/test/parallel/test-repl-paste-big-data.js
    

- Backport chromium-review.googlesource.com/c/v8/v8/+/7540554 to fix the
  long-standing nodejs heisenbug Sporadic Nodejs segfault on sg2042 revyos/revyos#27.
  Upstream PR: nodejs/node#61670
- `--nocheck` is needed. There is one test failure:

    === release test-repl-paste-big-data ===
    Path: parallel/test-repl-paste-big-data
    node:internal/assert/utils:77
        throw err;
        ^

    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:

      assert.ok(diff.user < 1e6)

        at REPLServer.<anonymous> (/build/nodejs-lts-krypton/src/node/test/parallel/test-repl-paste-big-data.js:22:10)
        at REPLServer.<anonymous> (/build/nodejs-lts-krypton/src/node/test/common/index.js:476:15)
        at Object.onceWrapper (node:events:622:28)
        at REPLServer.emit (node:events:508:28)
        at REPLServer.emit (node:domain:489:12)
        at REPLServer.emitExit (node:repl:850:10)
        at REPLServer.emit (node:events:520:35)
        at REPLServer.emit (node:domain:489:12)
        at REPLServer.close (node:internal/readline/interface:555:10)
        at node:repl:1114:5 {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '==',
      diff: 'simple'
    }

    Node.js v24.13.0
    Command: out/Release/node /build/nodejs-lts-krypton/src/node/test/parallel/test-repl-paste-big-data.js
@felixonmars felixonmars merged commit d48ab95 into felixonmars:master Feb 4, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants