emacs-devel
[Top][All Lists]
Advanced

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

Re: re-search-forward/backward causes a segmentation fault


From: Richard Stallman
Subject: Re: re-search-forward/backward causes a segmentation fault
Date: Sat, 11 Oct 2003 01:37:21 -0400

The regexp you showedme is too big to be handled with the current
regexp format.  The bug was that regex.c thought that 2^16 bytes was
the limit.  Since jump offsets are signed, really only 2^15 bytes can
be accommodated.





reply via email to

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