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
This looks like #8470. If you copy the clippy-driver command and run it manually, do you get an error like this?
clippy-driver(17833,0x70001050a000) malloc: *** error for object 0x60000372a200: pointer being realloc'd was not allocated
clippy-driver(17833,0x70001050a000) malloc: *** set a breakpoint in malloc_error_break to debug
Yes, when I ran the clippy-driver command manually, I got a similar error:
clippy-driver(40900,0x700002c59000) malloc: *** error for object 0x600003e7da00: pointer being realloc'd was not allocated
clippy-driver(40900,0x700002c59000) malloc: *** set a breakpoint in malloc_error_break to debug
Abort trap: 6
Summary
I encountered the following crash during
cargo clippy
:Version
Error output
Backtrace
The text was updated successfully, but these errors were encountered: