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

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

bug#34910: 27.0.50; Too much matching reentrancy


From: Mattias Engdegård
Subject: bug#34910: 27.0.50; Too much matching reentrancy
Date: Tue, 19 Mar 2019 13:50:00 +0100
User-agent: Evolution 3.30.5 (3.30.5-1.fc29)

Here is another improvement: there should be no reason to keep the
regexp busy during the overflow error processing, so release it first.

By the way, is there any reason why only calls to re_search_2 are made
with a busy-marked regexp buffer, not calls to re_search? Are the
latter guaranteed not to be reentrant?

Attachment: 0001-Release-regexp-before-signalling-overflow-error.patch
Description: Text Data


reply via email to

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