Name: ms94704 Date: 05/14/2002
Please see Bug 4383923 for a description of the problem.
The fix needed in events.cpp (I believe) is to change the line:
this->thread_id = t->osthread()->thread_id();
to:
this->thread_id = t->osthread()->thread_identifier();
(Review ID: 143212)
======================================================================