emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help debugging a Emacs crash


From: Le Wang
Subject: Re: help debugging a Emacs crash
Date: Sun, 20 Jan 2013 02:59:31 +0800

On Sun, Jan 20, 2013 at 2:40 AM, Eli Zaretskii <address@hidden> wrote:
> Thanks, but could someone please post a reproducible recipe starting
> with "emacs -Q"?
>

1. clone iedit repo

    git clone -b emacs-crash-repro address@hidden:lewang/iedit.git

2. eval

    (push "." load-path)

3. open up "iedit-rect.el", M-x eval-buffer

4. create temp buffer (C-x b "tempbuf")

5. insert (literally, buffer contents between double-quotes):

"It shouldn't crash no matter what
It shouldn't crash no matter what
It shouldn't crash no matter what
It shouldn't crash no matter what
It shouldn't crash no matter what
"

6. goto point-min

7. C-spc

8. goto point-max

9. C-return

10. this is inf loop.  Wait 5 seconds

11. Press C-g


Crash!!!


-- 
Le



reply via email to

[Prev in Thread] Current Thread [Next in Thread]