GNOME Bugzilla – Bug 595554
Crash when login in (by HTTP Basic Auth)
Last modified: 2009-12-16 09:59:27 UTC
Althought crash was in epiphany I belive it is gtk+ or gtk-engines problem. Reproducable: As far - twice (100%)
+ Trace 217663
Hm, this does not make much sense to me. It would mean that the style of the window widget (at least a parent widget) is not set, or is pointing somewhere wrong. And well, as far as I can tell, that cannot happen as GTK+ widgets always have some style set (and if it is a simple default one). Alternatively one of the parent widgets has already been destroyed or something like that, which seems rather unlikely to me too. Hm, maybe there is some threading issue?
This is a memory corruption problem caused by, apparently, soup - it only happens when you try to login using basic auth, and save the password to the keyring, right?
(In reply to comment #2) > This is a memory corruption problem caused by, apparently, soup - it only > happens when you try to login using basic auth, and save the password to the > keyring, right? It seems so.
Reassigning to libsoup.
fixed in git, will go into 2.28.2. thanks