On Thu, Nov 14, 2013 at 10:33:04AM -0500, Chris Betti wrote: >Segmentation fault caused when running this command in a local git >repository. Full permissions are available to the user: > >> grep -RIin "foo" . >Segmentation fault (core dumped)
Sorry but I can't duplicate this so I assume it is content dependent. Possibly strace will show if there is a specific file which is causing a problem. This is not a request to post strace output here. Look for a line in strace which begins with a dash and scan up, looking for any odd filenames. If anything jumps out then please send it here. You could also try installing grep-debuginfo and see if gdb shows anything. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple