From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jose A Ortega Ruiz Newsgroups: gmane.emacs.devel Subject: Re: git tip: Error in winner-save-old-configurations (flyspell-post-command-hook): (wrong-type-argument stringp nil) [73 times] Date: Wed, 07 Sep 2022 19:17:23 +0100 Message-ID: <87pmg71230.fsf@mail.jao.io> References: <83illzj4vw.fsf@gnu.org> <83r10ngpub.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6342"; mail-complaints-to="usenet@ciao.gmane.io" Cc: sds@gnu.org, emacs-devel@gnu.org To: Stefan Monnier , Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Sep 07 20:19:11 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oVzdn-0001Ri-Pl for ged-emacs-devel@m.gmane-mx.org; Wed, 07 Sep 2022 20:19:11 +0200 Original-Received: from localhost ([::1]:57618 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oVzdm-00074v-MF for ged-emacs-devel@m.gmane-mx.org; Wed, 07 Sep 2022 14:19:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52610) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVzc7-00069C-Nz for emacs-devel@gnu.org; Wed, 07 Sep 2022 14:17:27 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60562) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVzc6-0002pD-KV; Wed, 07 Sep 2022 14:17:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=+jpDgIVnpXQ8cbAzzpVVdmaAKd60a7TmefwVFM1OzoU=; b=j9w3NCFDgJ5mXZ55noTq bM6ErUcR8ge9ArTMi9iujkidaW4DE57HfTfffWdNDEN7W2cshBB5ub8T9/fSzVcUdZb/YSr60Ggkb p56QA0o60ybBn4k+khKbqMNeQtBzBfPbJZvC0rFc1h122pZjmnRhRdNCMxJt5VmHqmNBfnWWvd10+ nOljeXRDda8ZcQNWtKpNekAllWpFjrchxYykCBB5hf9g1A6VZyYOBXKPG9yaBtpo3SCUkD6I9VCak TOsBb9iP3QvBFfs3hDT3RHYWIDA8Fq7o7jdIy+p4BF7TjWHQrQLGZ6HqqNvxroMRXVMpGjSoKL+/v a577kdB48vh+zg==; Original-Received: from cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net ([92.233.85.247]:53594 helo=rivendell.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVzc6-0002OP-65; Wed, 07 Sep 2022 14:17:26 -0400 Original-Received: from localhost (rivendell.localdomain [local]) by rivendell.localdomain (OpenSMTPD) with ESMTPA id 0944528d; Wed, 7 Sep 2022 18:17:23 +0000 (UTC) In-Reply-To: X-Attribution: jao X-Clacks-Overhead: GNU Terry Pratchett X-URL: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:294864 Archived-At: On Wed, Sep 07 2022, Stefan Monnier wrote: >>> >> Error in winner-save-old-configurations (flyspell-post-command-hook): >>> >> (wrong-type-argument stringp nil) > [...] >> Then I guess you will have to debug this on your system. >> >> One way of doing that is to attach a debugger and put a breakpoint in >> wrong_type_argument. When it breaks, collect both C and Lisp >> backtraces, and post them. > > If you're lucky, the problem will also show up when you simply run > `winner-save-old-configurations` by hand, with > > M-: (winner-save-old-configurations) RET it doesn't for me. another clue might be that i see this error not for nil, but for what looks like a key events sequence, e.g. Error in winner-save-old-configurations (transient--post-command-hook): (wrong-type-argument stringp [3 67108896]) and once i see it, if i keep pressing non-printable keys (like e.g. up or down), the error keeps repeating. jao -- We live on an island surrounded by a sea of ignorance. As our island of knowledge grows, so does the shore of our ignorance. - John Wheeler