Closed
Bug 141087
Opened 24 years ago
Closed 24 years ago
Crash when submitting form
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: akkzilla, Assigned: alexsavulov)
References
()
Details
(Keywords: crash)
I went to rpmfind.net, typed in "surf" and hit return -- boom. I can make it
crash every time. I've seen this crash on other sites, too.
#0 0x40259163 in nsACString::AssignFromReadable (this=0x8591548,
rhs=@0x86ef504) at nsAString.cpp:756
#1 0x4027a8d3 in nsACString::Assign (this=0x8591548, aReadable=@0x86ef504)
at ../../dist/include/string/nsAString.h:538
#2 0x40284ed1 in nsACString::operator= (this=0x8591548, aReadable=@0x86ef504)
at ../../dist/include/string/nsAString.h:545
#3 0x4020a8f9 in nsLocalFile::GetNativePath (this=0x86ef4a0,
_retval=@0x8591548) at nsLocalFileUnix.cpp:528
#4 0x4020282b in nsLocalFile::GetPath (this=0x86ef4a0, aPath=@0x8591548)
at nsLocalFileCommon.cpp:336
#5 0x42a77da2 in nsNSSComponent::InitializeNSS (this=0x86b56f8)
at nsNSSComponent.cpp:856
#6 0x42a7880a in nsNSSComponent::Init (this=0x86b56f8)
at nsNSSComponent.cpp:1039
#7 0x42a821d0 in nsNSSComponentConstructor (aOuter=0x0, aIID=@0x42ad6d60,
aResult=0xbfffde40) at nsNSSModule.cpp:135
#8 0x40267c1d in nsGenericFactory::CreateInstance (this=0x86399a0,
aOuter=0x0, aIID=@0x42ad6d60, aResult=0xbfffde40)
at nsGenericFactory.cpp:75
#9 0x4021556a in nsComponentManagerImpl::CreateInstance (this=0x80a3f30,
aClass=@0x42ad2224, aDelegate=0x0, aIID=@0x42ad6d60, aResult=0xbfffde40)
at nsComponentManager.cpp:1730
#10 0x40215b25 in nsComponentManagerImpl::GetService (this=0x80a3f30,
aClass=@0x42ad2224, aIID=@0x42ad6d60, result=0xbfffdf20)
at nsComponentManager.cpp:1903
#11 0x4026973b in nsGetServiceByCID::operator() (this=0xbfffdf70,
aIID=@0x42ad6d60, aInstancePtr=0xbfffdf20)
at nsComponentManagerUtils.cpp:101
#12 0x42ab798c in nsCOMPtr<nsINSSComponent>::assign_from_helper (
this=0xbfffdf80, helper=@0xbfffdf70, aIID=@0x42ad6d60)
at ../../../../dist/include/xpcom/nsCOMPtr.h:922
#13 0x42ab7587 in nsCOMPtr<nsINSSComponent>::operator= (this=0xbfffdf80,
rhs=@0xbfffdf70) at ../../../../dist/include/xpcom/nsCOMPtr.h:603
#14 0x42a9eeaa in nsKeygenFormProcessor::Init (this=0x873ede8)
at nsKeygenHandler.cpp:215
#15 0x42a9ede1 in nsKeygenFormProcessor::Create (aOuter=0x0, aIID=@0x41c53180,
aResult=0xbfffe130) at nsKeygenHandler.cpp:200
#16 0x40267c1d in nsGenericFactory::CreateInstance (this=0x873edd0,
aOuter=0x0, aIID=@0x41c53180, aResult=0xbfffe130)
at nsGenericFactory.cpp:75
#17 0x4021556a in nsComponentManagerImpl::CreateInstance (this=0x80a3f30,
aClass=@0x41c07490, aDelegate=0x0, aIID=@0x41c53180, aResult=0xbfffe130)
at nsComponentManager.cpp:1730
#18 0x40215b25 in nsComponentManagerImpl::GetService (this=0x80a3f30,
aClass=@0x41c07490, aIID=@0x41c53180, result=0xbfffe210)
at nsComponentManager.cpp:1903
#19 0x4026973b in nsGetServiceByCID::operator() (this=0xbfffe260,
aIID=@0x41c53180, aInstancePtr=0xbfffe210)
at nsComponentManagerUtils.cpp:101
#20 0x41b50f68 in nsCOMPtr<nsIFormProcessor>::assign_from_helper (
this=0xbfffe270, helper=@0xbfffe260, aIID=@0x41c53180)
at ../../../../dist/include/xpcom/nsCOMPtr.h:922
#21 0x41b50609 in nsCOMPtr<nsIFormProcessor>::nsCOMPtr (this=0xbfffe270,
helper=@0xbfffe260) at ../../../../dist/include/xpcom/nsCOMPtr.h:553
#22 0x418b0de4 in GetSubmissionFromForm (aForm=0x873fc9c,
aPresContext=0x85c5ee0, aFormSubmission=0xbfffe490)
at nsFormSubmission.cpp:693
#23 0x418c1f7d in nsHTMLFormElement::DoSubmit (this=0x873fc60,
aPresContext=0x85c5ee0, aEvent=0xbfffe5f0) at nsHTMLFormElement.cpp:704
#24 0x418c1d6e in nsHTMLFormElement::DoSubmitOrReset (this=0x873fc60,
aPresContext=0x85c5ee0, aEvent=0xbfffe5f0, aMessage=1200)
at nsHTMLFormElement.cpp:649
#25 0x418c1c0c in nsHTMLFormElement::HandleDOMEvent (this=0x873fc60,
aPresContext=0x85c5ee0, aEvent=0xbfffe5f0, aDOMEvent=0x0, aFlags=1,
aEventStatus=0xbfffe5ec) at nsHTMLFormElement.cpp:611
[ ... ]
Comment 1•24 years ago
|
||
worksforme with linux build 20020428
Comment 3•24 years ago
|
||
wfm build 2002-05-13-10-trunk
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•