Wireshark-bugs: [Wireshark-bugs] [Bug 11977] Wireshark hangs with a profile directory with no re

Date: Fri, 08 Jan 2016 00:01:09 +0000

Comment # 6 on bug 11977 from
The hang is in

   2062 void MainWindow::on_actionEditConfigurationProfiles_triggered()
   2063 {
   2064     ProfileDialog cp_dialog;
   2065 
   2066     cp_dialog.exec();
   2067 }

at line 2066; the rest of the stack trace shows that it's waiting for a Mach
message, presumably from windowserver, delivering input events.

The actual *dialog* doesn't appear to be there, so perhaps it's in a confused
state where the dialog isn't up but the code hasn't finished yet.


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