Comment # 3
on bug 10917
from Peter Wu
Created attachment 14181 [details]
gdb backtraces for wireshark v2.1.0rc0-1196-gf266154
Hit this bug again, this time when restarting a USB capture.
Maybe this code should be removed:
ui/capture.c:399
/* update the main window so we get events (e.g. from the stop toolbar button)
*/
/* This causes a hang on Windows (see bug 7305). Do we need this on any
platform? */
#ifndef _WIN32
main_window_update();
#endif
You are receiving this mail because:
- You are watching all bug changes.