From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: Fix to long-standing crashes in GC Date: Sun, 16 May 2004 11:27:25 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <861xlklo1u.fsf@slowfox.dyndns.org> References: <40A3BC23.8060000@math.ku.dk> <87brks5e94.fsf-monnier+emacs@gnu.org> <200405132216.i4DMG7G14599@raven.dms.auburn.edu> <87k6zfb5gs.fsf@emptyhost.emptydomain.de> <200405141453.i4EErEQ16894@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084699836 10992 80.91.224.253 (16 May 2004 09:30:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 May 2004 09:30:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 16 11:30:29 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPHyX-0003jO-00 for ; Sun, 16 May 2004 11:30:29 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPHyW-0005Jq-00 for ; Sun, 16 May 2004 11:30:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BPHxD-0003Bi-MB for emacs-devel@quimby.gnus.org; Sun, 16 May 2004 05:29:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BPHwa-00034z-Qt for emacs-devel@gnu.org; Sun, 16 May 2004 05:28:29 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BPHvx-0002pB-4B for emacs-devel@gnu.org; Sun, 16 May 2004 05:28:20 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1BPHvw-0002k7-6t for emacs-devel@gnu.org; Sun, 16 May 2004 05:27:48 -0400 Original-Received: (qmail 13762 invoked by uid 65534); 16 May 2004 09:27:35 -0000 Original-Received: from pD951F40E.dip.t-dialin.net (EHLO slowfox.dyndns.org.mci.com) (217.81.244.14) by mail.gmx.net (mp025) with SMTP; 16 May 2004 11:27:35 +0200 X-Authenticated: #361006 Original-To: Luc Teirlinck In-Reply-To: <200405141453.i4EErEQ16894@raven.dms.auburn.edu> (Luc Teirlinck's message of "Fri, 14 May 2004 09:53:14 -0500 (CDT)") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (berkeley-unix) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23522 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23522 Luc Teirlinck writes: > Kai Grossjohann wrote: > > Please see the variable tramp-chunksize, try to set it to 500 to see > what happens, and also do what the docstring says. > > I executed the function in the tramp-chunksize docstring. Result: > > "Bytes sent: 1000 Bytes received: 1000" > > That seems to indicate that my system does not have the problem > referred to in the docstring. One person has reported that the Lisp needs to be applied to a much larger number than 1000 to see the problem. But I think that in your case it is the reentrant calls of Tramp that are causing the problems. Kai