Closed
Bug 96307
Opened 24 years ago
Closed 24 years ago
Crash if XMLHttpRequest.send() again in onload handler
Categories
(Core :: XML, defect, P2)
Tracking
()
VERIFIED
FIXED
mozilla0.9.4
People
(Reporter: hjtoi-bugzilla, Assigned: hjtoi-bugzilla)
References
()
Details
(Keywords: crash, Whiteboard: [DIGBug][fixinhand, see 96459])
Attachments
(1 file)
|
2.90 KB,
patch
|
Details | Diff | Splinter Review |
This came up from Bugscape, http://bugscape/show_bug.cgi?id=8288
If you do XMLHttpRequest.send() again in the onload handler, we crash. There are
some workarounds: don't do it, do the send in timeout, create a new
XMLHttpRequest object for each send.
dig1.html is the crasher testcase, dig.html is a working version with timeout.
I have a little progress: I can move the crash to another location, and it seems
we need to do a call to open() before the second send() (can do that automatically).
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Whiteboard: [DIGBug]
Target Milestone: --- → mozilla0.9.4
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 3•24 years ago
|
||
The fix to this is part of the fix to bug 96459.
Whiteboard: [DIGBug] → [DIGBug][fixinhand, see 96459]
| Assignee | ||
Comment 4•24 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 5•24 years ago
|
||
Since I 'm not exactly sure how to test this, I'm marking verified based on the
last comments
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•