all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: storm@cua.dk (Kim F. Storm)
Cc: emacs-devel@gnu.org
Subject: Re: abort in wait_reading_process_input
Date: 24 May 2004 09:50:01 +0200	[thread overview]
Message-ID: <m3hdu6i7rq.fsf@kfs-l.imdomain.dk> (raw)
In-Reply-To: <87y8nikbgw.fsf@emacswiki.org>

Alex Schroeder <alex@emacswiki.org> writes:

> When running ERC, the Emacs IRC Client that is not (yet) part of
> Emacs, I'm getting an abort in wait_reading_process_input.
> 
> Backing out the following change did not help:
> 
> revision 1.428
> date: 2004/05/13 23:07:07;  author: kfstorm;  state: Exp;  lines: +4 -3
> (wait_reading_process_input): Make reentrant.
> Make Available and Connecting non-static.  Save and restore value
> of waiting_for_user_input_p.
> 
> Alex.
> 

Does the following patch help:

*** process.c	14 May 2004 00:42:09 +0200	1.428
--- process.c	24 May 2004 09:48:17 +0200	
***************
*** 4581,4587 ****
  		}
  	    }
  #ifdef NON_BLOCKING_CONNECT
! 	  if (check_connect && FD_ISSET (channel, &Connecting))
  	    {
  	      struct Lisp_Process *p;
  
--- 4581,4588 ----
  		}
  	    }
  #ifdef NON_BLOCKING_CONNECT
! 	  if (check_connect && FD_ISSET (channel, &Connecting)
! 	      && FD_ISSET (channel, &connect_wait_mask))
  	    {
  	      struct Lisp_Process *p;
  

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

  parent reply	other threads:[~2004-05-24  7:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-23 22:47 abort in wait_reading_process_input Alex Schroeder
2004-05-24  5:59 ` Eli Zaretskii
2004-05-24  7:50 ` Kim F. Storm [this message]
2004-06-04  0:52   ` Alex Schroeder
2004-07-04 13:00   ` Alex Schroeder

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=m3hdu6i7rq.fsf@kfs-l.imdomain.dk \
    --to=storm@cua.dk \
    --cc=emacs-devel@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.