Keruspe / cargo-duplicates

A cargo subcommand for displaying when different versions of a same dependency are pulled in
19 stars 2 forks source link

SIGABORT running cargo-duplicates #6

Open hunger opened 2 years ago

hunger commented 2 years ago

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)
DavHau commented 1 year ago

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

joske commented 1 year ago

Still having this problem.

izolyomi commented 5 months ago

I've just encountered this problem as well right after installing cargo-duplicates 0.6 and trying it on a complex codebase.