GNU bug report logs - #75275
30.0.92; `make-thread` bug on macOS 15.2

Previous Next

Package: emacs;

Reported by: Stefan Kangas <stefankangas <at> gmail.com>

Date: Thu, 2 Jan 2025 04:58:01 UTC

Severity: normal

Tags: confirmed

Found in versions 30.0.92, 31.0.50, 30.0.93

Full log


Message #107 received at 75275 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: gerd.moellmann <at> gmail.com, 75275 <at> debbugs.gnu.org, alan <at> idiocy.org
Subject: Re: bug#75275: 30.0.92; `make-thread` bug on macOS 15.2
Date: Thu, 02 Jan 2025 18:46:18 +0200
> From: Stefan Kangas <stefankangas <at> gmail.com>
> Date: Thu, 2 Jan 2025 09:19:36 -0600
> Cc: 75275 <at> debbugs.gnu.org, Alan Third <alan <at> idiocy.org>, Eli Zaretskii <eliz <at> gnu.org>
> 
> Gerd Möllmann <gerd.moellmann <at> gmail.com> writes:
> 
> > Maybe this one, after what Alan explained. Could you try it?
> >
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> > src/nsterm.m | 4 ++--
> >
> > modified   src/nsterm.m
> > @@ -4875,8 +4875,8 @@ Function modeled after x_draw_glyph_string_box ().
> >
> >    if (![NSThread isMainThread]
> >        || (timeout && timeout->tv_sec == 0 && timeout->tv_nsec == 0))
> > -    thread_select (pselect, nfds, readfds, writefds,
> > -		   exceptfds, timeout, sigmask);
> > +    return thread_select (pselect, nfds, readfds, writefds,
> > +			  exceptfds, timeout, sigmask);
> >    else
> >      {
> >        struct timespec t = {0, 0};
> 
> That patch fixes it for me, indeed.  Thanks!
> 
> Eli, since this is a regression, do you agree that this should go to
> emacs-30?

Yes, thanks.




This bug report was last modified 163 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.