unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Pontus Skoeld <pont@soua.net>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: Leftovers and lost SIGIOs
Date: 16 Sep 2002 15:25:14 +0200	[thread overview]
Message-ID: <yty1y7ugj7p.fsf@soua.net> (raw)
In-Reply-To: <E17qGpA-0006c7-00@fencepost.gnu.org>

Richard Stallman <rms@gnu.org> writes:

> We have added #undef BROKEN_SIGIO to src/s/sol2-5.h.  Please
> see if rebuilding with that change solves the problem.

After doing the following to stop it from dying during bootstrap
because of unrequest_sigio

ida$ diff -u src/sysdep.c.real src/sysdep.c
--- src/sysdep.c.real	Mon Sep 16 11:15:33 2002
+++ src/sysdep.c	Mon Sep 16 11:52:23 2002
@@ -988,7 +988,7 @@
 
 #else /* not FASYNC, not STRIDE */
  
-#ifdef _CX_UX
+#if defined(_CX_UX) || (defined(SOLARIS2) && !defined(BROKEN_SIGIO))
 
 #include <termios.h>
 
@@ -1020,7 +1020,7 @@
   interrupts_deferred = 1;
 }
 
-#else /* ! _CX_UX */
+#else /* ! _CX_UX || (SOLARIS2 && !BROKEN_SIGIO) */
 
 void
 request_sigio ()
@@ -1039,8 +1039,7 @@
 
   croak ("unrequest_sigio");
 }
- 
-#endif /* _CX_UX */
+#endif /* _CX_UX || (SOLARIS2 && !BROKEN_SIGIO) */
 #endif /* STRIDE */
 #endif /* FASYNC */
 #endif /* F_SETFL */
ida$

I have so far (after a couple of hours of usage) noticed no ill
effects. Given how seldom the problem has occurred earlier, I think
I'll have to try it for a couple of months before I know whatever it
helps.

	/Pontus
-- 

Pontus Sköld, see <URL:http://soua.net/> for more information.

  reply	other threads:[~2002-09-16 13:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-13 13:20 Leftovers and lost SIGIOs Pontus Skoeld
2002-09-14 17:35 ` Richard Stallman
2002-09-16 13:25   ` Pontus Skoeld [this message]
2002-09-16 19:28     ` Richard Stallman

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=yty1y7ugj7p.fsf@soua.net \
    --to=pont@soua.net \
    --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 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).