Closed Bug 96307 Opened 24 years ago Closed 24 years ago

Crash if XMLHttpRequest.send() again in onload handler

Categories

(Core :: XML, defect, P2)

x86
Windows 2000
defect

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)

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).
Status: NEW → ASSIGNED
Priority: -- → P2
Whiteboard: [DIGBug]
Target Milestone: --- → mozilla0.9.4
The fix to this is part of the fix to bug 96459.
Whiteboard: [DIGBug] → [DIGBug][fixinhand, see 96459]
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
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.

Attachment

General

Created:
Updated:
Size: