unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Schroeder <alex@emacswiki.org>
Cc: emacs-devel@gnu.org
Subject: Re: abort in wait_reading_process_input
Date: Sun, 04 Jul 2004 15:00:35 +0200	[thread overview]
Message-ID: <877jtk2ah8.fsf@emacswiki.org> (raw)
In-Reply-To: m3hdu6i7rq.fsf@kfs-l.imdomain.dk

Hi Kim,

Before installing your patch, I wanted to figure out what triggered
the bug so I would know what to look for.

A week has gone by and the bug has not reappeared


storm@cua.dk (Kim F. Storm) writes:

> 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

-- 
.O.  http://www.emacswiki.org/alex/
..O  Schroeder's fourth law:
OOO  None of your friends and coworkers share your taste in music.

      parent reply	other threads:[~2004-07-04 13:00 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
2004-06-04  0:52   ` Alex Schroeder
2004-07-04 13:00   ` Alex Schroeder [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=877jtk2ah8.fsf@emacswiki.org \
    --to=alex@emacswiki.org \
    --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 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).