GNU bug report logs - #5359
23.1.91; CRITICAL BUG: process-send-region hangs ntEmacs if region >64K

Previous Next

Package: emacs;

Reported by: "Jeffrey J. Kosowsky" <ntemacs <at> kosowsky.org>

Date: Mon, 11 Jan 2010 20:20:03 UTC

Severity: normal

Tags: unreproducible

Done: Andrew Hyatt <ahyatt <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #15 received at 5359 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: npostavs <at> users.sourceforge.net
Cc: ntemacs <at> kosowsky.org, 5359 <at> debbugs.gnu.org
Subject: Re: bug#5359: 23.1.91;
 CRITICAL BUG: process-send-region hangs ntEmacs if region	>64K
Date: Thu, 07 Jul 2016 05:42:28 +0300
> From: npostavs <at> users.sourceforge.net
> Date: Wed, 06 Jul 2016 19:49:26 -0400
> Cc: 5359 <at> debbugs.gnu.org
> 
> I tried from emacs -Q
> 
> (dotimes (i (/ (* 65 1024) 80))
>   (insert (make-string 80 ?x) ?\n))
> 
> ;; I have cat.exe in PATH due to running from MSYS.
> (progn (setq process (start-process "test" "tempbuff" "cat"))
>        (process-send-region process (point-min) (point-max)))
> 
> Didn't hang.  Maybe it's fixed?

Most probably.  This area saw quite some improvement in Emacs 24.5.




This bug report was last modified 8 years and 294 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.