-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fuzzing Running test ["seq", "-49.450798063728875", "3458"]
is staled
#5724
Comments
Disable fuzzing seq until issue #5724 is fixed
It looks like I can see at least two ways to fix this:
|
Closes: uutils#5724 many thanks to @samueltardieu
* fuzz: use thread to bypass the limitation of output Closes: #5724 many thanks to @samueltardieu * fuzz: enable seq as the stalled issue is fixed * fuzz: add 4 more fuzzers * fuzz: enable the 4 new fuzzers in the CI * remove old import Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com> * remove comment Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com> * remove comment Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com> * add more flags Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com> * add space Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com> * add a comment about sort local Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com> * wrong copy/paste Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com> * fuzz: import "std::env" --------- Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
cargo +nightly fuzz run fuzz_seq -- -max_total_time=600 -detect_leaks=0
freeze on:
Running test ["seq", "-49.450798063728875", "3458"]
rust-gdb -p shows that it is on:
write!(stdout, "{separator}")?;
coreutils/src/uu/seq/src/seq.rs
Line 220 in 052f38f
i don't know what is going on ?!
The text was updated successfully, but these errors were encountered: