GNU bug report logs - #7880
Emacs freezes after a while

Previous Next

Package: emacs;

Reported by: skjelnes <at> robin.no

Date: Fri, 21 Jan 2011 14:33:01 UTC

Severity: normal

Merged with 7818

Found in version 23.1

Done: Chong Yidong <cyd <at> stupidchicken.com>

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 7880 in the body.
You can then email your comments to 7880 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 owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#7880; Package emacs. (Fri, 21 Jan 2011 14:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to skjelnes <at> robin.no:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 21 Jan 2011 14:33:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sigmund Skjelnes <skjelnes <at> robin.no>
To: bug-gnu-emacs <at> gnu.org
Subject: Emacs freezes after a while
Date: Fri, 21 Jan 2011 15:04:23 +0100
To: bug-gnu-emacs <at> gnu.org
Subject: 23.1; Emacs freezes after a while
--text follows this line--
Emacs freezes after a while

Even it's unlikely that .emacs should be of any cause, I'll include it
anyway:
(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(inhibit-startup-screen t))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )

;; 180111: Makroer for æøå

(fset 'aelig
   "&aelig;")
(fset 'aring
   "&aring;")
(fset 'oslash
   "&oslash;")
(fset 'aaelig
   "&Aelig;")
(fset 'aaring
   "&Aring;")
(fset 'ooslash
   "&Oslash;")
(add-hook 'html-mode-hook
   (lambda ()
      (local-set-key "æ" 'aelig)
      (local-set-key "ø" 'oslash)
      (local-set-key "å" 'aring)
      (local-set-key "Æ" 'aaelig)
      (local-set-key "Ø" 'ooslash)
      (local-set-key "Å" 'aaring)
   )
)
------------------------

System is Ubuntu 10.10, and Emacs is installed from Ubuntu Software
Center

Sigmund
skjelnes <at> robin.no


In GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0)
 of 2010-03-29 on rothera, modified by Debian
Windowing system distributor `The X.Org Foundation', version
11.0.10900000
configured using `configure  '--build=i486-linux-gnu'
'--host=i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib'
'--libexecdir=/usr/lib' '--localstatedir=/var/lib'
'--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes'
'--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.1/leim' '--with-x=yes' '--with-x-toolkit=gtk' '--with-toolkit-scroll-bars' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g' '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_US.utf8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

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

Recent input:
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<menu-bar> <help-menu> <send-emacs-bug-report>

Recent messages:
Loading 00debian-vars...done
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el
(source)...done
Loading debian-ispell...done
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el
(source)...done
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done
Loading /etc/emacs/site-start.d/50psvn.el (source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.
/usr/bin/mail is not an executable.  Setting mail-interactive to t.







Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#7880; Package emacs. (Fri, 21 Jan 2011 17:47:01 GMT) Full text and rfc822 format available.

Message #8 received at 7880 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: skjelnes <at> robin.no
Cc: 7880 <at> debbugs.gnu.org
Subject: Re: bug#7880: Emacs freezes after a while
Date: Fri, 21 Jan 2011 12:54:00 -0500
Sigmund Skjelnes wrote:

> Emacs freezes after a while
[...]
> In GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0)
>  of 2010-03-29 on rothera, modified by Debian

There are several known problems with 23.1 and newer gtk versions.
Please trying updating to a later version. Debian's latest is 23.2+1-7.




bug closed, send any further explanations to skjelnes <at> robin.no Request was from Chong Yidong <cyd <at> stupidchicken.com> to control <at> debbugs.gnu.org. (Wed, 26 Jan 2011 02:28:02 GMT) Full text and rfc822 format available.

Forcibly Merged 7818 7880. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 17 Feb 2011 06:24:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 17 Mar 2011 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 14 years and 154 days ago.

Previous Next


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