Closed
Bug 164344
Opened 23 years ago
Closed 22 years ago
Hang after XMLHttpRequest call, trying to dismiss alert
Categories
(Core :: XML, defect)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.3beta
People
(Reporter: hjtoi-bugzilla, Assigned: hjtoi-bugzilla)
References
()
Details
(Keywords: hang, regression)
Go to URL, click the button. You should get three alert boxes that you can
dismiss. What actually happens is the last alert box does not go away, and the
browser seems to hang. Works fine on Windows.
The console shows:
Program ./mozilla-bin (pid = 14892) received Segmentation fault signal.
Stack:
nsProfileLock::FatalSignalHandler(int)+0x00000119
[/builds/mozilla/debug/dist/bin/components/libprofile.so +0x0002A4BD]
UNKNOWN 0x40328f75
UNKNOWN 0x42029188
nsHTMLButtonElement::HandleDOMEvent(nsIPresContext *, nsEvent *, nsIDOMEvent **,
unsigned int, nsEventStatus *)+0x00000482
[/builds/mozilla/debug/dist/bin/components/libgkcontent.so +0x0027A14A]
PresShell::HandleEventInternal(nsEvent *, nsIView *, unsigned int, nsEventStatus
*)+0x0000017D [/builds/mozilla/debug/dist/bin/components/libgklayout.so +0x001C5E7D]
PresShell::HandleEventWithTarget(nsEvent *, nsIFrame *, nsIContent *, unsigned
int, nsEventStatus *)+0x0000003D
[/builds/mozilla/debug/dist/bin/components/libgklayout.so +0x001C5CDD]
nsEventStateManager::CheckForAndDispatchClick(nsIPresContext *, nsMouseEvent *,
nsEventStatus *)+0x000002BF
[/builds/mozilla/debug/dist/bin/components/libgkcontent.so +0x0022682F]
nsEventStateManager::PostHandleEvent(nsIPresContext *, nsEvent *, nsIFrame *,
nsEventStatus *, nsIView *)+0x00000824
[/builds/mozilla/debug/dist/bin/components/libgkcontent.so +0x00223794]
PresShell::HandleEventInternal(nsEvent *, nsIView *, unsigned int, nsEventStatus
*)+0x000002CC [/builds/mozilla/debug/dist/bin/components/libgklayout.so +0x001C5FCC]
PresShell::HandleEvent(nsIView *, nsGUIEvent *, nsEventStatus *, int, int
&)+0x000007BC [/builds/mozilla/debug/dist/bin/components/libgklayout.so +0x001C5A3C]
nsViewManager::HandleEvent(nsView *, nsGUIEvent *, int)+0x00000417
[/builds/mozilla/debug/dist/bin/components/libgkview.so +0x0001CF4B]
nsView::HandleEvent(nsViewManager *, nsGUIEvent *, int)+0x00000025
[/builds/mozilla/debug/dist/bin/components/libgkview.so +0x0000DF75]
nsViewManager::DispatchEvent(nsGUIEvent *, nsEventStatus *)+0x00000A7B
[/builds/mozilla/debug/dist/bin/components/libgkview.so +0x0001C6EB]
UNKNOWN 0x41e91802
nsWidget::DispatchEvent(nsGUIEvent *, nsEventStatus &)+0x00000176
[/builds/mozilla/debug/dist/bin/components/libwidget_gtk.so +0x0004774E]
nsWidget::DispatchWindowEvent(nsGUIEvent *)+0x0000002E
[/builds/mozilla/debug/dist/bin/components/libwidget_gtk.so +0x00047366]
nsWidget::DispatchMouseEvent(nsMouseEvent &)+0x0000004F
[/builds/mozilla/debug/dist/bin/components/libwidget_gtk.so +0x0004780F]
nsWidget::OnButtonReleaseSignal(_GdkEventButton *)+0x0000016B
[/builds/mozilla/debug/dist/bin/components/libwidget_gtk.so +0x0004852F]
nsWindow::OnButtonReleaseSignal(_GdkEventButton *)+0x0000005E
[/builds/mozilla/debug/dist/bin/components/libwidget_gtk.so +0x0004F3F2]
nsWindow::HandleGDKEvent(_GdkEvent *)+0x000000C7
[/builds/mozilla/debug/dist/bin/components/libwidget_gtk.so +0x0004F767]
UNKNOWN 0x4117e1ba
handle_gdk_event(_GdkEvent *, void *)+0x000004CC
[/builds/mozilla/debug/dist/bin/components/libwidget_gtk.so +0x0003CEA0]
UNKNOWN 0x4047cd6f
UNKNOWN 0x404ae773
UNKNOWN 0x404aed39
g_main_run+0x0000008C [/usr/lib/libglib-1.2.so.0 +0x00011EEC]
gtk_main+0x000000D3 [/usr/lib/libgtk-1.2.so.0 +0x000942E3]
nsAppShell::Run(void)+0x00000065
[/builds/mozilla/debug/dist/bin/components/libwidget_gtk.so +0x0002F06D]
nsAppShellService::Run(void)+0x00000035
[/builds/mozilla/debug/dist/bin/components/libnsappshell.so +0x000423DD]
UNKNOWN 0x805cf37
main+0x00000207 [./mozilla-bin +0x00015BCF]
__libc_start_main+0x00000095 [./mozilla-bin +0x00017589]
Sleeping for 5 minutes.
Type 'gdb ./mozilla-bin 14892' to attatch your debugger to this thread.
| Assignee | ||
Comment 1•23 years ago
|
||
This seems to be a regression. Works fine with Netscape 7.0.
Keywords: hang,
regression
Updated•23 years ago
|
QA Contact: petersen → rakeshmishra
| Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → mozilla1.3beta
| Assignee | ||
Comment 2•22 years ago
|
||
This seems to be working fine now, today's build. Marking wfm.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•