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

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

Can't stop synchronous processes for the second time


From: YAMAMOTO Mitsuharu
Subject: Can't stop synchronous processes for the second time
Date: Wed, 14 Apr 2004 09:00:52 +0900 (JST)
User-agent: SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

Synchronous processes cannot be terminated with C-g in a certain
situation.

1. Use a system without SIGIO such as Solaris, or disable it by
   specifying `-DBROKEN_FIONREAD' for CFLAGS.
2. Evaluate `(call-process "sleep" nil t "sleep" "100")' and type C-g.
   --> Quit after short delay (because of polling).
3. Repeat the previous step again.
   --> Can't quit.

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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