all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: owner@emacsbugs.donarmstrong.com (Emacs bug Tracking System)
To: Chong Yidong <cyd@stupidchicken.com>
Subject: bug#2106: marked as done (end-of-defun loops on malformed python  code)
Date: Sat, 31 Jan 2009 16:30:05 +0000	[thread overview]
Message-ID: <handler.2106.D2106.123341888919022.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: E1LSYBo-0006q0-BL@debook

[-- Attachment #1: Type: text/plain, Size: 899 bytes --]


Your message dated Sat, 31 Jan 2009 11:22:01 -0500
with message-id <87wscbtphy.fsf@cyd.mit.edu>
and subject line Re: bug#2106: 23.0.60; which-function-mode locks up emacs 23 with 100% cpu
has caused the Emacs bug report #2106,
regarding end-of-defun loops on malformed python code
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2106: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2106
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 6378 bytes --]

From: Sid <bvk.groups@gmail.com>
To: emacs-pretest-bug@gnu.org
Cc: rfrancoise@debian.org
Subject: 23.0.60; which-function-mode locks up emacs 23 with 100% cpu
Date: Thu, 29 Jan 2009 20:18:20 +0530
Message-ID: <E1LSYBo-0006q0-BL@debook>


hi,


I noticed that if i have which-function-mode enabled in my init script
(~/.emacs) and i open any malformed python file it locks up the emacs
window with 100% cpu utilization.  Python file doesn't show up on the
window and I have to cancel it by pressing C-g.

If i had desktop-save-mode enabled too and i start emacs in daemon
mode, I noticied that parent process simply waits for the child to
complete (because desktop session had this malformed python file
listed.)  What is worse is, if i kill parent process using C-c, i get
my terminal back, but the child continues to eat 100% cpu in the
background :-(

I found this with couple of days old CVS tree and also with
emacs-snapshot package from http://emacs.orebokech.com/.

Malformed python file content is:

    #!/usr/bin/env python
    
    from sqlalchemy import *
    from sqlalchemy.schema import *
    from sqlalchemy.orm import *
    
    class Person:
        pass
    
    mapper(Person, person_table, 
                         
    class Employee:
        pass
    

thanks,
bvk-chaitanya


In GNU Emacs 23.0.60.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11)
 of 2009-01-27 on elegiac, modified by Debian
 (emacs-snapshot package, version 1:20090126-1)
configured using `configure  '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.60/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.60/site-lisp:/usr/share/emacs/site-lisp' '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS=''

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_IN
  value of $XMODIFIERS: nil
  locale-coding-system: iso-latin-1-unix
  default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  which-function-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  global-auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
ESC [ > 0 ; 2 3 5 ; 0 c C-x b C-g C-x C-f d b . TAB 
RET ESC O B ESC x r e c DEL p o TAB r t - e m TAB 
RET

Recent messages:
Skipping dictionaries-common setup for emacs-snapshot
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done
Loading /etc/emacs/site-start.d/50festival.el (source)...done
Loading /etc/emacs/site-start.d/50psvn.el (source)...done
Loading /etc/emacs/site-start.d/50python-docutils.el (source)...done
Loading /etc/emacs/site-start.d/50ruby1.8-elisp.el (source)...done
Loading /etc/emacs/site-start.d/50yaml-mode.el (source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.
Quit [2 times]
Making completion list...




[-- Attachment #3: Type: message/rfc822, Size: 1248 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: Sid <bvk.groups@gmail.com>
Cc: Juanma Barranquero <lekktu@gmail.com>, 2106-done@emacsbugs.donarmstrong.com
Subject: Re: bug#2106: 23.0.60; which-function-mode locks up emacs 23 with 100% cpu
Date: Sat, 31 Jan 2009 11:22:01 -0500
Message-ID: <87wscbtphy.fsf@cyd.mit.edu>

This was not a bug in Python; it was a bug in end-of-defun, which was
"cleaned up" in Emacs 23.  I've checked in a fix.


      parent reply	other threads:[~2009-01-31 16:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87wscbtphy.fsf@cyd.mit.edu>
2009-01-29 14:48 ` bug#2106: 23.0.60; which-function-mode locks up emacs 23 with 100% cpu Sid
2009-01-30  8:53   ` Juanma Barranquero
2009-01-30  9:38     ` BVK
2009-01-30  9:54       ` Juanma Barranquero
2009-01-31 16:30   ` Emacs bug Tracking System [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.2106.D2106.123341888919022.ackdone@emacsbugs.donarmstrong.com \
    --to=owner@emacsbugs.donarmstrong.com \
    --cc=cyd@stupidchicken.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.