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 #18 received at 5359 <at> debbugs.gnu.org (full text, mbox):

From: Andrew Hyatt <ahyatt <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: ntemacs <at> kosowsky.org, 5359 <at> debbugs.gnu.org, npostavs <at> users.sourceforge.net
Subject: Re: bug#5359: 23.1.91;
 CRITICAL BUG: process-send-region hangs ntEmacs if region	>64K
Date: Wed, 03 Aug 2016 22:08:45 -0400
Eli Zaretskii <eliz <at> gnu.org> writes:

>> 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.

Also didn't hang for me.  Due to no one being able to reproduce this in
almost a month, I'll close this out as unreproducible.




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.