Closed Bug 74495 Opened 24 years ago Closed 23 years ago

crash on clicking "Quote" button

Categories

(Core :: DOM: HTML Parser, defect)

x86
Windows NT
defect
Not set
normal

Tracking

()

RESOLVED INVALID
mozilla1.0.1

People

(Reporter: harishd, Assigned: harishd)

References

()

Details

(Keywords: crash)

1) Got to netscape.com 2) Enter a stock symbol on the text box under "Market Update" 3) Click on "Quote" button Actual Result: Crashes with the following trace.. nsP3PXMLProcessor::ProcessReadComplete(nsP3PXMLProcessor * const 0x07ddacb0, int 4, unsigned int 0) line 1462 + 44 bytes nsP3PXMLProcessor::SyncRead(nsP3PXMLProcessor * const 0x07ddacb0) line 1089 + 15 bytes nsP3PXMLProcessor::Read(nsP3PXMLProcessor * const 0x07ddacb0, int 4, nsIURI * 0x06871820, nsIP3PXMLListener * 0x06270484, nsISupports * 0x07dd9730) line 275 + 9 bytes nsP3PService::GetPolicyRefFile(nsP3PService * const 0x06270480, nsString & {"info.netscape.com"}, nsString & {"http://info.netscape.com/w3c/p3p.xml"}, int 0, nsP3PServiceReadData * 0x07dd9730, int 4) line 2520 + 71 bytes nsP3PService::GetWellKnownLocationPolicyRefFile(nsP3PService * const 0x06270480, nsIURI * 0x06871820, nsString & {"info.netscape.com"}, nsP3PServiceReadData * 0x07dd9730, int 4) line 2385 + 30 bytes nsP3PService::PrivacyStateMachine(nsP3PService * const 0x06270480, nsP3PServiceReadData * 0x07dd9730, int 0, int 4, int 4) line 2192 + 124 bytes nsP3PService::CheckPrivacyFormSubmit(nsP3PService * const 0x06270480, nsIURI * 0x06871820, nsIDOMWindowInternal * 0x055874e4, nsIContent * 0x05b07260, int * 0x0012ed80) line 1225 + 22 bytes nsP3PObserverFormSubmit::Notify(nsP3PObserverFormSubmit * const 0x06273244, nsIContent * 0x05b07260, nsIDOMWindowInternal * 0x055874e4, nsIURI * 0x06871820, int * 0x0012ed80) line 210 + 42 bytes nsFormFrame::OnSubmit(nsFormFrame * const 0x011c87f4, nsIPresContext * 0x05affb60, nsIFrame * 0x011c9b80) line 903 + 70 bytes nsFormControlHelper::DoManualSubmitOrReset(nsIPresContext * 0x05affb60, nsIPresShell * 0x05ad76b0, nsIFrame * 0x011c87a8, nsIFrame * 0x011c9b80, int 1, int 1) line 1010 nsImageControlFrame::MouseClicked(nsIPresContext * 0x05affb60) line 441 + 32 bytes nsHTMLInputElement::HandleDOMEvent(nsHTMLInputElement * const 0x06e92850, nsIPresContext * 0x05affb60, nsEvent * 0x0012f468, nsIDOMEvent * * 0x00000000, unsigned int 1, nsEventStatus * 0x0012f750) line 1284 PresShell::HandleEventInternal(nsEvent * 0x0012f468, nsIView * 0x00000000, unsigned int 1, nsEventStatus * 0x0012f750) line 5099 + 47 bytes PresShell::HandleEventWithTarget(PresShell * const 0x05ad76b0, nsEvent * 0x0012f468, nsIFrame * 0x011c9b80, nsIContent * 0x06e92850, unsigned int 1, nsEventStatus * 0x0012f750) line 5080 + 22 bytes nsEventStateManager::CheckForAndDispatchClick(nsEventStateManager * const 0x0628adf0, nsIPresContext * 0x05affb60, nsMouseEvent * 0x0012f85c, nsEventStatus * 0x0012f750) line 2072 + 61 bytes nsEventStateManager::PostHandleEvent(nsEventStateManager * const 0x0628adf8, nsIPresContext * 0x05affb60, nsEvent * 0x0012f85c, nsIFrame * 0x011c9b80, nsEventStatus * 0x0012f750, nsIView * 0x06ea8600) line 1176 + 28 bytes PresShell::HandleEventInternal(nsEvent * 0x0012f85c, nsIView * 0x06ea8600, unsigned int 1, nsEventStatus * 0x0012f750) line 5119 + 43 bytes PresShell::HandleEvent(PresShell * const 0x05ad76b4, nsIView * 0x06ea8600, nsGUIEvent * 0x0012f85c, nsEventStatus * 0x0012f750, int 1, int & 1) line 5034 + 25 bytes nsView::HandleEvent(nsView * const 0x06ea8600, nsGUIEvent * 0x0012f85c, unsigned int 28, nsEventStatus * 0x0012f750, int 1, int & 1) line 372 nsViewManager::DispatchEvent(nsViewManager * const 0x05ad3790, nsGUIEvent * 0x0012f85c, nsEventStatus * 0x0012f750) line 1982 HandleEvent(nsGUIEvent * 0x0012f85c) line 68 nsWindow::DispatchEvent(nsWindow * const 0x067b95f4, nsGUIEvent * 0x0012f85c, nsEventStatus & nsEventStatus_eIgnore) line 688 + 10 bytes nsWindow::DispatchWindowEvent(nsGUIEvent * 0x0012f85c) line 709 nsWindow::DispatchMouseEvent(unsigned int 301, nsPoint * 0x00000000) line 3983 + 21 bytes ChildWindow::DispatchMouseEvent(unsigned int 301, nsPoint * 0x00000000) line 4193 nsWindow::ProcessMessage(unsigned int 514, unsigned int 0, long 7012854, long * 0x0012fc14) line 2993 + 24 bytes nsWindow::WindowProc(HWND__ * 0x025c0832, unsigned int 514, unsigned int 0, long 7012854) line 943 + 27 bytes USER32! 77e Expected result: Should retrive the stock quote for the symbol.
Blocks: 62399
I'm not seeing this on my build. Did you apply the (temporary) patch to the XMLExtras component that addresses the synchronous read problem (which seems to be where the problem is)? The patch(es) supplied in the 62399 might be out of date from all the changes applied to the affected modules. I'll supply updated versions.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0.1
I am not seeing this patch on win95 using build 2001061520. Anyone think it is safe to close this bug as either "fixed" or "worksfome"?
We should go thro' all P3P related bugs once P3P gets enabled. So,... for now lets leave the bug open :-). Thanx
Blocks: 96683
No longer blocks: 96683
QA Contact: bsharma → moied
The code is not part of the mozilla build anymore. Marking INVALID
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.