microsoft / ripgrep-prebuilt

Builds ripgrep on Azure Pipelines for multiple platforms and makes the binaries available as Github releases
MIT License
46 stars 15 forks source link

Bug on FUJITSU A64FX(ARM) #31

Closed lwshanbd closed 1 year ago

lwshanbd commented 1 year ago

Hi VS Code developers,

I am using VS Code on a FUJITSU A64FX machine, and I found the search in VS Code doesn't work on my machine. I checked the ripgrep and got the following bug information:

[bshan@login1 bin]$ ./rg --version
<jemalloc>: Unsupported system page size
<jemalloc>: Unsupported system page size
memory allocation of 5 bytes failed
Aborted (core dumped)

Then, I download the ripgrep source code and compile it manually, and copy rp to node_modules/@vscode/ripgrep/bin. Finally, it works. Could you fix/update the configuration of the ripgrep-prebuilt of VS Code. If you need any help on the Fujitsu machine, just let me know.

Thanks

andreamah commented 1 year ago

this is a duplicate of https://github.com/microsoft/vscode/issues/179907 and should be fixed in the latest version.