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

From: npostavs <at> users.sourceforge.net
To: "Jeffrey J. Kosowsky" <ntemacs <at> kosowsky.org>
Cc: 5359 <at> debbugs.gnu.org
Subject: Re: bug#5359: 23.1.91;
 CRITICAL BUG: process-send-region hangs ntEmacs if region	>64K
Date: Wed, 06 Jul 2016 19:49:26 -0400
tags 5359 unreproducible
quit

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?

GNU Emacs 24.5.1 (i686-pc-mingw32) of 2015-04-11 on LEG570
GNU Emacs 25.0.95.4 (x86_64-w64-mingw32) of 2016-06-29




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.