Comment # 1
on bug 10183
from Tim Furlong
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.