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: Thu, 14 Dec 2017 08:35:21 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

martin rudalics <rudalics@gmx.at> writes:

>> 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
>
> 30 MB without newlines?  This makes my Emacs pretty unresponsive here.
> However, on Windows I apparently don't get such crashes.
>

A python print automatically adds a new line
I assume the windows failure to crash is because there isn't an X failure.

Robert






reply via email to

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