unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Tassilo Horn <tsdh@gnu.org>
Cc: 43716@debbugs.gnu.org
Subject: bug#43716: 28.0.50; Error with emacsclient <file>:
Date: Wed, 30 Sep 2020 16:50:05 +0200	[thread overview]
Message-ID: <87zh5748v6.fsf@gnus.org> (raw)
In-Reply-To: <87r1qje3rf.fsf@gnu.org> (Tassilo Horn's message of "Wed, 30 Sep 2020 16:30:12 +0200")

Tassilo Horn <tsdh@gnu.org> writes:

> I found it. :-)
>
> lib-src/emacsclient.c
> 2095               fprintf (stderr, "*ERROR*: %s", str);

Ah!  So the Emacs server reports it back to the client as an error.  No
wonder there's no backtrace here.  :-/

What about the following patch -- if that's the correct condition-case
that's catching all this, then it should give you a backtrace in the
server Emacs after reloading server.el.

diff --git a/lisp/server.el b/lisp/server.el
index a660deab8e..bdeed6bb00 100644
--- a/lisp/server.el
+++ b/lisp/server.el
@@ -1069,7 +1069,7 @@ server-process-filter
     (when prev
       (setq string (concat prev string))
       (process-put proc 'previous-string nil)))
-  (condition-case err
+  (condition-case-unless-debug err
       (progn
 	(server-add-client proc)
 	;; Send our pid

This is like the gazillionth time I've wanted a way to say (just when
debugging stuff like this) "there should be a way to disable all
condition case constructs"...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





  reply	other threads:[~2020-09-30 14:50 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-30  7:03 bug#43716: 28.0.50; Error with emacsclient <file>: Tassilo Horn
2020-09-30 13:03 ` Lars Ingebrigtsen
2020-09-30 13:58   ` Tassilo Horn
2020-09-30 14:07     ` Lars Ingebrigtsen
2020-09-30 14:27       ` Eli Zaretskii
2020-09-30 14:38         ` Tassilo Horn
2020-09-30 14:54           ` Eli Zaretskii
2020-09-30 14:30       ` Tassilo Horn
2020-09-30 14:50         ` Lars Ingebrigtsen [this message]
2020-09-30 15:51           ` Tassilo Horn
2020-09-30 17:08             ` Tassilo Horn
2020-10-01 15:33               ` Tassilo Horn
2020-10-01  3:30             ` Lars Ingebrigtsen
2020-09-30 17:59           ` Noam Postavsky
2020-09-30 18:10             ` Lars Ingebrigtsen
2020-09-30 14:42       ` Andreas Schwab
2020-09-30 14:40     ` Andreas Schwab
2020-09-30 14:44       ` Tassilo Horn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zh5748v6.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=43716@debbugs.gnu.org \
    --cc=tsdh@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).