Skip to content

jemalloc issue in ripgrep on aarch64-linux #179907

@andreamah

Description

@andreamah

From #179121 (comment)
@mycraftmw

2023-04-11 11:01:28.153 [debug] RipgrepSearchEH#search /home/tongyu/.vscode-server-insiders/bin/7f03ec6f7a48791d8027761b22773b454fc52478/node_modules/@vscode/ripgrep/bin/rg --hidden --ignore-case -g '!/.git' -g '!/.svn' -g '!/.hg' -g '!/CVS' -g '!/.DS_Store' -g '!/Thumbs.db' -g '!/node_modules' -g '!/bower_components' -g '!**/*.code-search' --no-ignore-parent --follow --crlf --fixed-strings --no-config --no-ignore-global --json -- 'hello' '.'

  • cwd: /home/tongyu/bitswiss
    2023-04-11 11:01:28.161 [debug] RipgrepSearchEH#search : Unsupported system page size
    : Unsupported system page size
    memory allocation of 5 bytes failed

2023-04-11 11:01:28.220 [debug] RipgrepSearchEH#search No data from stdout
2023-04-11 11:01:28.220 [debug] RipgrepSearchEH#search No result from parser
2023-04-11 11:01:28.220 [debug] RipgrepSearchEH#search

Probably a regression from making aarch64-linux ripgrep build statically compiled to fix microsoft/vscode-ripgrep#34. We might need to dynamically compile ripgrep instead of using musl, and find a container to compile it in.

related BurntSushi/ripgrep#2180

// cc @roblourens

Metadata

Metadata

Assignees

Labels

author-verification-requestedIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsiderssearchSearch widget and operation issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions