! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
thunar not responsive when lot of files change occurs in an open window
Status:
RESOLVED: FIXED

Comments

Description kaillasse91 2016-07-18 15:33:56 CEST
test case: 

open Thunar, go to /tmp. 
let the window open on this folder.

in a terminal :
    rm -r /tmp/toDel*; for i in {0..10000}; do mkdir -p /tmp/toDelDir$i; touch /tmp/toDel*; done; 
or whatever causes files/directories to be created/moved/deleted.

current behaviour:
1/memory usage will grow, cpu usage will grow : both are expected 
2/thunar will stay irresponsive forever

expected behaviour:
thunar should be abble to recover from files activity.


$ cat /proc/cpuinfo | grep "model name"
model name	: Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz

$ apt-cache show thunar | grep -i version
Version: 1.6.10-2ubuntu1

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 16.04 LTS
Release:	16.04
Codename:	xenial
Comment 1 Andre Miranda editbugs 2017-09-23 23:18:38 CEST
Very likely related to Bug #13481, fixed in Thunar 1.6.12, if not please reopen.

Bug #12710

Reported by:
kaillasse91
Reported on: 2016-07-18
Last modified on: 2017-09-23

People

Assignee:
Jannis Pohlmann
CC List:
3 users

Version

Version:
unspecified

Attachments

Additional information