Comment # 16
              on bug 9406
              from  Evan Huus
        (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.