|
From: | Paul Eggert |
Subject: | Re: [platform-testers] bug#21755: new snapshot available: grep-2.21.82-fbc5 |
Date: | Tue, 27 Oct 2015 02:06:08 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
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.txt
Maybe the LC_ALL=C in Jim's test explains the differing behaviors?
[Prev in Thread] | Current Thread | [Next in Thread] |