emacs-devel
[Top][All Lists]
Advanced

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

Re: Testing the gnutls support


From: Eli Zaretskii
Subject: Re: Testing the gnutls support
Date: Sat, 09 Oct 2010 15:37:25 +0200

> From: Lars Magne Ingebrigtsen <address@hidden>
> Date: Sat, 09 Oct 2010 15:18:16 +0200
> Cc: address@hidden
> 
> However, if I set the debugging level to 9, I get the following:
> 
> Debugger entered--Lisp error: (file-error "writing to process" "interrupted 
> system call" #<process http<1>>)
>   process-send-string(#<process http<1>> "GET /market.php HTTP/1.0.\n.\n")

That's strange.  process-send-string calls emacs_write to write to the
process, but emacs_write already handles EINTR, by retrying the write
which failed.  So why does this signal raise a Lisp error?



reply via email to

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