This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Re: Error message from GDB 7.5 when quitting


>  Quit anyway? (y or n) y
>  error return windows-nat.c:1272 was 5
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> That line is
> 
> 	    CHECK (SetThreadContext (th->h, &th->context));
> 
> Am I the only one who sees this?

Nope. I see it occasionally when trying to resume threads, or stop
them, or when trying to kill the inferior. I've googled around,
and really did not find much. One theory I had that maybe we were
trying to fiddle a thread that no longer existed, or had some special
status, maybe the sigint-handler thread. But it always seemed harmless,
so I have never taken the time to check further.

-- 
Joel


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