xd009642 / tarpaulin

A code coverage tool for Rust projects
https://crates.io/crates/cargo-tarpaulin
Apache License 2.0
2.5k stars 180 forks source link

SIGILL while running tarpaulin against tokio-imap #619

Closed djc closed 3 years ago

djc commented 3 years ago

See here:

https://github.com/djc/tokio-imap/runs/1394544645?check_suite_focus=true

This is the first time I've seen this -- could this be a regression somehow?

xd009642 commented 3 years ago

Looks like one of the two issues in #618 if you do RUSTFLAGS='-C relocation-model=dynamic-no-pic' it should fix it in the meantime. I've got a fix for one part of #618 and know what causes the SIGILL/SIGSEGV, just working out the best fix

djc commented 3 years ago

Awesome, thanks.