https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902
--- Comment #66 from Gleb Popov <[email protected]> --- (In reply to Serge Volkov from comment #65) Let's try a wild guess. Can you compile bsdisks while applying following patch? diff -r 934941acb30c main.cpp --- main.cpp Thu Jan 16 14:59:14 2020 +0400 +++ main.cpp Thu Jan 16 17:12:55 2020 +0400 @@ -106,7 +106,7 @@ new ObjectManagerAdaptor(&manager); QThreadPool::globalInstance()->setExpiryTimeout(-1); - QThreadPool::globalInstance()->setMaxThreadCount(4); + QThreadPool::globalInstance()->setMaxThreadCount(1); manager.initialProbe(); Does it change anything? -- You are receiving this mail because: You are the assignee for the bug.
