Skip to content

lisa.trace: Avoid forking multiprocessing.Pool

FIX

Since they can cause deadlocks in multithreaded applications, use the "spawn" method even though it is slower.

Edited by Douglas Raillard

Merge request reports