Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9406] Buildbot crash output: fuzz-2013-11-09-2430.pcap

Date: Wed, 18 Dec 2013 00:40:02 +0000

Comment # 16 on bug 9406 from
(In reply to comment #14)
> I have valgrind-wireshark.sh running on fuzz-2013-12-05-31240.pcap in a loop
> on the fuzz buildbot. Hopefully it will produce a usable core dump.

Going to assume this hasn't produced anything :/

The fuzzbot is still generating dupes, so I'm really stumped now. If the
turn-around time between fuzz failures wasn't so long I'd be tempted to start
putting in printfs...

Maybe put something like the following in where the assertion currently is?

#ifdef fuzzbot-platform
  if (handle == NULL) {
     platform_specific_stack_dump();
  }
#endif


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