Hi Uday, welcome back. this crash is fixed for me by the following patch which makes newlim twice as large. I wasnt able to make the emacs developers implement this in the distribution, so am compiling myself... ratio += ratio / 3; /* Add in some extra to cover what we're likely to use for other reasons. [FIX: added (...)*2] */ newlim = (re_max_failures * ratio + 200000)*2; On Wed, Oct 29, 2014 at 6:53 PM, Uday Reddy