Closed
Bug 27216
Opened 26 years ago
Closed 26 years ago
crash clicking in side bar search text control
Categories
(Core :: DOM: Navigation, defect, P1)
Tracking
()
VERIFIED
WORKSFORME
M14
People
(Reporter: buster, Assigned: travis)
Details
(Keywords: crash, Whiteboard: [PDT+])
had the search panel open in sidebar
clicked on a text control in sidebar
got this crash:
__sbh_free_block(tagHeader * 0x00c906ec, void * 0x0358fb90) line 350 + 6 bytes
_realloc_base(void * 0x0358fb90, unsigned int 68) line 101 + 13 bytes
realloc_help(void * 0x0358fbb0, unsigned int 32, int 1, const char * 0x00000000,
int 0, int 1) line 636 + 16 bytes
_realloc_dbg(void * 0x0358fbb0, unsigned int 32, int 1, const char * 0x00000000,
int 0) line 806 + 27 bytes
realloc(void * 0x0358fbb0, unsigned int 32) line 755 + 19 bytes
JS_realloc(JSContext * 0x03574e90, void * 0x0358fbb0, unsigned int 32) line 1032
+ 14 bytes
js_AllocSlot(JSContext * 0x03574e90, JSObject * 0x026051d8, unsigned long *
0x0012f088) line 1422 + 20 bytes
js_NewScopeProperty(JSContext * 0x03574e90, JSScope * 0x0358f090, long 14163328,
int (JSContext *, JSObject *, long, long *)* 0x002b1230 _JS_PropertyStub, int
(JSContext *, JSObject *, long, long *)* 0x002b1230 _JS_PropertyStub, unsigned
int 0) line 458 + 20 bytes
js_DefineProperty(JSContext * 0x03574e90, JSObject * 0x026051d8, long 14163328,
long 39866848, int (JSContext *, JSObject *, long, long *)* 0x002b1230
_JS_PropertyStub, int (JSContext *, JSObject *, long, long *)* 0x002b1230
_JS_PropertyStub, unsigned int 0, JSProperty * * 0x00000000) line 1576 + 29
bytes
js_SetClassPrototype(JSContext * 0x03574e90, JSObject * 0x026051e0, JSObject *
0x026051d8, unsigned int 6) line 2600 + 44 bytes
js_InitExceptionClasses(JSContext * 0x03574e90, JSObject * 0x02604bb8) line 481
+ 26 bytes
JS_InitStandardClasses(JSContext * 0x03574e90, JSObject * 0x02604bb8) line 1002
+ 189 bytes
nsJSContext::InitContext(nsJSContext * const 0x03572090, nsIScriptGlobalObject *
0x035720f4) line 645 + 30 bytes
NS_CreateScriptContext(nsIScriptGlobalObject * 0x035720f4, nsIScriptContext * *
0x03576bb0) line 916
nsWebShell::CreateScriptEnvironment() line 3057 + 26 bytes
nsWebShell::GetScriptGlobalObject(nsWebShell * const 0x03576af0,
nsIScriptGlobalObject * * 0x0012f2c8) line 4448 + 11 bytes
DocumentViewerImpl::Init(DocumentViewerImpl * const 0x03572550, void *
0x00fa1200, nsIDeviceContext * 0x03572f10, nsIPref * 0x00d553d0, const nsRect &
{...}, nsScrollPreference nsScrollPreference_kAuto) line 422 + 56 bytes
nsWebShell::Embed(nsWebShell * const 0x03576ae8, nsIContentViewer * 0x03572550,
const char * 0x0039018c, nsISupports * 0x00000000) line 887 + 98 bytes
nsWebShell::SetDocument(nsWebShell * const 0x03576ad0, nsIDOMDocument *
0x03572ad4, nsIDOMElement * 0x035727f0) line 4201 + 35 bytes
nsGfxTextControlFrame::CreateSubDoc(nsRect * 0x00000000) line 1063 + 62 bytes
nsGfxTextControlFrame::HandleEvent(nsGfxTextControlFrame * const 0x00f6f1d0,
nsIPresContext * 0x02ab9920, nsGUIEvent * 0x0012fb14, nsEventStatus *
0x0012fa20) line 540 + 16 bytes
PresShell::HandleEvent(PresShell * const 0x02a57e14, nsIView * 0x02a562f0,
nsGUIEvent * 0x0012fb14, nsEventStatus * 0x0012fa20) line 2878 + 38 bytes
nsView::HandleEvent(nsView * const 0x02a562f0, nsGUIEvent * 0x0012fb14, unsigned
int 28, nsEventStatus * 0x0012fa20, int & 0) line 799
nsViewManager::DispatchEvent(nsViewManager * const 0x02a53dc0, nsGUIEvent *
0x0012fb14, nsEventStatus * 0x0012fa20) line 1704
HandleEvent(nsGUIEvent * 0x0012fb14) line 69
nsWindow::DispatchEvent(nsWindow * const 0x02a561d4, nsGUIEvent * 0x0012fb14,
nsEventStatus & nsEventStatus_eIgnore) line 493 + 10 bytes
nsWindow::DispatchWindowEvent(nsGUIEvent * 0x0012fb14) line 514
nsWindow::DispatchMouseEvent(unsigned int 302, nsPoint * 0x00000000) line 3044 +
21 bytes
ChildWindow::DispatchMouseEvent(unsigned int 302, nsPoint * 0x00000000) line
3262
nsWindow::ProcessMessage(unsigned int 513, unsigned int 1, long 655416, long *
0x0012fda0) line 2335 + 24 bytes
nsWindow::WindowProc(HWND__ * 0x01071124, unsigned int 513, unsigned int 1, long
655416) line 673 + 27 bytes
hmmmm, not sure. I supposed buster you did have the very latest code? I fixed
some sidebar crashes when clicking late last night.
don't know if I had your latest or not. I did pull last night, don't really
remember when. are you unable to reproduce the crash? how about getting
someone in qa to help as well?
Hmmmm, no I'm not seeing this crash, but my tree is hosed right now. Looking
at this stack however, it originates from the code you wrote in WebShell....
SetDocument. I haven't spent anytime in there, you would probably be the best
one to look at that one.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
I think I just pulled that code on a bad day. I've tried this repeatedly over
the last several days and I've never seen the problem, nor has anyone else
afaict.
sorry for the false alarm.
You need to log in
before you can comment on or make changes to this bug.
Description
•