cargo-duplicates icon indicating copy to clipboard operation
cargo-duplicates copied to clipboard

SIGABORT running cargo-duplicates

Open hunger opened this issue 2 years ago • 2 comments

I tried running this on Slint (https://github.com/slint-ui/slint) and this is what I got:

➜ cargo duplicates
Package              Versions
-------              --------
ahash                0.7.6                          0.4.7
arrayvec             0.7.2                          0.5.2
bare-metal           1.0.0                          0.2.5
cfg-if               1.0.0                          0.1.10
core-foundation      0.9.3                          0.7.0
core-foundation-sys  0.8.3                          0.7.0
core-graphics        0.22.3                         0.19.2
deflate              1.0.0                          0.8.6
float-cmp            0.9.0                          0.8.0  0.5.3
fontdb               0.9.1                          0.8.0
hashbrown            0.12.1                         0.11.2  0.9.1
image                0.24.2                         0.23.14
jpeg-decoder         0.2.6                          0.1.22
memmap2              0.5.3                          0.3.1
miniz_oxide          0.5.3                          0.4.4  0.3.7
mio                  0.8.3                          0.6.23
nb                   1.0.0                          0.1.3
nix                  0.23.1                         0.22.3
num-rational         0.4.0                          0.3.2
png                  0.17.5                         0.16.8
rustc_version        0.4.0                          0.3.3   0.2.3
semver               1.0.9                          0.11.0  0.9.0
semver-parser        0.10.2                         0.7.0
siphasher            0.3.10                         0.2.3
svgtypes             0.8.0                          0.5.0
tiff                 0.7.2                          0.6.1
ttf-parser           0.15.0                         0.14.0  0.12.3
wasi                 0.11.0+wasi-snapshot-preview1  0.10.2+wasi-snapshot-preview1
winapi               0.3.9                          0.2.8

ahash 0.7.6:

thread 'main' has overflowed its stack
fatal runtime error: stack overflow
fish: Job 1, 'cargo duplicates' terminated by signal SIGABRT (Abort)

hunger avatar Jun 14 '22 11:06 hunger

I'm running into this as well, using cargo duplicates on https://github.com/holochain/holochain

DavHau avatar Feb 16 '23 04:02 DavHau

Still having this problem.

joske avatar May 03 '23 13:05 joske