Closed
Bug 139651
Opened 23 years ago
Closed 23 years ago
XMLHttpRequest SEGFAULTs
Categories
(Core :: XML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 137644
People
(Reporter: geofforama, Assigned: hjtoi-bugzilla)
References
()
Details
The following tests for XMLHttpRequest fail (with a SEGFAULT)
http://mozilla.org/xmlextras/404syncget.html
http://mozilla.org/xmlextras/xget2.html
This was newly introduced in Mozilla 1.0RC1. It did not occur in Mozilla 0.9.9
and earlier. I have reproduced this problem on both Windows 2000 and Debian Linux.
From the above 2 URLs, I have surmised that the problem happens when the objects
field responseXML is not set (presumably because the response is not parseable XML.
This is why I think this URL this works:
http://mozilla.org/xmlextras/xget3.html
Because the response is XML.
| Reporter | ||
Comment 1•23 years ago
|
||
Since this URL works:
http://mozilla.org/xmlextras/get4.html
Yet does not have parseable responseXML, i looks like this bug happens with
synchronous GETs not asynch ones.
Comment 2•23 years ago
|
||
wfm linux trunk 2002042215
Comment 3•23 years ago
|
||
Both work for me on W2K build 2002042209
| Assignee | ||
Comment 4•23 years ago
|
||
*** This bug has been marked as a duplicate of 137644 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•23 years ago
|
QA Contact: petersen → rakeshmishra
You need to log in
before you can comment on or make changes to this bug.
Description
•