When running the jqf-alf-fuzz, the status panel sometimes freezes and no updates afterward.
The timeout mechanism seems doesn't interrupt the running test. According to visualvm, it keeps reading the EOF in StreamBackedRandom

The testing command is
bin/jqf-afl-fuzz -x examples/target/test-classes/dictionaries/maven-model-afl.dict -i ../gen-seeds-dict/seeds/xml -o maven0 -c "examples/target/test-classes/:examples/target/test-classes:examples/target/dependency/*" edu.berkeley.cs.jqf.examples.maven.ModelReaderTest testWithInputStream
When running the jqf-alf-fuzz, the status panel sometimes freezes and no updates afterward.
The timeout mechanism seems doesn't interrupt the running test. According to visualvm, it keeps reading the EOF in

StreamBackedRandomThe testing command is
bin/jqf-afl-fuzz -x examples/target/test-classes/dictionaries/maven-model-afl.dict -i ../gen-seeds-dict/seeds/xml -o maven0 -c "examples/target/test-classes/:examples/target/test-classes:examples/target/dependency/*" edu.berkeley.cs.jqf.examples.maven.ModelReaderTest testWithInputStream