Changes between Initial Version and Version 1 of Ticket #90, comment 19
- Timestamp:
- Jun 27, 2011, 5:34:10 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #90, comment 19
initial v1 3 3 The question is if TID is indeed a valid TID in OS/2 or it's just a failure of _beginthread() starting the thread but returning an incorrect TID? When I get more logs from Yoda, I hope I will be able to tell for sure which one is the case. 4 4 5 So far, I fixed both problems 1. and 2. in revisions 21656 and 21657 in Odin. 5 So far, I fixed both problems 1. and 2. in revisions 21656 and 21657 in Odin. They were not the ones leading to the crash, but they created conditions for the zero TID issue to appear. 6 6 7 7 The need for the zero TID fix is to be defined after clarifying the question above.