From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2398 invoked by alias); 28 Oct 2014 05:26:25 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 2384 invoked by uid 89); 28 Oct 2014 05:26:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: EXE02-WPP.cisra.canon.com.au Received: from b.mx.cisra.com.au (HELO EXE02-WPP.cisra.canon.com.au) (203.12.173.72) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 28 Oct 2014 05:26:21 +0000 Received: from EXM01-WVP.cisra.canon.com.au (203.12.172.254) by EXE02-WPP.cisra.canon.com.au (203.12.173.72) with Microsoft SMTP Server (TLS) id 14.3.210.2; Tue, 28 Oct 2014 16:26:16 +1100 Received: from eccard.cisra.canon.com.au (10.15.5.30) by EXM01-WVP.cisra.canon.com.au (10.25.1.200) with Microsoft SMTP Server (TLS) id 14.2.347.0; Tue, 28 Oct 2014 16:26:16 +1100 Message-ID: <544F28F8.2050703@cisra.canon.com.au> Date: Tue, 28 Oct 2014 05:26:00 -0000 From: Luke Kendall User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "cygwin@cygwin.com" CC: audit Subject: Fish 2.1.0 aborted Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00473.txt.bz2 Sorry, I tried but I couldn't repeat this crash of fish, when I tried it today for the first time. But the diagnostic output from fish was reasonable, so it may help. BTW, startup of fish took at least 30 seconds before anything started happening. luke@PCname:/home/luke $ fish Welcome to fish, the friendly interactive shell Type help for instructions on how to use fish bind: Key with name 'dc' does not have any mapping bind: Key with name 'ppage' does not have any mapping bind: Key with name 'npage' does not have any mapping luke@CID ~> ls _gimp1.2/ [...] wk/ # Next, I typed "nf" (maybe: nf") and this is what happened: luke@CID ~> nWarning: exec_subshell called off of main thread. Break on debug_thread_error to debug. luke@CID ~> nf pthread_mutex_unlock(lock_obj) failed on line 2243 in file common.cpp: 2 (No such file or directory) Aborted luke@PCname:/home/luke $ fish luke@CID ~> ls [...] wk/ # But I was unable to reproduce the crash, as you can see: luke@CID ~> nWarning: exec_subshell called off of main thread. Break on debug_thread_error to debug. luke@CID ~> nf fish: Unknown command 'nf' luke@CID ~> nWarning: exec_subshell called off of main thread. Break on debug_thread_error to debug. luke@CID ~> nWarning: exec_subshell called off of main thread. Break on debug_thread_error to debug. luke@CID ~> nWarning: exec_subshell called off of main thread. Break on debug_thread_error to debug. luke@CID ~> nWarning: exec_subshell called off of main thread. Break on debug_thread_error to debug. luke@CID ~> nf-config $ fish --version fish, version 2.1.0 This is on a 32 bit version of Cygwin (installed from about the Oct 2 2014 version of Cygwin). I just thought I'd report this, FWIW. luke -- 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