Bug 400583 - plasmashell freezes frequently on nfs home
Summary: plasmashell freezes frequently on nfs home
Status: RESOLVED DUPLICATE of bug 423818
Alias: None
Product: frameworks-kcoreaddons
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.42.0
Platform: Mageia RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Michael Pyne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-02 10:43 UTC by Paweł Susicki
Modified: 2020-09-06 21:33 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Susicki 2018-11-02 10:43:08 UTC
SUMMARY

HOME on nfs share. /bin/plasmashell freezes there:

#3  0x00007f5318ad8705 in KDirWatchPrivate::useFAM (this=this@entry=0x247fa60, e=e@entry=0x2934c50)
    at /usr/src/debug/kcoreaddons-5.42.0/src/lib/io/kdirwatch.cpp:696
696             QThread::msleep(50);
(gdb) li
691         do {
692           famEventReceived();
693           if (startedFAMMonitor && !e->m_famReportedSeen) {
694             // 50 is ~half the time it takes to setup a watch.  If gamin's latency
695             // gets better, this can be reduced.
696             QThread::msleep(50);
697           }
698         } while (startedFAMMonitor &&!e->m_famReportedSeen);

Changing in gdb: set e->m_famReportedSeen=1
releases plasmashell from freeze.
Comment 1 Harald Sitter 2020-09-06 21:33:00 UTC

*** This bug has been marked as a duplicate of bug 423818 ***