X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=jmy+h9sZ9ikusacUAR1mmE1IiNcLNcbmwBDkpVBgaFpwNfTMow5ZU saC6tCSw7+EPnOAUHr+iqA5mn+0snLfH3m61ByhMXSQw7XMpTM+CN4Tfpz8s4XUk aQdgmfL8qir7bEK4VYL8042UxGUv1j7NT1gHGvojrgnI9iMs8wa+wM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=Z9BGYoiy14D3CgLbTKdFKn3FMxI=; b=lqdRa4oJnRu+l4kFlB2veDZB5iI2 BQmwkoxQUwM2RTHn+s2Qm7Kc6TWVhkhQEaZsso3WR5UiIsAZAwoJOKdtTtBkxqBR wPp/si9mXjj12bcxM7+kz90ufwZIqMDDJq1PoPvYaZIUJZuxLOPaDUtZn+opR/Jt P+vM5wiTOMIOCcE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mho-02-ewr.mailhop.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/IZxBRXVnaOOb3n+n3SQ2h Date: Fri, 13 Dec 2013 14:33:09 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Recursive, case insensitive grep (2.14-1 x86-64 MS Windows) causes Exception: STATUS_ACCESS_VIOLATION at rip=000773B2F42 Message-ID: <20131213193309.GA3554@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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