all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Sebastien Vauban <sva-news@mygooglest.com>
Cc: 19774@debbugs.gnu.org
Subject: bug#19774: 25.0.50; Emacs crashes when C-u <N> on a Gnus folder (reproducible)
Date: Thu, 05 Feb 2015 18:13:04 +0200	[thread overview]
Message-ID: <8361bgfib3.fsf@gnu.org> (raw)
In-Reply-To: <86y4oc63yh.fsf_-_@example.com>

> From: Sebastien Vauban <sva-news@mygooglest.com>
> Cc: 19774@debbugs.gnu.org
> Date: Thu, 05 Feb 2015 11:35:34 +0100
> 
> > Any hope to get a reproducible recipe?
> 
> Wow, that was /really/ hard, but adding the following customization to
> your .emacs should allow you to reproduce it:
> 
> --8<---------------cut here---------------start------------->8---
> (add-to-list 'load-path "~/.emacs.d/elpa/key-chord-20140929.2246")
> (require 'key-chord)
> (key-chord-mode 1)                      ; NEEDED!
> (with-eval-after-load "key-chord"
>   (key-chord-define-global "x1" 'delete-other-windows)) ; NEEDED!
> 
> (add-to-list 'load-path "~/.emacs.d/elpa/guide-key-20150107.2235")
> (add-to-list 'load-path "~/.emacs.d/elpa/dash-20141220.1452")
> (add-to-list 'load-path "~/.emacs.d/elpa/popwin-20141227.2351")
> (add-to-list 'load-path "~/.emacs.d/elpa/s-20140910.334")
> (require 'guide-key)
> (guide-key-mode 1)                      ; NEEDED!
> --8<---------------cut here---------------end--------------->8---
> 
> (I don't think the versions really matter, except for Key-chord; hence,
> you could remove the add-to-list if you use `package' to load both
> `key-chord' and `guide-key'.)
> 
> After that, do:
> 
> 1. Start up Gnus
> 2. Go onto a folder
> 3. Press `C-u 1' (the "1" seems to be important too; no problem with "9")
> 

Thanks, will try that soon.

Meanwhile, does anyone has an idea how come this happened:

> #5  0x0117b144 in allocate_vectorlike (len=-1) at C:/emacs/repo/src/alloc.c:3117
                                        ^^^^^^^^
> #6  0x0117b219 in allocate_vector (len=-1) at C:/emacs/repo/src/alloc.c:3157
                                     ^^^^^^
> #7  0x01103e28 in make_uninit_vector (size=-1) at C:/emacs/repo/src/lisp.h:3789
                                        ^^^^^^^
> #8  0x0117b418 in Fvector (nargs=-1, args=0x158bcd0 <dumped_data+32528>)
                             ^^^^^^^^
>     at C:/emacs/repo/src/alloc.c:3224
> #9  0x0111d977 in Fthis_single_command_keys () at C:/emacs/repo/src/keyboard.c:10054

It looks like this_command_key_count is -1.  How can that happen?
Should we protect ourselves against this?





  reply	other threads:[~2015-02-05 16:13 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-04 22:34 bug#19774: 25.0.50; Emacs crashes when C-u <N> on a Gnus folder (reproducible) Sebastien Vauban
2015-02-05  3:43 ` Eli Zaretskii
     [not found]   ` <83bnl9f2fk.fsf-mXXj517/zsQ@public.gmane.org>
2015-02-05 10:35     ` Sebastien Vauban
2015-02-05 16:13       ` Eli Zaretskii [this message]
2015-02-06 18:07         ` Stefan Monnier
     [not found]       ` <mailman.19325.1423152849.1147.bug-gnu-emacs@gnu.org>
     [not found]         ` <mailman.19325.1423152849.1147.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2015-02-09 21:17           ` Sebastien Vauban
2015-02-10  3:31             ` Eli Zaretskii
2015-02-14 11:38             ` Eli Zaretskii
     [not found]   ` <mailman.19305.1423132568.1147.bug-gnu-emacs@gnu.org>
     [not found]     ` <mailman.19305.1423132568.1147.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2015-02-18 15:05       ` Sebastien Vauban
2015-02-18 15:38         ` Eli Zaretskii
2015-02-18 16:40           ` Óscar Fuentes
     [not found]             ` <87y4nvgol7.fsf-39ZsbGIQGT7e5aOfsHch1g@public.gmane.org>
2015-02-19  8:39               ` Sebastien Vauban
2015-02-19  8:53                 ` Eli Zaretskii
     [not found]                   ` <83h9ui46zj.fsf-mXXj517/zsQ@public.gmane.org>
2015-02-19  9:09                     ` Sebastien Vauban
2015-02-19 10:05             ` Eli Zaretskii
     [not found]             ` <mailman.414.1424340374.31049.bug-gnu-emacs@gnu.org>
     [not found]               ` <mailman.414.1424340374.31049.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2015-02-19 14:08                 ` Sebastien Vauban
2015-02-19 15:03                   ` Eli Zaretskii
2015-02-19 16:54                     ` Eli Zaretskii
2016-02-07  6:19                       ` Lars Ingebrigtsen

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=8361bgfib3.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=19774@debbugs.gnu.org \
    --cc=sva-news@mygooglest.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.