terminate called after throwing an instance of 'std:system_error' what(): Invalid argumentAborted (core dumped)static void StartRssThread(Fuzzer *F, size_t RssLimitMb) { if (!RssLimitMb) return; std::thread T(RssThread, F, RssLimitMb); T.detach();}--
You received this message because you are subscribed to the Google Groups "libfuzzer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to libfuzzer+unsubscribe@googlegroups.com.
To post to this group, send email to libf...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/libfuzzer/c6d19e81-f54b-4bd1-b6ae-41465fa0c35d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
jenkins_ci:~/fuzz/build$ ./fuzzer/DTMF_fuzzerINFO: Seed: 9185234terminate called after throwing an instance of 'std::system_error' what(): Invalid argumentAborted (core dumped)jenkins_ci:~/fuzz/build$ ./fuzzer/DTMF_fuzzer -rss_limit_mb=0 -runs=2INFO: Seed: 1527351542INFO: -max_len is not provided; libFuzzer will not generate inputs larger than 4096 bytesINFO: A corpus is not provided, starting from an empty corpus#0 READ units: 1#2 INITED cov: 1928 ft: 1927 corp: 1/1b exec/s: 0 rss: 58Mb#2 DONE cov: 1928 ft: 1927 corp: 1/1b exec/s: 0 rss: 58MbDone 2 runs in 0 second(s)jenkins_ci:~/fuzz/build$ ./fuzzer/DTMF_fuzzer -rss_limit_mb=0 -runs=2 -jobs=1terminate called after throwing an instance of 'std::system_error' what(): Invalid argumentAborted (core dumped)jenkins_ci:~/fuzz/build$ ./fuzzer/DTMF_fuzzer -rss_limit_mb=0 -runs=2 -jobs=2Running 2 workers--
You received this message because you are subscribed to the Google Groups "libfuzzer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to libfuzzer+unsubscribe@googlegroups.com.
To post to this group, send email to libf...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/libfuzzer/f530d91c-4f23-4485-ad8c-1f32f531ca44%40googlegroups.com.