GNOME Bugzilla – Bug 313215
download failure
Last modified: 2005-08-13 11:08:34 UTC
Try to open http://www.milton.org.uk/opus86/licencing.pdf . The downloader view will stay open, and trying "Stop" will crash epiphany. (Automatic download+open not enabled.) Using ff 1.0 backend, we get one OnStateChange with STATE_STOP and one without either STATE_STOP or STATE_IS_NETWORK: Clicking the link, content handler dialogue pops up: state 50001 (STATE_START | STATE_IS_REQUEST | STATE_IS_NETWORK) state 50010 (STATE_STOP | STATE_IS_REQUEST | STATE_IS_NETWORK) Now I click "Open": state 10 (STATE_STOP) state 1 (STATE_START) I think this is caused by bug https://bugzilla.mozilla.org/show_bug.cgi?id=276112 and see also bug 158217 comment 1. We need to work around this. Then there's the crash when clicking Stop button:
+ Trace 62376
Hmm the first 50010 / 50001 state changes don't seem to belong to this URL (at least we don't get them in MozDownload!). So we really only get 10 / 1, since the download is already complete.
Filed upstream as https://bugzilla.mozilla.org/show_bug.cgi?id=304353 . We'll have to live with the present state at least for the stable (moz 1.7/ff1.0) branches.
*** Bug 313271 has been marked as a duplicate of this bug. ***
Note that I don't get the crash on my system, just the stale download.
Worked around in cvs.