https://bugs.kde.org/show_bug.cgi?id=515706
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|plasma-nm fails to read a |plasma-nm fails to read a |SAML cookie for a |SAML cookie for a |GlobalProtect VPN, then |GlobalProtect VPN, then |crashes |crashes in | |QWidgetPrivate::windowHandl | |e() --- Comment #2 from Nate Graham <[email protected]> --- Crashing in QWidgetPrivate::windowHandle() after QWidgetPrivate::close() is a bit weird; it might imply an out-of-order close process somewhere. Relevant code is here: Q_D(OpenconnectAuthWidget); if (d->authDialog) d->authDialog->close(); d->authDialog = new OpenconnectWebAuthDialog(request, this); d->authDialog->setAttribute(Qt::WA_DeleteOnClose); d->authDialog->setModal(false); d->authDialog->setWindowFlags(d->authDialog->windowFlags() & ~Qt::WindowContextHelpButtonHint); connect(request, &QWebEngineWebAuthUxRequest::stateChanged, this, &OpenconnectAuthWidget::handleWebAuthUxStateChanged); d->authDialog->show(); -- You are receiving this mail because: You are watching all bug changes.
