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

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

bug#27585: segfault when evaluating a file containing only backticks


From: Paul Eggert
Subject: bug#27585: segfault when evaluating a file containing only backticks
Date: Fri, 14 Jul 2017 05:09:34 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

Thanks for reporting the bug. I reproduced the problem on Fedora 26 x86-64, fixed it in master by applying the attached patch, and am boldly marking the bug as fixed.

As Eli and Daniel mentioned, this area of Emacs cannot be 100% reliable and to some extent is indeed a "ticking time bomb". That being said, the problem in this particular case was that Emacs had a bad heuristic for guessing whether a segmentation violation address was due to stack overflow on GNU/Linux. This bad heuristic has been in place for years without anybody reporting it. It's good that we fixed this bug (though I hope "normal" users never notice the bug fix :-).

Attachment: 0001-Improve-stack-overflow-heuristic-on-GNU-Linux.patch
Description: Text Data


reply via email to

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