Cargo Clippy failed with SIGABRT and SIGSEGV Errors

I have build my rust project successfully with latest update of rust. When I run cargo clippy it show these errors

--cap-lints allow` (signal: 6, SIGABRT: process abort signal)

--cap-lints allow --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx` (signal: 6, SIGABRT: process abort signal)

--cap-lints allow --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx` (signal: 11, SIGSEGV: invalid memory reference

my system info is as follow;

rustc --version : rustc 1.36.0 (a53f9df32 2019-07-03)
cargo --version : cargo 1.36.0 (c4fcfb725 2019-05-15)
cargo clippy --version : clippy 0.0.212 (082cfa7 2019-06-07)
Windows 10 Pro for WSL ; OS Build 18362.239

Can you share the code (e.g. a link to a github repo)?

actually i build the project then run clippy cargo.. when i again run clippy without building, it has no problem.. i think , may be its due to my C drive not enough memory... or something else... anyhow, now its running.. thanks

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.