Closed
Bug 191585
Opened 22 years ago
Closed 22 years ago
crash on exit seems to correlate with when bugzilla queries quit working
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: brant, Assigned: darin.moz)
References
()
Details
(Keywords: crash, stackwanted, Whiteboard: TB16834641Z)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030131
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030131
In recent builds, Mozilla would occasionally stop on the intermittent "please
wait" page while doing a Bugzilla query. These seem to have correlated with a
crash that occurs on exit from Mozilla.
Reproducible: Couldn't Reproduce
Steps to Reproduce:
Actual Results:
Mozilla crashes when I exit.
Bugzilla queries don't complete.
Expected Results:
Mozilla does not crash on exit.
Bugzilla queries complete.
I searched for duplicates with the following queries:
"crash exit"
"crash close"
I did not find any that I could tell were duplicates 100%.
Talkback IDs:
TB16834641Z
TB16829751K
Reporter | ||
Comment 1•22 years ago
|
||
It might be useful to know that I am using HTTP 1.1 with Pipelining and
Keep-alive on.
Updated•22 years ago
|
Keywords: crash,
stackwanted
Whiteboard: TB16834641Z
Assignee | ||
Comment 2•22 years ago
|
||
TB16834641Z:
0x00d44142
CallExitRoutines [xpcom/build/nsXPComInit.cpp, line 628]
NS_ShutdownXPCOM [xpcom/build/nsXPComInit.cpp, line 752]
TB16829751K:
0x10014142
CallExitRoutines [xpcom/build/nsXPComInit.cpp, line 628]
NS_ShutdownXPCOM [xpcom/build/nsXPComInit.cpp, line 752]
js_Emit1 [js/src/jsemit.c, line 169]
js_EmitTree [js/src/jsemit.c, line 3986]
js_EmitTree [js/src/jsemit.c, line 2030]
0x0012a3a8
does this problem ever occur with pipelining disabled?
Reporter | ||
Comment 3•22 years ago
|
||
I'll turn it off for a while and see what happens.
Reporter | ||
Comment 4•22 years ago
|
||
I turned it off for a while and the problems were still occuring. I'm currently
downloading a new build and try it for a while. One of the recently fixed
blockers looked like it might be related.
Reporter | ||
Comment 5•22 years ago
|
||
I'm invalidating this because I don't think the hanging Bugzilla queries are
related to the Mozilla crashes.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•