Project

General

Profile

« Previous | Next » 

Revision 0117a6d3

Added by KJ Tsanaktsidis almost 2 years ago

Fix Thread#native_thread_id being cached across fork (#8418)

The native thread ID can and does change on some operating systems (e.g.
Linux) after forking, so it needs to be re-queried.

[Bug #19873]