Closed Bug 2909 Opened 26 years ago Closed 25 years ago

URL: NECKO: Dr. Watson .. application error with gecko.exe -- '\' in URL

Categories

(Core :: Networking, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 3108

People

(Reporter: assem.masri, Assigned: gagan)

References

()

Details

(Whiteboard: waiting til 8/1 builds to verify)

To replicate the error do the following: navigate to www.microsoft.com click the 'Developer Tools' link under the 'Product Families' Heading Once the page is loaded click the 'Support' tab Once the page is loaded click the 'Search' tab --This generates the error
All yours Mr. Gecko
FWIW, following the recipe above, I don't get a crash using Feb03 & Feb10 win95 non-debug builds, BUT I did notice there is a flaw in the HTML at: http://msdn.microsoft.com/vstudio/technical/support.asp which is the penultimate page noted above. The flaw is the the HREF for the 'Search' button on that page is of a form: <A HREF=http://foo/bar/default.asp?att=value"> ....^ ....^ i.e., unbalanced quotes When I click on the link (image), the URL location text box in viewer.exe changes to: file:///http|//search.microsoft..... Perhaps this (or some variation) crashes NT (the reported Platform/OS:).
For completeness: the HREF also has a TARGET attribute <A HREF=http://foo/bar/default.asp?att=value" target="_top"> ....^ ....^
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed the bad html problem. In such cases, we will force quotes around the attribute value.
Status: RESOLVED → REOPENED
Summary: Dr. Watson comes up stating that there was an application error with gecko.exe → Dr. Watson .. application error with gecko.exe -- '\' in URL
Good news, bad news. Reopened, but probably not your bug anymore. (netlib?) Your (rickg) fix is fine, but I (stupidly) didn't realize that the problem was *not* the unbalanced quotes (noted above). The *real* (??) problem is the presence of a backslash '\' in the HREF URL. Changing to a forward slash allows viewer.exe to proceed correctly (i.e., load the HREF). Here's the HREF: <A HREF=http://search.microsoft.com/search/default.asp?SPath=\vstudio&SName=Visual% 20Studio&Cluster=MSDN" target="_top"> A similar mishandling of backslash is in as bug #3108 (Feb 10), although this one is in the context of <FRAME SRC> not loading. (Note: On win95 viewer.exe (Feb 3, Feb 10, Feb 19), I have not had a crash as noted by the original submitter (winNT), but I do get the 'file:///http|//hostname...' URL handling as noted previously).
Resolution: FIXED → ---
Assignee: rickg → gagan
Status: REOPENED → NEW
Sounds like a netlib problme. Assigning the bug to gagan
Status: NEW → ASSIGNED
QA Contact: 4130
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Component: Selection and Search → Networking Library
Changed Component to Networking Library
Target Milestone: M6
Per DP's suggestion marking these till M8. Though Necko lands with M7, we will be able to verify it for M8.
QA Contact: 4130 → 3819
I'm moving this to target M9, Necko will be enabled somewhere during late M8 or early M9. We will need to get on this and it cannot be postponed past the M9 milestone.
Changing all Networking Library/Browser bugs to Networking-Core component for Browser. Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do this in a bulk change. If this happens, I will fix. ;-)
Summary: Dr. Watson .. application error with gecko.exe -- '\' in URL → NECKO: Dr. Watson .. application error with gecko.exe -- '\' in URL
Please check with Necko.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago25 years ago
Resolution: --- → FIXED
Whiteboard: waiting til 8/1 builds to verify
Well, this doesn't crash anymore but it also doesn't load any content. I'm pretty sure that is a dup of a bug harish just fixed. I will marked this resolved then verify on Monday with new builds.
Status: RESOLVED → REOPENED
Status: REOPENED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: FIXED → DUPLICATE
this is crashing on the backslash in the URL, which is a dup of 3108, re-opening quickly to mark as suck
*** This bug has been marked as a duplicate of 3108 ***
Status: RESOLVED → VERIFIED
Bulk move of all Networking-Core (to be deleted component) bugs to new Networking component.
Summary: NECKO: Dr. Watson .. application error with gecko.exe -- '\' in URL → URL: NECKO: Dr. Watson .. application error with gecko.exe -- '\' in URL
You need to log in before you can comment on or make changes to this bug.