This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

In 1.7.10, "couldn't get context of thread" with ERROR_GEN_FAILURE


Emacs output the following:

0 [sig] emacs 7200 setup_handler: couldn't get context of thread,
Win32 error 31

The relevant part of the Cygwin code is:

	  cx.ContextFlags = CONTEXT_CONTROL | CONTEXT_INTEGER;
	  if (!GetThreadContext (hth, &cx))
	    system_printf ("couldn't get context of thread, %E");
	  else
	    interrupted = tls->interrupt_now (&cx, sig, handler, siga);

The failure doesn't seem to have affected the Emacs process in any
negative way. It's still running, in fact.

Attachment: cygcheck.out
Description: Text document

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]