[Bug 242902] Plasma device notifier does not recognize exFAT USB drives
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 16 13:15:31 GMT 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902
--- Comment #66 from Gleb Popov <arrowd at FreeBSD.org> ---
(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.
More information about the kde-freebsd
mailing list