GNU bug report logs - #190
23.0.60; vc inflooping

Previous Next

Package: emacs;

Reported by: Michael Welsh Duggan <md5i <at> cs.cmu.edu>

Date: Mon, 5 May 2008 00:05:06 UTC

Severity: normal

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 190 in the body.
You can then email your comments to 190 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#190; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Michael Welsh Duggan <md5i <at> cs.cmu.edu>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Michael Welsh Duggan <md5i <at> cs.cmu.edu>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.60; vc inflooping
Date: Sun, 04 May 2008 19:55:47 -0400
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

emacs -Q
C-x C-f /tmp/foo RET
This is a test file
C-x C-s
C-x v i yes RET
C-x v v

Symptoms: find-auto-coding: Variable binding depth exceeds
max-specpdl-size

max-specpdl-size is a variable defined in `C source code'.
Its value is 1040

M-: (setq max-specpdl-size 2000)
C-x v v [in buffer foo]

Same error

M-: (setq max-specpdl-size 10000)
C-x v v [in buffer foo]
find-auto-coding: Lisp nesting exceeds `max-lisp-eval-depth'

max-lisp-eval-depth is a variable defined in `C source code'.
Its value is 400

M-: (setq max-lisp-eval-depth 10000)

Emacs takes a long, long time.

C-g
M-x toggle-debug-on-quit
C-x v v [wait a couple seconds]
C-g

Bottom of *Bactrace* buffer:

  vc-rcs-checkout-model(("/tmp/foo"))
  vc-rcs-fetch-master-state("/tmp/foo")
  vc-rcs-checkout-model(("/tmp/foo"))
  vc-rcs-fetch-master-state("/tmp/foo")
  vc-rcs-checkout-model(("/tmp/foo"))
  vc-rcs-fetch-master-state("/tmp/foo")
  vc-rcs-checkout-model(("/tmp/foo"))
  apply(vc-rcs-checkout-model ("/tmp/foo"))
  vc-call-backend(RCS checkout-model ("/tmp/foo"))
  vc-checkout-model(RCS ("/tmp/foo"))
  vc-next-action(nil)
  call-interactively(vc-next-action nil nil)


So, there's an infloop happening.


In GNU Emacs 23.0.60.6 (i686-pc-linux-gnu, GTK+ Version 2.12.9)
 of 2008-05-04 on maru
Windowing system distributor `The X.Org Foundation', version 11.0.10400090
configured using `configure  '--without-toolkit-scroll-bars' '--with-dbus' '--enable-font-backend''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.utf8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
  display-time-mode: t
  shell-dirtrack-mode: t
  senator-minor-mode: t
  semantic-idle-summary-mode: t
  semantic-idle-scheduler-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
C-p C-p C-p C-p C-p <escape> > C-p C-p C-p C-p C-p 
C-p C-f C-f M-x d e b u g - o n <tab> <return> <return> 
q M-x C-g C-g C-x C-g q M-x t o g g l e - d e <tab> 
q <tab> <return> C-x v v d d d d d d d d d d d d d 
d d d d d d d d d d d d d d d d d d d d d d d d d d 
d d d d d d d d d d d d d d d d d d d d d d d d d d 
d d c c c c c d d d d d d d d d d d d d d d d d d d 
d d d d d d d d d d d d d d d d d d d d d d d d d d 
d d d d d d d d d d d d d d d d d d d d d d d d d d 
d d d d d d d d d d d d d d d d d d d d d d d d d d 
d d d d d d d d c c c c c d d d d d d d d d d d d d 
d d d d d d d d d d d d d d d d d d c c d d d d d d 
d d d d d d d d d d d d q M-x C-g C-g M-x r e p o r 
t - e m <tab> <return>

Recent messages:
Entering debugger...
Proceeding, will debug on next eval or call.
Entering debugger...
Proceeding, will debug on next eval or call.
Entering debugger...
Proceeding, will debug on next eval or call.
Entering debugger...
Proceeding, will debug on next eval or call.
Entering debugger...
Back to top level.
Don't touch it!  It's the History Eraser Button, you fool! [2 times]
-- 
Michael Welsh Duggan
(md5i <at> cs.cmu.edu)






Reply sent to Stefan Monnier <monnier <at> iro.umontreal.ca>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to Michael Welsh Duggan <md5i <at> cs.cmu.edu>:
bug acknowledged by developer. Full text and rfc822 format available.

Message #10 received at 190-close <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: 190-close <at> debbugs.gnu.org
Subject: vc inflooping
Date: Mon, 05 May 2008 02:38:22 -0400
Thank you, should be fixed now,


        Stefan




bug archived. Request was from Debbugs Internal Request <don <at> donarmstrong.com> to internal_control <at> emacsbugs.donarmstrong.com. (Mon, 02 Jun 2008 14:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 17 years and 74 days ago.

Previous Next


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