|
From: | Bruce Dubbs |
Subject: | bug#21755: new snapshot available: grep-2.21.82-fbc5 |
Date: | Tue, 27 Oct 2015 10:49:02 -0500 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 |
Paul Eggert wrote:
Bruce Dubbs wrote:( ulimit -s 50; LC_ALL=C src/grep -P -n '^([/](?!/)|[^/])*~/.*' pcrejit.txt ) but changing to a ulimit of 40 KB, it consistently segfaults. That also jibes with what valgrind --tool=massif --stacks=yes reports.$ valgrind --tool=massif --stacks=yes ./grep -P -n '^([/](?!/)|[^/])*~/.*' pcrejit.txtMaybe the LC_ALL=C in Jim's test explains the differing behaviors?
I don't think so. I do not have any LC/LANG/LANGUAGE variables defined. One thing that may be different is that I used
--enable-unicode-properties when building pcre. http://www.linuxfromscratch.org/blfs/view/svn/general/pcre.html -- Bruce
[Prev in Thread] | Current Thread | [Next in Thread] |