Comment 35 for bug 13428

Revision history for this message
Fabio Massimo Di Nitto (fabbione) wrote :

Getting more close. Using the same scenario i noticed that refcount is bong:

Add:

gam_dnotify_file_handler /home/fabbione/Desktop/baz : 1
 not a dir using parent /home/fabbione/Desktop
Jumping to gam_dnotify_directory_handler_internal
Adding /home/fabbione/Desktop to dnotify
  found incremented refcount: 3

Removal:

gam_dnotify_file_handler /home/fabbione/Desktop/baz : 0
 not a dir using parent /home/fabbione/Desktop
Jumping to gam_dnotify_directory_handler_internal
Removing /home/fabbione/Desktop from dnotify
  found decremented refcount: 2

[Missing add]

Removal:

gam_dnotify_file_handler /home/fabbione/Desktop/baz : 0
 not a dir using parent /home/fabbione/Desktop
Jumping to gam_dnotify_directory_handler_internal
Removing /home/fabbione/Desktop from dnotify
  found decremented refcount: 1

Add:

gam_dnotify_file_handler /home/fabbione/Desktop/baz : 1
 not a dir using parent /home/fabbione/Desktop
Jumping to gam_dnotify_directory_handler_internal
Adding /home/fabbione/Desktop to dnotify
  found incremented refcount: 2

Remove:
gam_dnotify_file_handler /home/fabbione/Desktop/baz : 0
 not a dir using parent /home/fabbione/Desktop
Jumping to gam_dnotify_directory_handler_internal
Removing /home/fabbione/Desktop from dnotify
  found decremented refcount: 1

[another missing add!]

Remove:

 gam_dnotify_file_handler /home/fabbione/Desktop/baz : 0
 not a dir using parent /home/fabbione/Desktop
Jumping to gam_dnotify_directory_handler_internal
Removing /home/fabbione/Desktop from dnotify
deactivated DNotify for /home/fabbione/Desktop

goodbye Desktop