Comment 26 for bug 613830

Revision history for this message
Holger Goetz (holgerg) wrote :

Hi,

want to repeat my comment from above - the following hack still works for me on current main branch git versions - means the same problem persists over the versions and for me it does indicate some sort of race condition where multiple requests are done and the process gets aborted too early:

--- cut ----
(( from Holger Goetz wrote on 2011-02-01: #11 ))
....
This issue (and bug #676403 :"Passord request pops up multiple times - password is saved" - which is basically the same) seems to me very much like some sort of *race condition*:
....
2) modified the "getInterface" code which does a discardAccount() originally after 2 calls - changed that to drop the account Info only after 100 calls .... and voila: No asking about passwords anymore.
--- cut ----