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:subject:references:from:to:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=yOqIcAf76EajJE/b OoZYtri+U9cIkYAixdwsEZ94Hk5asQRB8GeuUMDONDhF8a1xdRFpqzBBKLxkZQUI ykZVWHdwkN1flfmFUcVvebKpHPA+y7UAZ8hrCN2qGSMBoUZoSRhS23kKA6FxOCTL 820PKQOqxAFH2uuH9frGlbD1J1s= 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:subject:references:from:to:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=jmGkYjs/fBjmolSziTqmut 5GyGo=; b=nC8vyMZ4p1THkfVCcIY8u4+Ln3sSWa+peEKLcpDHWgTPdTyUZNAxa0 m0kXsKwXVnZW65K6hGcVi/0f590lEHlWjfLXbO5dI659RRzEtzbES1Ttk2n2UJ7D BVKI4cuvXtI0joJEFYJhiokobjGv4GB47l2OG56SIaxsNao+Au6nI= 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=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=died, HContent-Transfer-Encoding:8bit X-HELO: mout.gmx.net Subject: Re: git gui won't run: error: git-gui died of signal 11 References: From: Rainer Blome X-Enigmail-Draft-Status: N1010 To: cygwin AT cygwin DOT com Message-ID: <56AE89D6.2070201@gmx.de> Date: Sun, 31 Jan 2016 23:25:26 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-UI-Out-Filterresults: notjunk:1;V01:K0:kl5SzYZJN+A=:FROOLynkP/XQOHXuQxNIMs zrD3HW/Tzyrvu3yGmiiLB1gYbxS5mxu1SzHr/XUr7Fnvr/sMNhdCiL97Gv3OEJ8+Gi/ww8/Ds 1fdq5HjCY1aIUjpsaqgQyiHoNjKTGA1UaAz8AvgqDeuV1wWWW9ZRN/n0wzxliROGre5iBFmQx lON03vtQMI03XHgmFU5XY0ZvlZAJMGnf3xxBhJl6AIfiIjL7mwxxEFQpC4e+XVT1j7hGQOyrC 5ZzHKqFRuwbT64azvnADTP9RNlId1z/BANUqr/lUlA1iyUv6eZw8m07MwmhkBMsz6+42C1sL4 nN7XqDEh2G5LdCyF4E4vCjfozOdZ7+GgQhqC6cXUYoCiorW2f4NTZYjzsn9zL7sua4Pt+eV5H X8MnUC1i01AsHzwZB3o6iAoqlu7+dAxQf9szVmbGixiDOEpgGH8t74I5G4AM6DSIHJiOSw0oP f7n48Ym808viqD5ExXHIgReO/kd9hMBHRzdbGUEFcual+PydhPqrNfuum9G06MA654X8ynnLO sldR46dtNUdPY8XJ4NSj25wDPjiB9o0chrxo7EQlyJw3J+jYJ4uuc3CmBYzm61aGkMdiv1frO SERn8x4pBoXZ8/E60m0Qzc6L5dW1NWZCBhKgkcdj3Awqn5Wxv88Y+PZC6A8M2NDCk5qVCSTp6 2se/XZxJ3pfsivgE5EVk0B0rq6LttpYRUkjae2XCCl8kS9VetRhmxf2LTN+JnJA65gAHu4b8k uZavMx0Sav+KxHRMWKYFnbPuUJydyYuuNA7FhrR2fy7mbNlZCp/CoRafwqT2ZrAXpcb8o565Y DKgdPwQ X-IsSubscribed: yes On 29.01.2016 03:04, Matt Seitz wrote: > When I try to run "git gui" I get the following error: > > Matt AT hp /cygdrive/c/Users/Matt > $ git gui > error: git-gui died of signal 11 > > Log files attached. It looks like you called `git gui` from your home directory. That is unusual - is your entire home directory a git repo? If not, what happens when you call git gui from inside an existing git repo? That stack trace is mostly empty, no frames to see inside. Looks like it crashed early, or something went wrong with writing the stack trace itself. Recently, I had an issue with Cygwin git, too. It was triggered by an outdated /etc/passwd file. If you have one, try renaming that temporarily, start a new Cygwin session and see if that helps. -- 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