From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jonas Jelten Newsgroups: gmane.emacs.devel Subject: Re: Emacs segfaults when handling wrong_type_argument backtrace Date: Fri, 31 Mar 2023 21:01:04 +0200 Message-ID: <639fba86-b8ec-84e7-78dd-25772c1dad36@sft.lol> References: <2c65531c-2d9c-3c1d-bc2a-5666a7de0a38@sft.lol> <83zg7u6cs3.fsf@gnu.org> <838rfe5y68.fsf@gnu.org> <6178cb5d-e31a-0851-8dbf-cb7be08e8542@sft.lol> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30877"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Cc: Eli Zaretskii , emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 31 21:02:03 2023 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 1piK0h-0007o5-GE for ged-emacs-devel@m.gmane-mx.org; Fri, 31 Mar 2023 21:02:03 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1piK00-0006d8-Sz; Fri, 31 Mar 2023 15:01:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piJzy-0006cw-KE for emacs-devel@gnu.org; Fri, 31 Mar 2023 15:01:18 -0400 Original-Received: from blergh.sft.lol ([2a03:4000:6:329c::42] helo=mailrelay0.sft.lol) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piJzw-0004qK-Jy; Fri, 31 Mar 2023 15:01:18 -0400 Original-Received: from jjserver.sft.lol (ip5b42c34d.dynamic.kabel-deutschland.de [91.66.195.77]) (Authenticated sender: jjservermail@mailrelay0.sft.mx) by mailrelay0.sft.lol (Postfix) with ESMTPSA id CE0E720A5B; Fri, 31 Mar 2023 21:01:06 +0200 (CEST) Original-Received: from [10.150.9.108] (unknown [141.84.69.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by jjserver.sft.lol (Postfix) with ESMTPSA id CB92BA40FE8; Fri, 31 Mar 2023 21:01:05 +0200 (CEST) Content-Language: de-DE In-Reply-To: Received-SPF: pass client-ip=2a03:4000:6:329c::42; envelope-from=jj@sft.lol; helo=mailrelay0.sft.lol X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:304950 Archived-At: On 2023-03-30 20:51, Andrea Corallo wrote: > Jonas Jelten writes: >> After clearing the cache it seems to work, thanks, that was easy. >> I assumed that changes in the abi would result in a version bump :) > > It results in Emacs changing the directory name of the eln under > eln-cache, this way Emacs would discard all the other elns and produce > new ones. > > We usually do that when we change something low level in an incompatible > way in the eln format. I agree with Eli we should not use that for > cases when a bug might have produced miscompiled elns. > > BR > > Andrea > Ah I see, if the change was unintentional, ABI version bumps don't make sense, indeed. Thanks for your awesome work on making the pig faster :) -- JJ