From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#45701: 28.0.50; [feature/native-comp] (33b8ce8) `M-x report-emacs-bug` error: "Wrong type argument: stringp, nil" Date: Wed, 06 Jan 2021 20:21:03 +0000 Message-ID: References: Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3644"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 45701@debbugs.gnu.org, Jim Myhrberg To: Justin Schell Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jan 06 21:22:29 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 1kxFK9-0000qF-75 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 06 Jan 2021 21:22:29 +0100 Original-Received: from localhost ([::1]:38900 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kxFK7-0007lz-M7 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 06 Jan 2021 15:22:27 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46588) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxFJl-0007lg-SM for bug-gnu-emacs@gnu.org; Wed, 06 Jan 2021 15:22:07 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34125) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kxFJi-0003y7-IP for bug-gnu-emacs@gnu.org; Wed, 06 Jan 2021 15:22:05 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kxFJi-0002H4-D9 for bug-gnu-emacs@gnu.org; Wed, 06 Jan 2021 15:22:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 06 Jan 2021 20:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45701 X-GNU-PR-Package: emacs Original-Received: via spool by 45701-submit@debbugs.gnu.org id=B45701.16099644688678 (code B ref 45701); Wed, 06 Jan 2021 20:22:02 +0000 Original-Received: (at 45701) by debbugs.gnu.org; 6 Jan 2021 20:21:08 +0000 Original-Received: from localhost ([127.0.0.1]:45671 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kxFIp-0002Fu-TD for submit@debbugs.gnu.org; Wed, 06 Jan 2021 15:21:08 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:63281) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kxFIn-0002Fl-9d for 45701@debbugs.gnu.org; Wed, 06 Jan 2021 15:21:06 -0500 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTP id 106KL3jW017306; Wed, 6 Jan 2021 20:21:04 GMT In-Reply-To: (Justin Schell's message of "Wed, 6 Jan 2021 11:16:04 -0800") 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:197452 Archived-At: Justin Schell writes: > Sorry for emailing this list directly, but with emacs build from the latest commit on `feature/native-comp`, `M-x > report-emacs-bug` results in the error "apply: Wrong type argument: stringp, nil". Enabling `debug-on-error` doesn't > result in a debug session starting when executing that command, so I'm not sure how to provide any more context for the > location that's throwing the error. Hi Justin, thanks for reporting, I swear this is not a trick to cheat on the bug-rate ;) > GNU Emacs 28.0.50 (build 1, x86_64-apple-darwin19.6.0, NS appkit-1894.60 Version 10.15.6 (Build 19G2021)) > of 2021-01-06 > > This version of emacs was built using https://github.com/jimeh/build-emacs-for-macos from the latest commit on > `feature/native-comp` (33b8ce865fcfd58538ae2d7c3fff04998fcd3330). That's strange, I just tried a M-x report-emacs-bug on the same commit on a emacs -Q session and it just works for me. I'm Ccing Jim so maybe he can try to reproduce on apple-darwin. > The `build-emacs-for-macos` package also applies the fixes from > `feature/native-comp-macos-fixes`. That's odd AFAIK these are not necessary (and if they are we should probably merge them). Thanks Andrea