You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the ripgrep-0.4.0-x86_64-unknown-linux-musl release binary, I receive a core dump in a Arch Linux Virtual Box VM (v5.1.14r112924). Tried on a physical (Intel Xeon) CentOS 7 server, and it works fine there. I don't have a Rust dev env setup, but I probably could if I need to. Let me know if you need more details, but here's what I'm seeing:
$ rg
error: The following required arguments were not provided:
<pattern>
USAGE:
rg [OPTIONS] <pattern> [<path> ...]
rg [OPTIONS] [-e PATTERN | -f FILE ]... [<path> ...]
rg [OPTIONS] --files [<path> ...]
rg [OPTIONS] --type-list
For more information try --help
$ rg ls
Illegal instruction (core dumped)
$ gdb ~/bin/rg
GNU gdb (GDB) 7.12
This GDB was configured as "x86_64-pc-linux-gnu".
Reading symbols from /home/USER/bin/rg...done.
warning: Missing auto-load script at offset 0 in section .debug_gdb_scripts
of file /home/USER/bin/rg.
Use `info auto-load python-scripts [REGEXP]' to list them.
(gdb) run test
Starting program: /home/USER/bin/rg test
[New LWP 19001]
[New LWP 19002]
Thread 3 "rg" received signal SIGILL, Illegal instruction.
[Switching to LWP 19002]
0x00000000004dbd70 in simd::u8x16::splat (x=<optimized out>) at /home/travis/.cargo/registry/src/git.f4.workers.dev-1ecc6299db9ec823/simd-0.1.1/src/common.rs:152
152 /home/travis/.cargo/registry/src/git.f4.workers.dev-1ecc6299db9ec823/simd-0.1.1/src/common.rs: No such file or directory.
I'm afraid you'll need to compile from source or install ripgrep from the community repo. Alternatively, figure out how to get ssse3 support in your VM.
Using the
ripgrep-0.4.0-x86_64-unknown-linux-musl
release binary, I receive a core dump in a Arch Linux Virtual Box VM (v5.1.14r112924). Tried on a physical (Intel Xeon) CentOS 7 server, and it works fine there. I don't have a Rust dev env setup, but I probably could if I need to. Let me know if you need more details, but here's what I'm seeing:One of two processors:
The text was updated successfully, but these errors were encountered: