bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21089: 24.5; void-variable url-http-response-status


From: Lars Magne Ingebrigtsen
Subject: bug#21089: 24.5; void-variable url-http-response-status
Date: Wed, 30 Dec 2015 19:17:38 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux)

Milan Zamazal <pdm@zamazal.org> writes:

>>>>>> "LI" == Lars Ingebrigtsen <larsi@gnus.org> writes:
>
>     LI> Emacs 25.1 has gotten a few fixes in this area, I think.  Do you
>     LI> still see this problem in newer versions?
>
> Yes, current git version (master) signals the same error.

Could you try to replicate the bug without using all these packages not
in "emacs -Q"?  This is the end of the backtrace:

  ...
  url-retrieve-synchronously("http://weblog.zamazal.org/xmlrpc.php";)
  xml-rpc-request("http://weblog.zamazal.org/xmlrpc.php"; ((methodCall nil 
(methodName nil "metaWeblog.getCategories") (params nil (param nil (value nil 
(string nil "1"))) (param nil (value nil (string nil "admin"))) (param nil 
(value nil (string nil "xxx")))))) nil)
  xml-rpc-method-call-async(nil "http://weblog.zamazal.org/xmlrpc.php"; 
"metaWeblog.getCategories" ("1" "admin" "xxx"))
  xml-rpc-method-call("http://weblog.zamazal.org/xmlrpc.php"; 
"metaWeblog.getCategories" "1" "admin" "xxx")
  metaweblog-get-categories("http://weblog.zamazal.org/xmlrpc.php"; "admin" 
"xxx" "1")
  org2blog/wp-login()

My guess is that the call to xml-rpc-request binds a bunch of url
variables, and then calls url-retrieve-synchronously.  Could you
determine what those variables are, and then create a test case?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]