-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Description
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 failed2023-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