GNU bug report logs - #12251
24.2.50; crash in note_mouse_highlight

Previous Next

Package: emacs;

Reported by: sds <at> gnu.org

Date: Tue, 21 Aug 2012 18:22:01 UTC

Severity: normal

Found in version 24.2.50

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Sam Steingold <sds <at> gnu.org>
To: martin rudalics <rudalics <at> gmx.at>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 12251 <at> debbugs.gnu.org
Subject: Re: bug#12251: 24.2.50; crash in note_mouse_highlight
Date: Mon, 27 Aug 2012 15:05:57 -0400
> * Sam Steingold <fqf <at> tah.bet> [2012-08-27 15:01:55 -0400]:
>
>> * martin rudalics <ehqnyvpf <at> tzk.ng> [2012-08-25 15:40:15 +0200]:
>>
>>> tried, but got a crash in different place instead.
>>
>> Interesting.  Could you try the more invasive patch I attached?  I
>> have no idea what it could break, so please don't do any important
>> work with it.
>
> I rebuilt bzr tip this morning and now I am getting this:
>
> Debugger entered--Lisp error: (error "#<window 3> is not a live window")
>   signal(error ("#<window 3> is not a live window"))
>   error("%s is not a live window" #<window 3>)
>   window-normalize-window(#<window 3> t)
>   record-window-buffer(#<window 3>)
>   set-window-configuration(#<window-configuration>)
>   sds-window-configuration-restore()
>   run-hooks(gnus-suspend-gnus-hook)
>   apply(run-hooks gnus-suspend-gnus-hook)
>   gnus-run-hooks(gnus-suspend-gnus-hook)
>   gnus-group-suspend()
>   call-interactively(gnus-group-suspend nil nil)
>
> when exiting or suspending gnus and

... a similar error when sending e-mail replies after ispell-message .

my relevant settings are:

(add-hook 'message-send-hook 'ispell-message t)
(defvar sds-window-configuration)
(defun sds-window-configuration-save ()
  (setq sds-window-configuration (current-window-configuration)))
(defun sds-window-configuration-restore ()
  (set-window-configuration sds-window-configuration))
(add-hook 'gnus-after-exiting-gnus-hook 'sds-window-configuration-restore)
(add-hook 'gnus-suspend-gnus-hook 'sds-window-configuration-restore)
(add-hook 'gnus-before-startup-hook 'sds-window-configuration-save)

I assume that your patch is in the bzr tree now, I did not apply it.


-- 
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000
http://www.childpsy.net/ http://pmw.org.il http://palestinefacts.org
http://dhimmi.com http://www.memritv.org http://think-israel.org
I don't want to be young again, I just don't want to get any older.




This bug report was last modified 12 years and 155 days ago.

Previous Next


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