Path: csiph.com!goblin2!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Alexander Shukaev Newsgroups: gnu.emacs.bug Subject: bug#43177: Bug: Emacs 27.1 hangs forever in `FcCharSetSubtractCount' from '/usr/lib/libfontconfig.so.1' Date: Thu, 3 Sep 2020 11:53:05 +0200 Lines: 29 Sender: "Debbugs-submit" Approved: bug-gnu-emacs@gnu.org Message-ID: References: <7bb2d5e3-1abf-08d6-d7c8-0f1bd139815e@Alexander.Shukaev.name> <3598262d-b65c-b1b4-310a-29149fd89ebf@Alexander.Shukaev.name> <04c384ac-bfbe-6073-829c-20712053bb1d@Alexander.Shukaev.name> <28ddec32-bee2-e6fd-d572-b09766f2be37@Alexander.Shukaev.name> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: usenet.stanford.edu 1599126843 7382 209.51.188.17 (3 Sep 2020 09:54:03 GMT) X-Complaints-To: action@cs.stanford.edu Cc: 43177@debbugs.gnu.org To: Robert Pluim Envelope-to: bug-gnu-emacs@gnu.org X-Loop: help-debbugs@gnu.org Resent-From: Alexander Shukaev Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 03 Sep 2020 09:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43177 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: X-Originating-IP: 95.223.75.175 In-Reply-To: <04c384ac-bfbe-6073-829c-20712053bb1d@Alexander.Shukaev.name> Content-Language: en-US X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.0 (-) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <28ddec32-bee2-e6fd-d572-b09766f2be37@Alexander.Shukaev.name> X-Mailman-Original-References: <7bb2d5e3-1abf-08d6-d7c8-0f1bd139815e@Alexander.Shukaev.name> <3598262d-b65c-b1b4-310a-29149fd89ebf@Alexander.Shukaev.name> <04c384ac-bfbe-6073-829c-20712053bb1d@Alexander.Shukaev.name> Xref: csiph.com gnu.emacs.bug:134815 On 03/09/2020 11:50, Alexander Shukaev wrote: > On 03/09/2020 11:40, Alexander Shukaev wrote: >> (gdb) f 7 >> #7  0x0000555555a8d875 in xfont_supported_scripts >> (display=0x555556594940, fontname=0x55556a79e428 "-misc-trirong >> medium-medium-i-normal--0-0-0-0-p-0-iso10646-1", >> props=XIL(0x7ffff27926e5), >>      encoding=0x7ffff23ab8d0) at xfont.c:266 >> 266          xfont = XLoadQueryFont (display, fontname); >> (gdb) pp fontname >> # >> (gdb) pp fontname >> # >> (gdb) p fontname >> $3 = 0x55556a79e428 "-misc-trirong >> medium-medium-i-normal--0-0-0-0-p-0-iso10646-1" >> (gdb) > > It appears to always be different `fontname' here as I try multiple > times to reproduce.  Maybe it's not really hanging but is merely > ultra-slow somehow in looping over the fonts here.  Any ideas? Hmm, right, waited for about a minute or so, and the file got opened finally. Reopening it was instant as well as if something got cached/loaded already. So any ideas how to speed things up here? I don't think I've encountered that with 26.3...