Closed
Bug 52517
Opened 25 years ago
Closed 25 years ago
crash in nsHTTPChannel::Redirect() after closing cookie permission dialog
Categories
(Core :: Networking: Cookies, defect, P1)
Tracking
()
VERIFIED
WORKSFORME
M18
People
(Reporter: tever, Assigned: morse)
References
()
Details
(Keywords: crash, Whiteboard: [nsbeta3+])
Overview Description: Mozilla crashes after 'warn before storing a cookie'
dialog closed.
Steps to Reproduce:
1.) Remove any altavista cookies
2.) Set 'warn before storing a cookie' in preferences
3.) Go to http://www.altavista.com
4.) When warn dialog appears, select either yes or no
Actual Results:
crash
Expected Results:
shouldn't crash
Build Date & Platform Bug Found:
Linux rh6.0 2000091308
Additional Builds and Platforms Tested On:
Win NT works fine
Additional Information:
This was spun off of bug 52026 which uses the same steps but gives a different
stack trace.
Call Stack: (Signature = nsHTTPChannel::Redirect() 27db779a)
nsHTTPChannel::Redirect()
nsHTTPChannel::ProcessRedirection()
nsHTTPChannel::ProcessStatusCode()
nsHTTPChannel::FinishedResponseHeaders()
nsHTTPServerListener::FinishedResponseHeaders()
nsHTTPServerListener::OnDataAvailable()
nsOnDataAvailableEvent::HandleEvent()
nsStreamListenerEvent::HandlePLEvent()
PL_HandleEvent()
PL_ProcessPendingEvents()
nsEventQueueImpl::ProcessPendingEvents()
event_processor_callback()
our_gdk_io_invoke()
libglib-1.2.so.0 + 0xe3ca (0x408863ca)
libglib-1.2.so.0 + 0xfa86 (0x40887a86)
libglib-1.2.so.0 + 0x10041 (0x40888041)
libglib-1.2.so.0 + 0x101e1 (0x408881e1)
libgtk-1.2.so.0 + 0x8b7a9 (0x407b47a9)
nsAppShell::Run()
nsAppShellService::Run()
main1()
main()
| Reporter | ||
Comment 1•25 years ago
|
||
adding crash nsbeta3 keywords
bug 52494 dup? I can't make head or tails of those Windows error messages.
| Reporter | ||
Comment 3•25 years ago
|
||
I think 52494 is something different
| Reporter | ||
Comment 5•25 years ago
|
||
changing summary from:
crash in nsHTTPChannel::Redirect()
to
crash in nsHTTPChannel::Redirect() after closing cookie permission dialog
Summary: crash in nsHTTPChannel::Redirect() → crash in nsHTTPChannel::Redirect() after closing cookie permission dialog
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M18
| Assignee | ||
Comment 6•25 years ago
|
||
See latest comments in bug 52026. Those comments are not germain to the actual
bug there. But they seem to be describing this bug, at least as far as the
stack trace is concerned (according to tever).
| Assignee | ||
Comment 9•25 years ago
|
||
I'm unable to reproduce this using a tree that I pulled and built today
(September 19) at noon. But I was also unable to reproduce this using an
earlier build from September 15. On the earlier build I was able to reproduce
the companion bug 52667 whereas I cannot reproduce that bug either with today's
build.
So whatever this was, it might have gotten fixed with some recent check-ins.
Going out on a limb and marking as works-for-me. If you are still seeing this
problem, reopen bug report immediately.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•