Project

General

Profile

« Previous | Next » 

Revision 8ce2fb9b

Added by Jean byroot Boussier over 2 years ago

Only emit circular dependency warning for owned thread shields
[Bug #19415]

If multiple threads attemps to load the same file concurrently
it's not a circular dependency issue.

So we check that the existing ThreadShield is owner by the current
fiber before warning about circular dependencies.