GNU bug report logs - #4191
23.1; Infinite recursion in url-generic-parse-url

Previous Next

Package: emacs;

Reported by: "Oliver, Peter" <Peter.Oliver <at> eon-is.co.uk>

Date: Thu, 20 Aug 2009 20:05:55 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: "Oliver, Peter" <Peter.Oliver <at> eon-is.co.uk>
Subject: bug#4191 closed by Chong Yidong <cyd <at> stupidchicken.com> (Re:
 23.1; Infinite recursion in url-generic-parse-url)
Date: Sat, 12 Sep 2009 00:55:04 +0000
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:

#4191: 23.1; Infinite recursion in url-generic-parse-url

It has been closed by Chong Yidong <cyd <at> stupidchicken.com>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Chong Yidong <cyd <at> stupidchicken.com> by
replying to this email.


-- 
4191: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4191
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Chong Yidong <cyd <at> stupidchicken.com>
To: "Oliver\, Peter" <Peter.Oliver <at> eon-is.co.uk>
Cc: 4191-done <at> debbugs.gnu.org
Subject: Re: 23.1; Infinite recursion in url-generic-parse-url
Date: Fri, 11 Sep 2009 20:47:58 -0400
> When an HTTP URL passed to url-generic-parse-url does not include a
> port number, and the environment variable http_proxy is set and also
> does not include a port number, infinite recursion results.

Thanks for the bug report.  I've checked a fix into the trunk.
[Message part 3 (message/rfc822, inline)]
From: "Oliver, Peter" <Peter.Oliver <at> eon-is.co.uk>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: 23.1; Infinite recursion in url-generic-parse-url
Date: Tue, 18 Aug 2009 16:14:33 +0100
[Message part 4 (text/plain, inline)]
When an HTTP URL passed to url-generic-parse-url does not include a port number, and the environment variable http_proxy is set and also does not include a port number, infinite recursion results.  See the following backtrace for an example:

Debugger entered--Lisp error: (error "Variable binding depth exceeds max-specpdl-size")
  url-generic-parse-url("http://proxy")
...
  url-generic-parse-url("http://proxy")
  url-scheme-register-proxy("http")
  url-scheme-get-property("http" default-port)
  url-generic-parse-url("http://proxy")
  url-scheme-register-proxy("http")
  url-scheme-get-property("http" default-port)
  url-generic-parse-url("http://www.some.where/")
  eval((url-generic-parse-url "http://www.some.where/"))

___________________________ Disclaimer Notice ____________________
This message and any attachments are confidential and should only
be read by those to whom they are addressed. If you are not the
intended recipient, please contact us, delete the message from your
computer and destroy any copies. Any distribution or copying without
our prior permission is prohibited.

Internet communications are not always secure and therefore the
E.ON Group does not accept legal responsibility for this message.
The recipient is responsible for verifying its authenticity before
acting on the contents. Any views or opinions presented are solely
those of the author and do not necessarily
represent those of the E.ON Group.

E.ON IS UK Limited, Westwood Way, Westwood Business Park,
Coventry, CV4 8LG.
Registered in England & Wales No. 5617434

Telephone +44 (0) 2476 192000
Fax +44 (0) 2476 42 5432
[Message part 5 (text/html, inline)]

This bug report was last modified 15 years and 254 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.