You are not logged in.
Pages: 1
Could anyone confirm if the following steps result in a segfault?
wget http://www.cs.cornell.edu/Courses/cs3110/2009fa/lectures/src/Infer.zip
unzip Infer.zip
cd Infer
GREP_OPTIONS= grep -R --exclude-dir=foo bar *
In the last line, we reset the GREP_OPTIONS environment variable to remove any predefined options. If you remove either "-R" or "--exclude-dir=", grep runs just fine. But with both options, grep segfaults.
Offline
It is a known issue. grep-2.6.2 looks like it will be released upstream tomorrow with a fix.
Offline
I see. Found the bug here: http://bugs.archlinux.org/task/18863
Offline
Pages: 1