From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Tramp with global-auto-revert-mode. Date: Thu, 13 May 2004 18:24:11 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200405132324.i4DNOBs14811@raven.dms.auburn.edu> References: <200405122254.i4CMsUj29445@raven.dms.auburn.edu> <200405122326.i4CNQk929511@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1084492338 22296 80.91.224.253 (13 May 2004 23:52:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 May 2004 23:52:18 +0000 (UTC) Cc: kai@emptydomain.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri May 14 01:52:07 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 1BOPzj-00019o-00 for ; Fri, 14 May 2004 01:52:07 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BOPzi-0004dp-00 for ; Fri, 14 May 2004 01:52:06 +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 1BOPxA-0003VS-TD for emacs-devel@quimby.gnus.org; Thu, 13 May 2004 19:49:28 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BOPiH-0000FL-RB for emacs-devel@gnu.org; Thu, 13 May 2004 19:34:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BOPbY-0006zz-Qx for emacs-devel@gnu.org; Thu, 13 May 2004 19:27:41 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BOPZ3-0006Uv-RG for emacs-devel@gnu.org; Thu, 13 May 2004 19:24:34 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i4DNOJTS000923; Thu, 13 May 2004 18:24:19 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i4DNOBs14811; Thu, 13 May 2004 18:24:11 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: storm@cua.dk In-reply-to: (storm@cua.dk) 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:23365 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23365 Kim Storm wrote: Always include an xbacktrace please! (gdb) xbacktrace Invalid number -2147483630 of repetitions. > #31 0x081089e7 in Ffile_readable_p (filename=1754131912) at fileio.c:3096 Calls a tramp handler? Yes. We are inside a timer handler here: That timer handler (at some point) calls accept-process-output, which calls wait_reading_process_input, which may run timers (and does so). > #81 0x081089e7 in Ffile_readable_p (filename=1754131912) at fileio.c:3096 We are inside a timer handler here: I suppose this calls a tramp handler. global-autorevert-mode is active. It calls file-readable-p on a remote file. This call gets handled by Tramp. > #147 0x0810974a in Finsert_file_contents (filename=1754430920, > visit=675044384, beg=675044336, end=675044336, replace=675044336) > at fileio.c:3719 I suppose this calls a tramp handler. Yes. I suppose you did C-x C-f ? Yes. Sincerely, Luc.