This is the mail archive of the gdb-patches@sources.redhat.com 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]

[RFA] win32 errors on second run


There is still a lot of errors at re-run on win32 (the "error return
win32-nat.c:<some line number> was 6" error). They are caused by usage
of invalid thread handles after the killing of the inferior. This
patch should take care of them by clearing the handle list in
child_kill_inferior.

I tested it on a win32 laptop. No regressions, and I get pretty good results
with this modification.
diff between the final report before and after my patch:

                === gdb Summary ===
 
-# of expected passes           9587
-# of unexpected failures       539
+# of expected passes           9920
+# of unexpected failures       460
 # of expected failures         59
-# of known failures            25
-# of unresolved testcases      25
+# of known failures            35
+# of unresolved testcases      7
 # of untested testcases                2
 # of unsupported tests         15

OK to apply?

-- 
Jerome

Attachment: win32.dif
Description: Text document


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