bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#29661: 27.0.50; emacs crashing on exchange-point-and-mark


From: Robert Marshall
Subject: bug#29661: 27.0.50; emacs crashing on exchange-point-and-mark
Date: Wed, 13 Dec 2017 14:01:39 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Robert Marshall <robert.marshall@codethink.co.uk> writes:

>
> I can reliably replicate this error by opening this large file,
> searching for a string that only appears on the last line and
> exchange-point-and-mark'ing
>

So this python

#!/usr/bin/python
num = 1000000
while num:
    print "123456789012345678901234567890"
    num = num -1
print "eureka"

redirecting output to a file, open that file with emacs -Q
incremental search for eur then C-x C-x  move the cursor down one or two
lines and emacs consistently crashes for me

Robert







reply via email to

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