GNU bug report logs -
#25265
make-thread crashes in OS X 10.6
Previous Next
Reported by: charles <at> aurox.ch (Charles A. Roelli)
Date: Sat, 24 Dec 2016 17:19:02 UTC
Severity: normal
Tags: fixed
Fixed in version 26.1
Done: Alan Third <alan <at> idiocy.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Mon, 26 Dec 2016 13:09:17 +0000
> From: Alan Third <alan <at> idiocy.org>
> Cc: charles <at> aurox.ch, 25265 <at> debbugs.gnu.org
>
> I’ve just tried the below patch and it doesn’t make any difference: it
> still hangs immediately.
Can you try and figure out why it hangs?
> Back in October Ken Raeburn listed some things that need done in
> ns_select which are probably relevant:
>
> https://lists.gnu.org/archive/html/emacs-devel/2016-10/msg00525.html
Hmm... none of the changes Ken mentioned were in the concurrency
branch when I merged it. Perhaps Ken didn't push the changes back
then.
The problems in xg_select were solved in a different way, I believe.
The problems in ns_select are the issue at hand here.
Wrt static variables used by ns_select: either they should become
members of struct thread_state, or the calls to release_global_lock
and acquire_global_lock should be moved into ns_select (which was what
Ken was proposing, AFAIU). I'm not sure which possibility is better,
nor whether this is all that needs to be done, because I don't
understand well enough the semantics of some parts of ns_select, in
particular where it says
[NSApp run];
Can this part and its surrounding code be made thread-safe? The call
to record_unwind_protect in particular confuses me: that seems to hint
the code wants to be interruptible here, which might require stuff
like maybe_reacquire_global_lock I added to keyboard.c, to avoid
problems when Emacs gets SIGINT on a TTY frame.
Thanks.
This bug report was last modified 7 years and 323 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.