| data |
|
|
- |
| manifest.toml |
|
83 |
- |
| test.py |
|
1350 |
- |
| test_resolve.py |
|
22963 |
- |
| test_tsan.py |
\
WARNING: ThreadSanitizer: lock-order-inversion (potential deadlock) (pid=1666)
Cycle in lock order graph: M0 (0x1) => M1 (0x2) => M0
Mutex M1 acquired here while holding mutex M0 in main thread:
#0 pthread_mutex_lock /build/tsan_interceptors_posix.cpp:1371:3 (firefox+0xc7827) (BuildId: abc123)
#1 mutexLock /build/mozglue/misc/Mutex_posix.cpp:91:3 (firefox+0x1bd5b7)
Mutex M0 acquired here while holding mutex M1 in thread T4:
#0 SharedStub xptcstubs_x86_64_linux.cpp (libxul.so+0x4929d32) (BuildId: def456)
#1 mozilla::Foo::Bar() (libxul.so+0x10)
SUMMARY: ThreadSanitizer: lock-order-inversion (potential deadlock) /build/mozglue/misc/Mutex_posix.cpp:91:3 in mutexLock
|
6973 |
- |