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]

Error message from GDB 7.5 when quitting


On Windows 7, if I quit GDB when the debuggee still runs, I see an
error message:

 (gdb) q
 A debugging session is active.

        Inferior 1 [process 24292] will be killed.

 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?

This doesn't happen on XP, FWIW.


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