Closed
Bug 124797
Opened 24 years ago
Closed 24 years ago
Crash on page load [@ nsGenericHTMLElement::GetFormControlFrameFor] (www.familylife.com)
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: yaneti, Assigned: john)
References
()
Details
(Keywords: crash, testcase, Whiteboard: [adt3])
Crash Data
Attachments
(1 file)
|
1.99 KB,
text/html
|
Details |
cvs from today (also 0.9.8)
Program received signal SIGSEGV, Segmentation fault.
0x40f1a9b5 in nsGenericHTMLElement::GetFormControlFrameFor (
aContent=0x85a65e0, aDocument=0x820c248, aFlushContent=0)
at ../../../../dist/include/xpcom/nsISupportsUtils.h:270
270 NS_REINTERPRET_CAST(void**, aDestination));
Current language: auto; currently c++
(gdb) p aDestination
$1 = (nsIFormControlFrame **) 0xbfffa47c
(gdb) p *aDestination
$2 = (nsIFormControlFrame *) 0x0
(gdb) bt
#0 0x40f1a9b5 in nsGenericHTMLElement::GetFormControlFrameFor (
aContent=0x85a65e0, aDocument=0x820c248, aFlushContent=0)
at ../../../../dist/include/xpcom/nsISupportsUtils.h:270
#1 0x40f559d5 in nsHTMLInputElement::SetValueSecure (this=0x85a65e0,
aValue=@0xbfffa5ec, aFrame=0x0, aCheckSecurity=1)
at nsGenericHTMLElement.h:217
#2 0x40f556d5 in nsHTMLInputElement::SetValue (this=0x85a65e0,
aValue=@0xbfffa5ec) at nsHTMLInputElement.cpp:489
#3 0x40f5caae in nsHTMLInputElement::RestoreState (this=0x85a65e0,
aPresContext=0x878d338, aState=0x8843050) at nsHTMLInputElement.cpp:2106
#4 0x41889979 in nsFormControlHelper::RestoreContentState (aFrame=0x87a6348,
aPresContext=0x878d338, aState=0x8843050) at nsFormControlHelper.cpp:1073
#5 0x418a022a in nsGfxTextControlFrame2::RestoreState (this=0x87a6348,
aPresContext=0x878d338, aState=0x8843050)
at nsGfxTextControlFrame2.cpp:3538
#6 0x417ebc57 in FrameManager::RestoreFrameStateFor (this=0x8819750,
aPresContext=0x878d338, aFrame=0x87a6348, aState=0x8851120, aID=eNoID)
at nsFrameManager.cpp:2345
#7 0x418c4a98 in nsCSSFrameConstructor::InitAndRestoreFrame (this=0x8818d10,
aPresContext=0x878d338, aState=@0xbfffcdf8, aContent=0x85a65e0,
aParentFrame=0x8869cc0, aStyleContext=0x886345c, aPrevInFlow=0x0,
aNewFrame=0x87a6348) at nsCSSFrameConstructor.cpp:6452
#8 0x418bf9de in nsCSSFrameConstructor::ConstructHTMLFrame (this=0x8818d10,
aPresShell=0x8818e00, aPresContext=0x878d338, aState=@0xbfffcdf8,
aContent=0x85a65e0, aParentFrame=0x8869cc0, aTag=0x81f06a0,
aNameSpaceID=3, aStyleContext=0x886345c, aFrameItems=@0xbfffabac)
at nsCSSFrameConstructor.cpp:4648
#9 0x418c66df in nsCSSFrameConstructor::ConstructFrameInternal (
this=0x8818d10, aPresShell=0x8818e00, aPresContext=0x878d338,
aState=@0xbfffcdf8, aContent=0x85a65e0, aParentFrame=0x8869cc0,
aTag=0x81f06a0, aNameSpaceID=3, aStyleContext=0x886345c,
aFrameItems=@0xbfffabac, aXBLBaseTag=0) at nsCSSFrameConstructor.cpp:7017
#10 0x418c5e4e in nsCSSFrameConstructor::ConstructFrame (this=0x8818d10,
aPresShell=0x8818e00, aPresContext=0x878d338, aState=@0xbfffcdf8,
aContent=0x85a65e0, aParentFrame=0x8869cc0, aFrameItems=@0xbfffabac)
at nsCSSFrameConstructor.cpp:6916
#11 0x418df018 in nsCSSFrameConstructor::ProcessChildren (this=0x8818d10,
aPresShell=0x8818e00, aPresContext=0x878d338, aState=@0xbfffcdf8,
aContent=0x8820fc0, aFrame=0x8869cc0, aCanHaveGeneratedContent=1,
aFrameItems=@0xbfffabac, aParentIsBlock=1, aTableCreator=0x0)
at nsCSSFrameConstructor.cpp:11997
......
| Reporter | ||
Comment 1•24 years ago
|
||
0.9.8 on windows too
talkback: TB2765415G
Comment 2•24 years ago
|
||
confirming with win2k build 20020210..
I get a few assertions :
###!!! ASSERTION: frame was not removed from primary frame map before destructio
n or was readded to map after being removed: '!PL_DHASH_ENTRY_IS_BUSY(entry) ||
entry->frame != aFrame', file D:\moz_source\normal\mozilla\layout\html\base\src\
nsFrameManager.cpp, line 1003
and after that a crash.
The stack looks like a dupe of bug 118162...
Comment 3•24 years ago
|
||
Reassigning to John.
Marking nsbeta1+.
Comment 4•24 years ago
|
||
Stack trace on Mac OS X build:
**********
Date/Time: 2002-02-11 16:55:02 -0800
OS Version: 10.1.2 (Build 5P48)
Host: localhost
Command: Mozilla
PID: 347
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000008
Thread 0 Crashed:
#0 0x01f69748 in GetFormControlFrameFor__20nsGenericHTMLElementFP10nsIContentP1
#1 0x01f6972c in GetFormControlFrameFor__20nsGenericHTMLElementFP10nsIContentP1
#2 0x01fba8d0 in SetValueSecure__18nsHTMLInputElementFRC9nsAStringP23nsIGfxText
#3 0x01fba640 in nsHTMLInputElement::SetValue(nsAString const &)
#4 0x01fbfb30 in RestoreState__18nsHTMLInputElementFP14nsIPresContextP12nsIPres
#5 0x02826350 in RestoreContentState__19nsFormControlHelperFP8nsIFrameP14nsIPre
#6 0x028baf00 in RestoreState__22nsGfxTextControlFrame2FP14nsIPresContextP12nsI
#7 0x02882c94 in RestoreFrameStateFor__12FrameManagerFP14nsIPresContextP8nsIFra
#8 0x028391d4 in nsCSSFrameConstructor::InitAndRestoreFrame(nsIPresContext *)
#9 0x02834de4 in ConstructHTMLFrame__21nsCSSFrameConstructorFP12nsIPresShellP14
#10 0x02839a24 in ConstructFrameInternal__21nsCSSFrameConstructorFP12nsIPresShel
#11 0x02839548 in ConstructFrame__21nsCSSFrameConstructorFP12nsIPresShellP14nsIP
#12 0x0284728c in ProcessChildren__21nsCSSFrameConstructorFP12nsIPresShellP14nsI
#13 0x0282f778 in ConstructTableCellFrame__21nsCSSFrameConstructorFP12nsIPresShe
#14 0x02830658 in TableProcessChild__21nsCSSFrameConstructorFP12nsIPresShellP14n
#15 0x02830078 in nsCSSFrameConstructor::TableProcessChildren(nsIPresShell *, *)
#16 0x0282f0e0 in ConstructTableRowFrame__21nsCSSFrameConstructorFP12nsIPresShel
#17 0x028305c0 in TableProcessChild__21nsCSSFrameConstructorFP12nsIPresShellP14n
#18 0x02830078 in nsCSSFrameConstructor::TableProcessChildren(nsIPresShell *, *)
#19 0x0282eaec in ConstructTableRowGroupFrame__21nsCSSFrameConstructorFP12nsIPre
#20 0x02830578 in TableProcessChild__21nsCSSFrameConstructorFP12nsIPresShellP14n
#21 0x02830078 in nsCSSFrameConstructor::TableProcessChildren(nsIPresShell *, *)
#22 0x0282e454 in ConstructTableFrame__21nsCSSFrameConstructorFP12nsIPresShellP1
#23 0x02838a44 in 0x2838a44
#24 0x02839b0c in ConstructFrameInternal__21nsCSSFrameConstructorFP12nsIPresShel
#25 0x02839548 in ConstructFrame__21nsCSSFrameConstructorFP12nsIPresShellP14nsIP
#26 0x0284728c in ProcessChildren__21nsCSSFrameConstructorFP12nsIPresShellP14nsI
#27 0x0282f778 in ConstructTableCellFrame__21nsCSSFrameConstructorFP12nsIPresShe
#28 0x02830658 in TableProcessChild__21nsCSSFrameConstructorFP12nsIPresShellP14n
#29 0x02830078 in nsCSSFrameConstructor::TableProcessChildren(nsIPresShell *, *)
#30 0x0282f0e0 in ConstructTableRowFrame__21nsCSSFrameConstructorFP12nsIPresShel
#31 0x028305c0 in TableProcessChild__21nsCSSFrameConstructorFP12nsIPresShellP14n
#32 0x02830078 in nsCSSFrameConstructor::TableProcessChildren(nsIPresShell *, *)
#33 0x0282eaec in ConstructTableRowGroupFrame__21nsCSSFrameConstructorFP12nsIPre
#34 0x02830578 in TableProcessChild__21nsCSSFrameConstructorFP12nsIPresShellP14n
#35 0x02830078 in nsCSSFrameConstructor::TableProcessChildren(nsIPresShell *, *)
#36 0x0282e454 in ConstructTableFrame__21nsCSSFrameConstructorFP12nsIPresShellP1
#37 0x02838a44 in 0x2838a44
#38 0x02839b0c in ConstructFrameInternal__21nsCSSFrameConstructorFP12nsIPresShel
#39 0x02839548 in ConstructFrame__21nsCSSFrameConstructorFP12nsIPresShellP14nsIP
#40 0x0284a534 in nsCSSFrameConstructor::ProcessBlockChildren(nsIPresShell *, *)
#41 0x0284a1e4 in ConstructBlock__21nsCSSFrameConstructorFP12nsIPresShellP14nsIP
#42 0x02838800 in 0x2838800
#43 0x02839b0c in ConstructFrameInternal__21nsCSSFrameConstructorFP12nsIPresShel
#44 0x02839548 in ConstructFrame__21nsCSSFrameConstructorFP12nsIPresShellP14nsIP
#45 0x0284728c in ProcessChildren__21nsCSSFrameConstructorFP12nsIPresShellP14nsI
#46 0x02838140 in 0x2838140
#47 0x02839b0c in ConstructFrameInternal__21nsCSSFrameConstructorFP12nsIPresShel
#48 0x02839548 in ConstructFrame__21nsCSSFrameConstructorFP12nsIPresShellP14nsIP
#49 0x0283e7ec in 0x283e7ec
#50 0x02846c14 in RecreateFramesForContent__21nsCSSFrameConstructorFP14nsIPresCo
#51 0x02842f1c in AttributeChanged__21nsCSSFrameConstructorFP14nsIP
#52 0x01eccf9c in AttributeChanged__12StyleSetImplFP14nsIPresContextP10nsIConten
#53 0x0276dba8 in AttributeChanged__9PresShellFP11nsIDocumentP10nsIContentiP7nsI
#54 0x01ebfc20 in nsDocument::AttributeChanged(nsIContent *, int, nsIAtom *,
int, int)
#55 0x01ee4e40 in nsHTMLDocument::AttributeChanged(nsIContent *, int, nsIAtom
*, int, int)
#56 0x021b2218 in ParsePropertyValue__28nsDOMCSSAttributeDeclarationFRC9nsAStrin
#57 0x020213b4 in CallSetProperty__FP19nsDOMCSSDeclarationRC9nsAStringRC9nsAStri
#58 0x020257e0 in nsDOMCSSDeclaration::SetDisplay(nsAString const &)
#59 0x005c418c in XPTC_InvokeByIndex
#60 0x005c4080 in XPTC_InvokeByIndex
#61 0x01a8b58c in 0x1a8b58c
#62 0x01a91b6c in XPC_WN_GetterSetter(JSContext *, JSObject *, unsigned int,
long *, long *)
#63 0x01a0d54c in js_Invoke
#64 0x01a0d7f0 in js_InternalInvoke
#65 0x01a21c14 in 0x1a21c14
#66 0x01a147d8 in 0x1a147d8
#67 0x01a0d5a4 in js_Invoke
#68 0x01a0d7f0 in js_InternalInvoke
#69 0x019eeb3c in JS_CallFunctionValue
#70 0x024d60f0 in nsJSContext::CallEventHandler(void *, void *, unsigned int,
void *, int *, int)
#71 0x024f36d4 in nsJSEventListener::HandleEvent(nsIDOMEvent *)
#72 0x01f462b0 in HandleEventSubType__22nsEventListenerManagerFP16nsListenerStru
#73 0x01f47df4 in 0x1f47df4
#74 0x024db0dc in GlobalWindowImpl::HandleDOMEvent(nsIPresContext *, nsEvent
*, *)
#75 0x020786f8 in DocumentViewerImpl::LoadComplete(unsigned int)
#76 0x0245fcd0 in nsDocShell::EndPageLoad(nsIWebProgress *, nsIChannel *,
unsigned int)
#77 0x02476684 in 0x2476684
#78 0x0245f3e0 in nsDocShell::OnStateChange(nsIWebProgress *, nsIRequest *,
int, unsigned int)
#79 0x01e7c7f0 in FireOnStateChange__15nsDocLoaderImplFP14nsIWebProgressP10nsIRe
#80 0x01e7b6b0 in nsDocLoaderImpl::doStopDocumentLoad(nsIRequest *, unsigned int)
#81 0x01e7b44c in nsDocLoaderImpl::DocLoaderIsEmpty(void)
#82 0x01e7b154 in nsDocLoaderImpl::OnStopRequest(nsIRequest *, nsISupports *,
unsigned int)
#83 0x01ad2944 in nsLoadGroup::RemoveRequest(nsIRequest *, nsISupports *,
unsigned int)
#84 0x023872a4 in imgRequestProxy::OnStopRequest(nsIRequest *, nsISupports *,
unsigned int)
#85 0x02385198 in imgRequest::OnStopRequest(nsIRequest *, nsISupports *,
unsigned int)
#86 0x02381a64 in ProxyListener::OnStopRequest(nsIRequest *, nsISupports *,
unsigned int)
#87 0x01b209b4 in OnStopRequest__19nsStreamListenerTeeFP10nsIRequestP11nsISuppor
#88 0x01b34734 in nsHttpChannel::OnStopRequest(nsIRequest *, nsISupports *,
unsigned int)
#89 0x01b26a40 in nsOnStopRequestEvent::HandleEvent(void)
#90 0x01b25e50 in nsARequestObserverEvent::HandlePLEvent(PLEvent *)
#91 0x005fa9f0 in PL_HandleEvent
#92 0x005fa85c in PL_ProcessPendingEvents
#93 0x0059f6bc in nsEventQueueImpl::ProcessPendingEvents(void)
#94 0x01cffa3c in nsMacNSPREventQueueHandler::ProcessPLEventQueue(void)
#95 0x01cff800 in nsMacNSPREventQueueHandler::RepeatAction(EventRecord const &)
#96 0x01116b14 in Repeater::DoRepeaters(EventRecord const &)
#97 0x01d13728 in nsMacMessagePump::DispatchEvent(int, EventRecord *)
#98 0x01d13300 in nsMacMessagePump::DoMessagePump(void)
#99 0x01d12c3c in nsAppShell::Run(void)
#100 0x01cc7d0c in nsAppShellService::Run(void)
#101 0x004cbba4 in main1(int, char **, nsISupports *)
#102 0x004cc67c in main
Thread 1:
#0 0x7000497c in syscall
#1 0x70557600 in BSD_waitevent
#2 0x70554b80 in CarbonSelectThreadFunc
#3 0x7002054c in _pthread_body
Thread 2:
#0 0x7003f4c8 in semaphore_wait_signal_trap
#1 0x7003f2c8 in _pthread_cond_wait
#2 0x705593ec in CarbonOperationThreadFunc
#3 0x7002054c in _pthread_body
Thread 3:
#0 0x70044cf8 in semaphore_timedwait_signal_trap
#1 0x70044cd8 in semaphore_timedwait_signal
#2 0x70283ea4 in TSWaitOnConditionTimedRelative
#3 0x7027d748 in TSWaitOnSemaphoreCommon
#4 0x702c2078 in TimerThread
#5 0x7002054c in _pthread_body
Thread 4:
#0 0x7003f4c8 in semaphore_wait_signal_trap
#1 0x7003f2c8 in _pthread_cond_wait
#2 0x70250ab0 in TSWaitOnCondition
#3 0x7027d730 in TSWaitOnSemaphoreCommon
#4 0x70243d14 in AsyncFileThread
#5 0x7002054c in _pthread_body
Thread 5:
#0 0x7003f4c8 in semaphore_wait_signal_trap
#1 0x7003f2c8 in _pthread_cond_wait
#2 0x7055b884 in CarbonInetOperThreadFunc
#3 0x7002054c in _pthread_body
Thread 6:
#0 0x70000978 in mach_msg_overwrite_trap
#1 0x70005a04 in mach_msg
#2 0x7017bf98 in __CFRunLoopRun
#3 0x701b7100 in CFRunLoopRunSpecific
#4 0x7017b8e0 in CFRunLoopRunInMode
#5 0x7061be08 in
XIOAudioDeviceManager::NotificationThread(XIOAudioDeviceManager *)
#6 0x706141c0 in CAPThread::Entry(CAPThread *)
#7 0x7002054c in _pthread_body
Thread 7:
#0 0x70000978 in mach_msg_overwrite_trap
#1 0x70005a04 in mach_msg
#2 0x70026a2c in _pthread_become_available
#3 0x70026724 in pthread_exit
#4 0x70020550 in _pthread_body
PPC Thread State:
srr0: 0x01f69748 srr1: 0x0000f030 vrsave: 0x00000000
xer: 0x20000020 lr: 0x01f6972c ctr: 0x00614740 mq: 0x00000000
r0: 0x01f6972c r1: 0xbfffa0b0 r2: 0x02282000 r3: 0x03f3d2e8
r4: 0x021d749c r5: 0xbfffa0f0 r6: 0x00000000 r7: 0x04a9930c
r8: 0x00000001 r9: 0x00000000 r10: 0x00707b50 r11: 0x00000000
r12: 0x00000000 r13: 0x029ac6b0 r14: 0x00113bc8 r15: 0x04ae2630
r16: 0x03f0efb0 r17: 0x04ab24b0 r18: 0xbfffcf40 r19: 0x0432a5f0
r20: 0x04fa3700 r21: 0x01b9bcd0 r22: 0x04fa7f9c r23: 0xbfffa8e0
r24: 0x0432a5f0 r25: 0x046f90d0 r26: 0x00000000 r27: 0x00000000
r28: 0x021d922c r29: 0x0432a5f0 r30: 0x0432a5f0 r31: 0x047c8ed0
**********
Updated•24 years ago
|
QA Contact: petersen → amar
Comment 5•24 years ago
|
||
Multiple tables nested in a DIV tag. JS element has reduced to simplify issue.
| Assignee | ||
Comment 6•24 years ago
|
||
*** This bug has been marked as a duplicate of 118162 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 7•24 years ago
|
||
Reopening this bug, since it looks like this might be different than the other
mail/news crash. Since we already have a reproducible testcase and people are
crashing here, this might require a separate fix.
I was able to reproduce with the reduced testcase:
Incident ID 3920042
Stack Signature nsGenericHTMLElement::GetFormControlFrameFor f77bd47d
Trigger Time 2002-03-11 16:00:16
Email Address jpatel@netscape.com
URL visited www.familylife.com
Build ID 2002030511
Product ID MozillaTrunk
Platform
Operating System Win32
Module
Trigger Reason Access violation
User Comments trying to repro crash of duped bug in bug 118162.
Stack Trace
nsGenericHTMLElement::GetFormControlFrameFor
[d:\builds\seamonkey\mozilla\content\html\content\src\nsGenericHTMLElement.cpp,
line 2867]
nsHTMLInputElement::SetValueSecure
[d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLInputElement.cpp,
line 545]
nsHTMLInputElement::SetValue
[d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLInputElement.cpp,
line 497]
nsHTMLInputElement::RestoreState
[d:\builds\seamonkey\mozilla\content\html\content\src\nsHTMLInputElement.cpp,
line 2129]
nsFormControlHelper::RestoreContentState
[d:\builds\seamonkey\mozilla\layout\html\forms\src\nsFormControlHelper.cpp, line
1074]
nsGfxTextControlFrame2::RestoreState
[d:\builds\seamonkey\mozilla\layout\html\forms\src\nsGfxTextControlFrame2.cpp,
line 3543]
FrameManager::RestoreFrameStateFor
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsFrameManager.cpp, line 2347]
nsCSSFrameConstructor::InitAndRestoreFrame
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 6500]
nsCSSFrameConstructor::ConstructHTMLFrame
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 4698]
nsCSSFrameConstructor::ConstructFrameInternal
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 7060]
nsCSSFrameConstructor::ConstructFrame
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 6955]
nsCSSFrameConstructor::ProcessChildren
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 12040]
nsCSSFrameConstructor::ConstructTableCellFrame
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 2727]
nsCSSFrameConstructor::TableProcessChild
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 2974]
nsCSSFrameConstructor::TableProcessChildren
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 2885]
nsCSSFrameConstructor::ConstructTableRowFrame
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 2571]
nsCSSFrameConstructor::TableProcessChild
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 2960]
nsCSSFrameConstructor::TableProcessChildren
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 2885]
nsCSSFrameConstructor::ConstructTableRowGroupFrame
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 2462]
nsCSSFrameConstructor::TableProcessChild
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 2954]
nsCSSFrameConstructor::TableProcessChildren
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 2885]
nsCSSFrameConstructor::ConstructTableFrame
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 2343]
nsCSSFrameConstructor::ConstructFrameByDisplayType
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 6318]
nsCSSFrameConstructor::ConstructFrameInternal
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 7099]
nsCSSFrameConstructor::ConstructFrame
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 6955]
nsCSSFrameConstructor::ProcessChildren
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 12040]
nsCSSFrameConstructor::ConstructFrameByDisplayType
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 6112]
nsCSSFrameConstructor::ConstructFrameInternal
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 7099]
nsCSSFrameConstructor::ConstructFrame
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 6955]
nsCSSFrameConstructor::ContentInserted
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 8800]
nsCSSFrameConstructor::RecreateFramesForContent
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 11920]
nsCSSFrameConstructor::AttributeChanged
[d:\builds\seamonkey\mozilla\layout\html\style\src\nsCSSFrameConstructor.cpp,
line 10605]
StyleSetImpl::AttributeChanged
[d:\builds\seamonkey\mozilla\content\base\src\nsStyleSet.cpp, line 1495]
PresShell::AttributeChanged
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 5126]
nsDocument::AttributeChanged
[d:\builds\seamonkey\mozilla\content\base\src\nsDocument.cpp, line 1992]
nsHTMLDocument::AttributeChanged
[d:\builds\seamonkey\mozilla\content\html\document\src\nsHTMLDocument.cpp, line
1462]
nsDOMCSSAttributeDeclaration::ParsePropertyValue
[d:\builds\seamonkey\mozilla\content\html\style\src\nsDOMCSSAttrDeclaration.cpp,
line 282]
CallSetProperty
[d:\builds\seamonkey\mozilla\content\html\style\src\nsDOMCSSDeclaration.cpp,
line 224]
nsDOMCSSDeclaration::SetDisplay
[d:\builds\seamonkey\mozilla\content\html\style\src\nsDOMCSSDeclaration.cpp,
line 284]
XPTC_InvokeByIndex
[d:\builds\seamonkey\mozilla\xpcom\reflect\xptcall\src\md\win32\xptcinvoke.cpp,
line 106]
XPCWrappedNative::CallMethod
[d:\builds\seamonkey\mozilla\js\src\xpconnect\src\xpcwrappednative.cpp, line 2022]
XPC_WN_GetterSetter
[d:\builds\seamonkey\mozilla\js\src\xpconnect\src\xpcwrappednativejsops.cpp,
line 1291]
js_Invoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 790]
js_InternalInvoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 881]
js_SetProperty [d:\builds\seamonkey\mozilla\js\src\jsobj.c, line 2589]
js_Interpret [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 2588]
js_Invoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 806]
js_InternalInvoke [d:\builds\seamonkey\mozilla\js\src\jsinterp.c, line 881]
JS_CallFunctionValue [d:\builds\seamonkey\mozilla\js\src\jsapi.c, line 3390]
nsJSContext::CallEventHandler
[d:\builds\seamonkey\mozilla\dom\src\base\nsJSEnvironment.cpp, line 1019]
nsJSEventListener::HandleEvent
[d:\builds\seamonkey\mozilla\dom\src\events\nsJSEventListener.cpp, line 182]
nsEventListenerManager::HandleEventSubType
[d:\builds\seamonkey\mozilla\content\events\src\nsEventListenerManager.cpp, line
1218]
nsEventListenerManager::HandleEvent
[d:\builds\seamonkey\mozilla\content\events\src\nsEventListenerManager.cpp, line
1893]
GlobalWindowImpl::HandleDOMEvent
[d:\builds\seamonkey\mozilla\dom\src\base\nsGlobalWindow.cpp, line 685]
DocumentViewerImpl::LoadComplete
[d:\builds\seamonkey\mozilla\content\base\src\nsDocumentViewer.cpp, line 1320]
nsDocShell::EndPageLoad
[d:\builds\seamonkey\mozilla\docshell\base\nsDocShell.cpp, line 3785]
nsWebShell::EndPageLoad
[d:\builds\seamonkey\mozilla\docshell\base\nsWebShell.cpp, line 725]
nsDocShell::OnStateChange
[d:\builds\seamonkey\mozilla\docshell\base\nsDocShell.cpp, line 3702]
nsDocLoaderImpl::FireOnStateChange
[d:\builds\seamonkey\mozilla\uriloader\base\nsDocLoader.cpp, line 1110]
nsDocLoaderImpl::doStopDocumentLoad
[d:\builds\seamonkey\mozilla\uriloader\base\nsDocLoader.cpp, line 749]
nsDocLoaderImpl::DocLoaderIsEmpty
[d:\builds\seamonkey\mozilla\uriloader\base\nsDocLoader.cpp, line 647]
nsDocLoaderImpl::OnStopRequest
[d:\builds\seamonkey\mozilla\uriloader\base\nsDocLoader.cpp, line 578]
nsLoadGroup::RemoveRequest
[d:\builds\seamonkey\mozilla\netwerk\base\src\nsLoadGroup.cpp, line 531]
imgRequestProxy::OnStopRequest
[d:\builds\seamonkey\mozilla\modules\libpr0n\src\imgRequestProxy.cpp, line 389]
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Summary: Crash on page load @nsGenericHTMLElement::GetFormControlFrameFor (www.familylife.com) → Crash on page load [@ nsGenericHTMLElement::GetFormControlFrameFor] (www.familylife.com)
| Assignee | ||
Comment 8•24 years ago
|
||
It is my belief that this will go away when bug 108309 is fixed. Setting
dependent so that I will remember to test at that point.
Depends on: 108309
| Assignee | ||
Comment 11•24 years ago
|
||
Fixed with bug 108309.
Comment 12•24 years ago
|
||
Marking fixed per above (automated?) comment. The fix for this one went in on
3/30 for bug 108309. Jay, would you keep an eye on this signature on the Trunk
to verify? Thanks.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 13•24 years ago
|
||
Verified. Doesn't crash anymore. Build: 2002041003.
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Crash Signature: [@ nsGenericHTMLElement::GetFormControlFrameFor]
You need to log in
before you can comment on or make changes to this bug.
Description
•