Skip to content

./node/_tools/test/parallel/test-http-url.parse-post.js causes segfaults after denoland/deno#16579 #2882

Closed
denoland/deno
#16610
@kt3k

Description

@kt3k

After denoland/deno#16383, ./node/_tools/test/parallel/test-http-url.parse-post.js results segmentation fault

You can check this with the following script at the root of std:

test.js

import { createRequire } from "./node/module.ts";
const require = createRequire(import.meta.url);
require("./node/_tools/test/parallel/test-http-url.parse-post.js");
$ deno run -A --unstable test.js
zsh: segmentation fault  deno run -A --unstable b.js
$ deno run -A --unstable test.js
deno(32845,0x11e27e600) malloc: Heap corruption detected, free list is damaged at 0x6000002e00b0
*** Incorrect guard value: 151948978684078
deno(32845,0x11e27e600) malloc: *** set a breakpoint in malloc_error_break to debug
zsh: abort      deno run -A --unstable b.js

(There are 2 patterns of error messages (on macOS), and also sometimes it finishes without error)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions