all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Oliver, Peter" <Peter.Oliver@eon-is.co.uk>
To: "bug-gnu-emacs@gnu.org" <bug-gnu-emacs@gnu.org>
Subject: bug#4191: 23.1; Infinite recursion in url-generic-parse-url
Date: Tue, 18 Aug 2009 16:14:33 +0100	[thread overview]
Message-ID: <A5D535052EA8AC4685830D176FE1E8D1029B0BE2E0@SME1037.dom1.e-ssi.net> (raw)

[-- 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 --]

             reply	other threads:[~2009-08-18 15:14 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A5D535052EA8AC4685830D176FE1E8D1029B0BE2E0@SME1037.dom1.e-ssi.net \
    --to=peter.oliver@eon-is.co.uk \
    --cc=4191@emacsbugs.donarmstrong.com \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.