From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs locked when internet connection is cut... [+ help-gnu-emacs: Invalid read syntax: ")" ] Date: Mon, 07 May 2018 21:05:39 +0300 Message-ID: <83a7tbqr2k.fsf@gnu.org> References: <83r2mvqvaq.fsf@gnu.org> <4260C366-2B75-4501-BD7A-7D224C9C50A7@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1525716289 19593 195.159.176.226 (7 May 2018 18:04:49 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 7 May 2018 18:04:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jean-Christophe Helary Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 07 20:04:45 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fFkVA-0004yP-E5 for ged-emacs-devel@m.gmane.org; Mon, 07 May 2018 20:04:44 +0200 Original-Received: from localhost ([::1]:47480 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFkXH-0006Sx-GZ for ged-emacs-devel@m.gmane.org; Mon, 07 May 2018 14:06:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFkWC-0006RT-Dw for emacs-devel@gnu.org; Mon, 07 May 2018 14:05:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFkW6-0004TZ-3v for emacs-devel@gnu.org; Mon, 07 May 2018 14:05:47 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFkW6-0004TT-0M; Mon, 07 May 2018 14:05:42 -0400 Original-Received: from [176.228.60.248] (port=4969 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fFkW5-0003rl-2e; Mon, 07 May 2018 14:05:41 -0400 In-reply-to: (message from Jean-Christophe Helary on Mon, 7 May 2018 17:03:24 +0900) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:225129 Archived-At: > From: Jean-Christophe Helary > Date: Mon, 7 May 2018 17:03:24 +0900 [Please don't cross-post to emacs-devel and help-gnu-emacs.] > This must be a bug... > > When I reconfigured emacs with --enable-checking='yes,glyphs' --enable-check-lisp-object-type > CFLAGS='-O0 -g3', to attach gdb, I ended up with a build that generated an "Invalid read syntax ")" error every > time I started emacs *even though I had not modified my init file* (~/.emacs.el). > > Once I reverted to a normal configuration, that same init file was evaluated without any issues. > > Also, When I was running emacs -q on that modified configuration the issue seemed to center on the (require > 'package) line, but when I commented it out I still had the same error... > > What can I do to investigate this ? Put a breakpoint in Fsignal, and when it reports this error, show the backtrace. But first, I suggest to see if you aren't hit by the fontconfig LC_NUMERIC issue, as I wrote in the other list. And pease show the details of your Emacs build, those that report-emacs-bug collects. It could be important.