From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2283 invoked by alias); 29 Aug 2012 08:04:04 -0000 Received: (qmail 2266 invoked by uid 22791); 29 Aug 2012 08:04:01 -0000 X-SWARE-Spam-Status: No, hits=-7.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,TW_RX X-Spam-Check-By: sourceware.org Received: from out1-smtp.messagingengine.com (HELO out1-smtp.messagingengine.com) (66.111.4.25) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Aug 2012 08:03:39 +0000 Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 0428C20BC4 for ; Wed, 29 Aug 2012 04:03:39 -0400 (EDT) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute5.internal (MEProxy); Wed, 29 Aug 2012 04:03:39 -0400 Received: from [192.168.1.3] (unknown [50.88.210.98]) by mail.messagingengine.com (Postfix) with ESMTPA id 9CACA8E01DE; Wed, 29 Aug 2012 04:03:38 -0400 (EDT) Message-ID: <503DCCD1.9020905@cwilson.fastmail.fm> Date: Wed, 29 Aug 2012 08:04:00 -0000 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com Subject: Re: coredumps with fc-cache, fc-list References: <503C61C2.2010406@cwilson.fastmail.fm> <1346142378.8376.5.camel@YAAKOV04> In-Reply-To: <1346142378.8376.5.camel@YAAKOV04> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com X-SW-Source: 2012-08/txt/msg00037.txt.bz2 On 8/28/2012 4:26 AM, Yaakov (Cygwin/X) wrote: > Fontconfig is WJFFM (Win7 x64, 290 .ttf files in Windows fontdir, none > with spaces). I suspect you have a corrupt or otherwise incorrect font > file in your Windows fontdir. What happens if you remove that directory > from /etc/fonts/fonts.conf? Can you try to narrow it down further to a > specific font file? Yes, that was it. The Thai font Angsana New (Regular) was corrupt; removing it and all the other Angsana TTF files fixed that problem. Now I'm back to debugging, on the Vista machine where gdb actually works [1], the original problem with rxvt-unicode which I encountered on W7 -- that is, whenever I do anything "interesting" (like, say, simply starting vi), my rxvt-unicode terminal crashes with a SIGABRT: Program received signal SIGABRT, Aborted. 0x00000000 in ?? () (gdb) bt #0 0x00000000 in ?? () #1 0x77015490 in ntdll!ZwWaitForSingleObject () from /c/Windows/system32/ntdll.dll #2 0x757b9aa4 in WaitForSingleObjectEx () from /c/Windows/system32/kernel32.dll #3 0x00000564 in ?? () #4 0x00000000 in ?? () No idea why. I have debugging symbols available but...the abort appears to occur down in ntdll somewhere, and I have nothing informative in the remaining backtrace. Sigh. I'm pretty much stumped at this point; my next try will be to build a completely minimal, zero frills, version and see if it works better. If so, then slowly add features back... [1] "Space key + gdb": http://cygwin.com/ml/cygwin/2012-08/msg00571.html -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/