unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#4191: 23.1; Infinite recursion in url-generic-parse-url
@ 2009-08-18 15:14 ` Oliver, Peter
  2009-09-12  0:55   ` bug#4191: marked as done (23.1; Infinite recursion in url-generic-parse-url) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Oliver, Peter @ 2009-08-18 15:14 UTC (permalink / raw)
  To: bug-gnu-emacs@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1632 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 2414 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#4191: marked as done (23.1; Infinite recursion in url-generic-parse-url)
  2009-08-18 15:14 ` bug#4191: 23.1; Infinite recursion in url-generic-parse-url Oliver, Peter
@ 2009-09-12  0:55   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2009-09-12  0:55 UTC (permalink / raw)
  To: Chong Yidong

[-- Attachment #1: Type: text/plain, Size: 888 bytes --]

Your message dated Fri, 11 Sep 2009 20:47:58 -0400
with message-id <87d45xvvi9.fsf@stupidchicken.com>
and subject line Re: 23.1; Infinite recursion in url-generic-parse-url
has caused the Emacs bug report #4191,
regarding 23.1; Infinite recursion in url-generic-parse-url
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
4191: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4191
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 8320 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 1632 bytes --]

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

[-- Attachment #2.1.2: Type: text/html, Size: 2414 bytes --]

[-- Attachment #3: Type: message/rfc822, Size: 1718 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: "Oliver\, Peter" <Peter.Oliver@eon-is.co.uk>
Cc: 4191-done@emacsbugs.donarmstrong.com
Subject: Re: 23.1; Infinite recursion in url-generic-parse-url
Date: Fri, 11 Sep 2009 20:47:58 -0400
Message-ID: <87d45xvvi9.fsf@stupidchicken.com>

> 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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-12  0:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87d45xvvi9.fsf@stupidchicken.com>
2009-08-18 15:14 ` bug#4191: 23.1; Infinite recursion in url-generic-parse-url Oliver, Peter
2009-09-12  0:55   ` bug#4191: marked as done (23.1; Infinite recursion in url-generic-parse-url) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).