all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* longjmp to other thread?
@ 2010-06-18 19:29 grischka
  2010-06-18 23:39 ` Lennart Borgman
  0 siblings, 1 reply; 2+ messages in thread
From: grischka @ 2010-06-18 19:29 UTC (permalink / raw)
  To: emacs-devel

There is a funny longjmp across threads from w32_wnd_proc()
via signal_user_input() and QUIT.

Aside of that longjump out or a windows CALLBACK requires SEH
which mingw does not support.

--- grischka




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: longjmp to other thread?
  2010-06-18 19:29 longjmp to other thread? grischka
@ 2010-06-18 23:39 ` Lennart Borgman
  0 siblings, 0 replies; 2+ messages in thread
From: Lennart Borgman @ 2010-06-18 23:39 UTC (permalink / raw)
  To: grischka; +Cc: emacs-devel

On Fri, Jun 18, 2010 at 9:29 PM, grischka <grishka@gmx.de> wrote:
> There is a funny longjmp across threads from w32_wnd_proc()
> via signal_user_input() and QUIT.
>
> Aside of that longjump out or a windows CALLBACK requires SEH
> which mingw does not support.

I know very little about this. So a couple of questions:

- How do you see it is a longjmp across threads?
- Is this a longjmp out of a windows callback?

- Are longjmp between threads on w32 allowed? (A web ref would be good.)
- Same question for longjmp and callback. (Or do you mean long-jump in
a more generic sense there?)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-18 23:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-18 19:29 longjmp to other thread? grischka
2010-06-18 23:39 ` Lennart Borgman

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.