From: Eli Zaretskii <eliz@gnu.org>
To: "Mattias Engdegård" <mattiase@acm.org>
Cc: 38632@debbugs.gnu.org, rpluim@gmail.com
Subject: bug#38632: 27.0.50; Emacs process name is changed permanently upon creating a named thread
Date: Tue, 07 Jan 2020 17:45:36 +0200 [thread overview]
Message-ID: <83tv57clsv.fsf@gnu.org> (raw)
In-Reply-To: <4612F422-B860-4864-BB60-EA18468BCCDB@acm.org> (message from Mattias Engdegård on Mon, 6 Jan 2020 22:58:25 +0100)
> From: Mattias Engdegård <mattiase@acm.org>
> Date: Mon, 6 Jan 2020 22:58:25 +0100
> Cc: Eli Zaretskii <eliz@gnu.org>, Robert Pluim <rpluim@gmail.com>
>
> Here is a quick-and-dirty patch that repairs the macOS/BSD builds. Not tested on anything else.
Thanks. This is fine for the emacs-27 branch, but it needs some minor
cleanup:
> -static thread_creation_function *thread_start_address;
This line cannot be deleted, as it will cause systhread.c fail to
compile on MS-Windows.
And this comment on thread.h:
/* Thread's name in the locale encoding. Actually used only on
WINDOWSNT. */
char *thread_name;
is no longer accurate, so it needs to be updated to reflect the
modified code.
next prev parent reply other threads:[~2020-01-07 15:45 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-16 6:42 bug#38632: 27.0.50; Emacs process name is changed permanently upon creating a named thread Ihor Radchenko
2019-12-17 20:05 ` Eli Zaretskii
2019-12-18 9:05 ` Robert Pluim
2019-12-18 15:53 ` Eli Zaretskii
2019-12-18 17:04 ` Robert Pluim
2019-12-18 17:18 ` Eli Zaretskii
2019-12-18 21:30 ` Robert Pluim
2019-12-19 15:11 ` Eli Zaretskii
2019-12-19 16:42 ` Robert Pluim
2019-12-19 18:56 ` Eli Zaretskii
2019-12-20 19:13 ` Eli Zaretskii
2020-01-06 14:43 ` Robert Pluim
2020-01-06 16:22 ` Eli Zaretskii
2020-01-06 19:50 ` Mattias Engdegård
2020-01-06 21:58 ` Mattias Engdegård
2020-01-06 23:06 ` Robert Pluim
2020-01-07 15:45 ` Eli Zaretskii [this message]
2020-01-07 16:46 ` Mattias Engdegård
2020-01-07 17:05 ` Eli Zaretskii
2020-01-07 17:07 ` Eli Zaretskii
2020-01-07 17:19 ` Mattias Engdegård
2020-01-08 18:26 ` Glenn Morris
2020-01-08 18:54 ` Eli Zaretskii
2020-01-08 19:34 ` Glenn Morris
2020-01-08 20:01 ` Eli Zaretskii
2020-01-06 22:21 ` Robert Pluim
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83tv57clsv.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=38632@debbugs.gnu.org \
--cc=mattiase@acm.org \
--cc=rpluim@gmail.com \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.