Wireshark-bugs: [Wireshark-bugs] [Bug 10183] QtShark crashes during/after loading
Date: Mon, 16 Jun 2014 23:44:41 +0000

Comment # 1 on bug 10183 from
Crash occurs at capture.c:746
      if (strcmp(sc_item->name, stat_parts[0]) == 0) {

Looks like sc->cache_list may be corrupted, I'm seeing memory access errors on
data, next, and prev...

Oh, and sc itself is pointing to a string
"\Device\NPF_{1DE56974-8B70-48C8-A6DE-EF0A26C1E3A2}" rather than an object -
appears to happen a couple of stack calls up, possibly in
InterfaceTree::get_interface_list(), where "this" appears to be corrupted.


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