From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Neumerkel Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.50; accept-process-output hangs Date: Tue, 27 May 2008 23:34:03 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1211924104 17409 80.91.229.12 (27 May 2008 21:35:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 May 2008 21:35:04 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 27 23:35:45 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K16pM-0001t7-6t for ged-emacs-devel@m.gmane.org; Tue, 27 May 2008 23:35:28 +0200 Original-Received: from localhost ([127.0.0.1]:57222 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K16ob-0007e1-1P for ged-emacs-devel@m.gmane.org; Tue, 27 May 2008 17:34:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K16oF-0007Vn-Tf for emacs-devel@gnu.org; Tue, 27 May 2008 17:34:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K16oE-0007VH-Gm for emacs-devel@gnu.org; Tue, 27 May 2008 17:34:19 -0400 Original-Received: from [199.232.76.173] (port=43831 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K16oE-0007VA-Bg for emacs-devel@gnu.org; Tue, 27 May 2008 17:34:18 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:44978) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K16oE-0006VL-3W for emacs-devel@gnu.org; Tue, 27 May 2008 17:34:18 -0400 Original-Received: from mail.gnu.org ([199.232.76.166]:36306 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1K16mb-0002G5-3W for emacs-pretest-bug@gnu.org; Tue, 27 May 2008 17:32:37 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1K16oA-0006Uh-5O for emacs-pretest-bug@gnu.org; Tue, 27 May 2008 17:34:17 -0400 Original-Received: from a4.complang.tuwien.ac.at ([128.130.173.65]:40102) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K16o9-0006Tm-QU for emacs-pretest-bug@gnu.org; Tue, 27 May 2008 17:34:14 -0400 Original-Received: from ulrich by a4.complang.tuwien.ac.at with local (Exim 4.63) (envelope-from ) id 1K16nz-0003RO-0G for emacs-pretest-bug@gnu.org; Tue, 27 May 2008 23:34:03 +0200 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97837 gmane.emacs.pretest.bugs:22465 Archived-At: --text follows this line-- Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: C-x C-e the following two expressions (progn (setq my-process (start-process "mine" "mine" "sleep" "1h")) (list-processes)) (accept-process-output my-process nil 400) We create a process mine, that sleeps for an hour. accept-process-output will hang, whereas it should return after 400 milliseconds. However, if argument SECONDS is replaced by 0 it will eval as expected. In GNU Emacs 23.0.50.21 (i686-pc-linux-gnu, X toolkit) of 2008-01-22 on gupu.complang.tuwien.ac.at Windowing system distributor `The XFree86 Project, Inc', version 11.0.4003 configured using `configure '--without-toolkit-scroll-bars' '--prefix' '/opt/gupu/git'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US locale-coding-system: iso-8859-1 default-enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t transient-mark-mode: t Recent input: C-x o C-x o C-x o C-a C-x 1 C-x C-s C-e C-x C-s C-x b g u W C-s a c c e p t - p r o C-s C-s C-s C-s C-SPC C-e M-w C-x b C-y ) C-x C-s C-x C-e 0 C-e C-x C-e C-x C-s n i l ; C-x C-s C-e C-x C-e C-x o C-x o C-x C-e C-x o C-x b g u C-x o C-h f C-x o C-s s e c o n d s C-g C-x b 0 C-a C-d C-d C-d C-d C-x C-s y e s C-x o C-x o C-x o C-x o > C-x o C-k C-k C-k C-k C-x C-s y e s C-x o C-x b e 1 9 . e m e y m y i n e C-d C-d C-d C-d C-d C-d C-d m i n e m y - p r o c e s s C-x C-s C-e C-x C-e C-x C-e C-e C-x C-e C-g Recent messages: (No files need saving) Mark set [3 times] Saving file /home/ulrich/gupu/96/gupu-96/gupuWS96.el... Wrote /home/ulrich/gupu/96/gupu-96/gupuWS96.el Making completion list... Wrote /home/ulrich/lftp/emacs/e19.el # nil Quit [2 times] previous-buffer: Cannot switch buffers in minibuffer window