Wireshark-bugs: [Wireshark-bugs] [Bug 8257] Buildbot crash output: fuzz-2013-01-24-29553.pcap
Date: Fri, 25 Jan 2013 23:15:51 +0000

Comment # 3 on bug 8257 from
fuzz-test.sh tries to catch infinite loops by running "ulimit -S -t 900" That
is, it sets a CPU time limit on itself which is inherited by TShark. I added
"ps -p $$ -o pcpu,time" to the fuzzing loop to see if we're hitting the 900
second maximum through normal testing. If we are we might want to set limits on
TShark directly or just run fewer passes.


You are receiving this mail because:
  • You are watching all bug changes.