From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#34180: 27.0.50; argv[0] used incorrectly to find the .pdmp Date: Tue, 12 Oct 2021 19:46:03 +0300 Message-ID: <83mtnep4xg.fsf@gnu.org> References: <59495BCF-EF2F-4E1F-A466-1CC61CE57893@acm.org> <3b65b08e-4f6d-d2cb-6621-7f6e988227de@dancol.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30117"; mail-complaints-to="usenet@ciao.gmane.io" Cc: mattiase@acm.org, larsi@gnus.org, eggert@cs.ucla.edu, monnier@iro.umontreal.ca, 34180@debbugs.gnu.org To: Daniel Colascione Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Oct 12 18:53:55 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1maL2H-0007aF-20 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 12 Oct 2021 18:53:53 +0200 Original-Received: from localhost ([::1]:35858 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1maL2F-0006VJ-7v for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 12 Oct 2021 12:53:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40986) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maKvf-0005Pk-65 for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2021 12:47:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39770) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1maKve-0005Hy-TW for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2021 12:47:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1maKve-0004oQ-Ph for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2021 12:47:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 12 Oct 2021 16:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34180 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: security Original-Received: via spool by 34180-submit@debbugs.gnu.org id=B34180.163405719818407 (code B ref 34180); Tue, 12 Oct 2021 16:47:02 +0000 Original-Received: (at 34180) by debbugs.gnu.org; 12 Oct 2021 16:46:38 +0000 Original-Received: from localhost ([127.0.0.1]:51292 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maKv1-0004mB-3x for submit@debbugs.gnu.org; Tue, 12 Oct 2021 12:46:38 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:38928) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maKuv-0004ln-UF for 34180@debbugs.gnu.org; Tue, 12 Oct 2021 12:46:21 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48210) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1maKup-0004hP-5K; Tue, 12 Oct 2021 12:46:11 -0400 Original-Received: from [87.69.77.57] (port=1823 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maKuo-00064J-Nb; Tue, 12 Oct 2021 12:46:11 -0400 In-Reply-To: <3b65b08e-4f6d-d2cb-6621-7f6e988227de@dancol.org> (message from Daniel Colascione on Tue, 12 Oct 2021 09:24:48 -0700) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:217060 Archived-At: > Cc: Paul Eggert , Lars Ingebrigtsen , > Eli Zaretskii , Stefan Monnier , > 34180@debbugs.gnu.org > From: Daniel Colascione > Date: Tue, 12 Oct 2021 09:24:48 -0700 > > (For example --- imagine a future platform that signs all binaries > during the build process.) That future is already here, on macOS, no?