Closed
Bug 210211
Opened 22 years ago
Closed 22 years ago
Clicking squirrelmail attachments make Mozilla networking hang
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: spam, Assigned: darin.moz)
References
Details
(Keywords: regression)
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030621
To reproduce:
Log in to a suirrelmail secure interface to a mail server,
load a mail,
click a text/html attachment (or any other attachment, seemingly):
Result:
All Mozilla networking comes to a sudden halt.
(Though local files can still be opened)
Low CPU. If I click the "stop" button it spawns an alert about the secure page,
but the network is still as dead and nothing more happens.
When exiting mozilla after this, mozilla-bin keeps running in the background.
Must "killall" to take it out.
Expected: Attachments to load, like they do just fine in 1.4* builds.
Comment 1•22 years ago
|
||
I saw this already with yesterdays build and it's still there in a 2h old cvs
build on win2k.
Steps to reproduce (for me) :
a) open http://www.winfuture.de
b) open 5-10 storys (middle section) as Tabs in the background very fast and all
Tabs and the whole Mozilla can't load anything.
Mozilla must be also killed after closing it..
OS: Linux → All
i've seen it for a day or two as well, but trunk 2003061422 is fine.
Adding regression kw
Keywords: regression
Comment 3•22 years ago
|
||
You get an ssertion loop (!) after you got in this state.
The assertions never stop and that's the reason why Mozilla doesn't close on exit :
###!!! ASSERTION: |copy_string| will never terminate: 'count_copied > 0', file .
./../dist/include/string\nsAlgorithm.h, line 91
###!!! ASSERTION: You can't |write| into an |nsWritingIterator| with no space!:
'size_forward() > 0', file ../../dist/include/string\nsStringIterator.h, line 36
4
Comment 4•22 years ago
|
||
confirmed; I can reproduce the assertion loop.
Comment 5•22 years ago
|
||
*** Bug 210408 has been marked as a duplicate of this bug. ***
Comment 6•22 years ago
|
||
Rut Kristin :
Can you reproduce this with todays build ?
This works now for me and could be fixed via bug 210119
Comment 7•22 years ago
|
||
-> wfm
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•