Wireshark-bugs: [Wireshark-bugs] [Bug 10917] Wireshark hangs when quitting while a capture was i

Date: Sun, 27 Dec 2015 22:30:03 +0000

Comment # 3 on bug 10917 from
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.