linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02869
[Bug 696761] Re: Password Dialog box crash
i can't reproduce, the dialog is modal as it should be so there is no
way to close the hub window before closing the dialog itself. i tried
shutting down the hub while the dialog was up but that didn't cause any
problem either.
also your lines have a different offset than mine; what exactly is at
line 554? does adding checks like [if (client)] or [if (client &&
client->isReady())] fix it?
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/696761
Title:
Password Dialog box crash
Status in DC++:
New
Bug description:
1) make a dlg box pop up for entering passwords
2) close the hub frame right before a reconnect (what will happen is that as the HubFrame is closing a dialogue box for password input will come up but the frame is closed already so cancelling or even hitting ok will crash DC++)
Using te steps above will 100% crash DC++ every single time
References