Comment # 6
on bug 11977
from Guy Harris
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.