From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28113 invoked by alias); 28 Aug 2012 06:14:53 -0000 Received: (qmail 28099 invoked by uid 22791); 28 Aug 2012 06:14:50 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,KHOP_RCVD_TRUST,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; Tue, 28 Aug 2012 06:14:36 +0000 Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 6040620F94 for ; Tue, 28 Aug 2012 02:14:36 -0400 (EDT) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute4.internal (MEProxy); Tue, 28 Aug 2012 02:14:36 -0400 Received: from [192.168.1.3] (unknown [50.88.210.98]) by mail.messagingengine.com (Postfix) with ESMTPA id E255F8E0205; Tue, 28 Aug 2012 02:14:35 -0400 (EDT) Message-ID: <503C61C2.2010406@cwilson.fastmail.fm> Date: Tue, 28 Aug 2012 06:14: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: coredumps with fc-cache, fc-list Content-Type: text/plain; charset=ISO-8859-1; 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/msg00034.txt.bz2 While trying to debug the problem with my new build of rxvt-unicode, I find that I am getting a segfault way down deep in libfreetype. I rebuilt libfreetype with the new cygport, so I could get those handy debug symbols, and spent some time trudging thru that. Then, since libfreetype is actually called by libfontconfig, and not directly by rxvt-unicode, I decided to download the -src package and rebuild THAT, too -- again, so I could have debug symbols for a few of my intervening stack frames. The (re)build of fontconfig-2.8.0-2 went fine, but when setup installed it, I got an error during postinstall. Setup.log.full says: 2012/08/28 01:38:48 running: C:\cygwin-1.7\bin\bash.exe --norc --noprofile "/etc/postinstall/fontconfig.sh" /etc/postinstall/fontconfig.sh: line 2: 4164 Segmentation fault (core dumped) /usr/bin/fc-cache -r Ick. So, I reinstalled the "real" version...and I got the same message: 2012/08/28 01:53:01 running: C:\cygwin-1.7\bin\bash.exe --norc --noprofile "/etc/postinstall/fontconfig.sh" /etc/postinstall/fontconfig.sh: line 2: 6856 Segmentation fault (core dumped) /usr/bin/fc-cache -r Running 'fc-list : family' also coredumps (using the official fontconfig-2.8.0-2). *=-=-=-=-=-=-=-=-=* I next ran 'fc-cache -fsv' as Adminstrator, and everything went swimmingly...until I got to the Windows dir: ... /usr/share/texmf-dist/fonts/type1/urw/times: caching, new cache contents: 4 fonts, 0 dirs /usr/share/texmf-dist/fonts/type1/urw/zapfchan: caching, new cache contents: 1 fonts, 0 dirs /usr/share/texmf-dist/fonts/type1/urw/zapfding: caching, new cache contents: 1 fonts, 0 dirs /cygdrive/c/Windows/Fonts: Segmentation fault (core dumped) FWIW, I have 469 true type fonts in Windows/Fonts. There are a mixture of fonts identified by Windows as "TrueType" and "OpenType" even tho they all end in .ttf. Three of the font files have spaces in their names. /cygdrive/c/Windows/Fonts/Envy Code R Bold.ttf /cygdrive/c/Windows/Fonts/Envy Code R Italic.ttf /cygdrive/c/Windows/Fonts/Envy Code R.ttf I tried removing those three offenders, just in case, and re-running fc-cache but it still dumped core. Any ideas? I'm going to try, just for grins and giggles, installing a self-built version of fontconfig-2.10.$latest and see if that helps matters...but I won't be able to do so until Thursday at the earliest. -- 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/