Re: still crashes on file deletion?

  • From: Fernando Ossandon <ferossan@xxxxxxxxx>
  • To: emelfm2@xxxxxxxxxxxxx
  • Date: Wed, 10 Jun 2009 11:41:50 -0400

Hi Tom

Crashes happens involving files like deleting them, moving them and dialog
related to them (like at -closing- the "Info" window via right click in a
pdf file), and also, not related to files at all like clicking in the "Go up
to parent directory" button.
I didn't found a crash instance while -opening- a separated window, just at
closing them (always in a random basis)
I didn't found a crash closing a window by window-title click, only by click
on "cancel", "do it" or other buttons.
Crashes occur by clicks on menu-items or buttons, never happened by
key-bindings (but I'm just new to the program and I did't use them yet a
lot, maybe happens too, but not in my -short- try)

"What sort of file-alteration-checking is used - default (periodic polling)
or inotify etc ?"
Ups! Sorry, what do you mean? :-)

Ok, I did a debug building and here there are some crashes (and a frozen)
terminal output examples.
I put a ######## to divide them beside an explanation of what I was doing
until the crash.

Hope it helps,
Regards.

################## Terminal output just starting it in debug mode (no crash
yet):
$ emelfm2
[DEBUG ] parsed 0 command line options
[DEBUG ] check_locale ()
[NOTICE] current locale is
'LC_CTYPE=en_US.UTF-8;LC_NUMERIC=en_US.UTF-8;LC_TIME=en_GB.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=en_US.UTF-8;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME=en_US.UTF-8;LC_ADDRESS=en_US.UTF-8;LC_TELEPHONE=en_US.UTF-8;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATION=en_US.UTF-8'
[DEBUG ] setting locale base dir to '/usr/local/share/locale'
[DEBUG ] registering all default (non-tree) options
[DEBUG ] e2_alias_init (rt:,group:commands.aliases)
[DEBUG ] cache read from file '/home/fer/.config/emelfm2/cache'
[DEBUG ] config file '/home/fer/.config/emelfm2/config-en_US.UTF-8' read
[DEBUG ] list cache 'internal-variables' not found, creating NULL entry
[DEBUG ] list cache 'mkdir-history' not found, creating NULL entry
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_glob.so
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_for_each.so
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_rename.so
[DEBUG ] cache 'rename-flags' found
[DEBUG ] list cache 'rename-dir-history' not found, creating NULL entry
[DEBUG ] list cache 'rename-oldpattern-history' not found, creating NULL
entry
[DEBUG ] list cache 'rename-newpattern-history' not found, creating NULL
entry
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_find.so
[DEBUG ] cache 'find-plugin-flags' found
[DEBUG ] cache 'find-plugin-strings' found
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_pack.so
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_unpack.so
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_names_clip.so
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_du.so
[DEBUG ] create main window
[DEBUG ] cache 'window-width' found
[DEBUG ] cache 'window-height' found
[DEBUG ] cache 'file-pane-ratio-last' found
[DEBUG ] cache 'file-pane-ratio' found
[DEBUG ] cache 'output-pane-ratio-last' found
[DEBUG ] cache 'output-pane-ratio' found
[DEBUG ] cache 'output-pane-tabs' found
[DEBUG ] stacked tab is at 80f920c
[DEBUG ] cache 'columns-order' found
[DEBUG ] cache 'columns-width' found
[DEBUG ] cache 'pane1-sort-column' found
[DEBUG ] cache 'pane2-sort-column' found
[DEBUG ] cache 'pane1-sort-direction' found
[DEBUG ] cache 'pane2-sort-direction' found
[DEBUG ] cache 'pane1-show-hidden' found
[DEBUG ] cache 'pane2-show-hidden' found
[DEBUG ] cache 'pane1-filter-names' found
[DEBUG ] cache 'pane1-filter-nametype' found
[DEBUG ] cache 'pane1-filter-nameinvert' found
[DEBUG ] cache 'pane1-filter-namecase' found
[DEBUG ] cache 'pane1-filter-dates' found
[DEBUG ] cache 'pane1-filter-datebase' found
[DEBUG ] cache 'pane1-filter-daterel' found
[DEBUG ] cache 'pane1-filter-datetype' found
[DEBUG ] cache 'pane1-filter-sizes' found
[DEBUG ] cache 'pane1-filter-sizebase' found
[DEBUG ] cache 'pane1-filter-sizerel' found
[DEBUG ] cache 'pane1-filter-dirs' found
[DEBUG ] cache 'pane2-filter-names' found
[DEBUG ] cache 'pane2-filter-nametype' found
[DEBUG ] cache 'pane2-filter-nameinvert' found
[DEBUG ] cache 'pane2-filter-namecase' found
[DEBUG ] cache 'pane2-filter-dates' found
[DEBUG ] cache 'pane2-filter-datebase' found
[DEBUG ] cache 'pane2-filter-daterel' found
[DEBUG ] cache 'pane2-filter-datetype' found
[DEBUG ] cache 'pane2-filter-sizes' found
[DEBUG ] cache 'pane2-filter-sizebase' found
[DEBUG ] cache 'pane2-filter-sizerel' found
[DEBUG ] cache 'pane2-filter-dirs' found
[DEBUG ] cache 'pane1' found
[DEBUG ] cache 'dir line' found
[DEBUG ] SAME state for toggle 'pane1.show_hidden' (false)
[DEBUG ] SAME state for toggle 'pane1.<filters>' (true)
[DEBUG ] cache 'pane2' found
[DEBUG ] cache 'dir line 2' found
[DEBUG ] SAME state for toggle 'pane2.show_hidden' (false)
[DEBUG ] SAME state for toggle 'pane2.<filters>' (true)
[DEBUG ] list cache 'command line' not found, creating NULL entry
[DEBUG ] arranged keybinding idle-sync for general
[DEBUG ] arranged keybinding idle-sync for general.main
[DEBUG ] arranged keybinding idle-sync for general.main.panes
[DEBUG ] register widget 9c42088 in keybinding category 'general.main.panes'
[DEBUG ] register widget 9c42258 in keybinding category 'general.main.panes'
[DEBUG ] arranged keybinding idle-sync for general.main.directory lines
[DEBUG ] register widget 9dcb000 in keybinding category
'general.main.directory lines'
[DEBUG ] register widget 9dcb0e0 in keybinding category
'general.main.directory lines'
[DEBUG ] arranged keybinding idle-sync for general.main.command line
[DEBUG ] register widget 9dcb1c0 in keybinding category
'general.main.command line'
[DEBUG ] arranged keybinding idle-sync for general.main.output
[DEBUG ] register widget 9c04020 in keybinding category
'general.main.output'
[DEBUG ] show main window cb
[DEBUG ] _e2_window_filepanes_adjusted_cb (widget:,alloc:690-581,rt:_)
[DEBUG ] _e2_window_outputpane_adjusted_cb (widget:,alloc:0, 587,
1280-105,rt:_)
[DEBUG ] general e2_keybinding_sync
[DEBUG ] general.main e2_keybinding_sync
[DEBUG ] general.main.panes e2_keybinding_sync
[DEBUG ] general.main.directory lines e2_keybinding_sync
[DEBUG ] general.main.command line e2_keybinding_sync
[DEBUG ] general.main.output e2_keybinding_sync
[DEBUG ] connecting [un]maps for taskbar
[DEBUG ] connecting [un]maps for panebar1
[DEBUG ] connecting [un]maps for panebar2
[DEBUG ] connecting [un]maps for commandbar
[DEBUG ] check that /home/fer/Desktop/ is accessible
[DEBUG ] _e2_pane_change_dir (rt:,path:"/home/fer/Desktop/",update:1,hook:1)
[DEBUG ] check that /media/disk/Intel/Logs/ is accessible
[DEBUG ] _e2_pane_change_dir (rt:,path:"/media",update:1,hook:1)
[DEBUG ] list cache 'open-history' not found, creating NULL entry
[DEBUG ] cache 'config-width' found
[DEBUG ] cache 'config-height' found
[DEBUG ] enter top-level main loop
[DEBUG ] managing cd to /home/fer/Desktop/
[DEBUG ] shut down a cd-timer for this pane
[NOTICE] Changing INactive pane to /home/fer/Desktop/
[DEBUG ] change-dir-thread (ID=3069418384) started
[DEBUG ] managing cd to /media/
[DEBUG ] shut down a cd-timer for this pane
[NOTICE] Changing active pane to /media/
[DEBUG ] change-dir-thread (ID=3061025680) started
[DEBUG ] _e2_fileview_change_dir: /home/fer/Desktop/
[DEBUG ] _e2_fileview_change_dir: /media/
[DEBUG ] current directory data loaded
[DEBUG ] setup to clear stores later
[NOTICE] e2_combobox_activated_cb
[DEBUG ] e2_combobox_set_active: 0
[DEBUG ] callback: cursor changed
[DEBUG ] focus row is 0
[DEBUG ] repoint encoding conversion funcs if necessary, after CD
[DEBUG ] _e2_fileview_change_dir ends
[DEBUG ] 1 old liststore(s) cleared
[DEBUG ] current directory data loaded
[DEBUG ] setup to clear stores later
[NOTICE] e2_combobox_activated_cb
[DEBUG ] e2_combobox_set_active: 0
[DEBUG ] callback: cursor changed
[DEBUG ] focus row is 0
[DEBUG ] repoint encoding conversion funcs if necessary, after CD
[DEBUG ] _e2_fileview_change_dir ends
[DEBUG ] 1 old liststore(s) cleared
[DEBUG ] all change-polling initialised after filelists filled

##########  Crash with: Click on "Go up to parent directory" button:
[DEBUG ] callback: mouse button 1 press event type 4
[DEBUG ] callback: button release
[DEBUG ] e2_action_run (from:, rt:pane.go_up)
[DEBUG ] _e2_pane_change_dir (rt:,path:"..",update:1,hook:1)
[DEBUG ] e2_action_run () ends
[DEBUG ] managing cd to /media/disk/Intel/
[DEBUG ] shut down a cd-timer for this pane
[DEBUG ] repoint encoding conversion funcs if necessary, before action
starts
[NOTICE] Changing INactive pane to /media/disk/Intel/
[DEBUG ] change-dir-thread (ID=2984283024) started
[DEBUG ] _e2_fileview_change_dir: /media/disk/Intel/
emelfm2: Fatal IO error 11 (Resource temporarily unavailable) on X server
:0.0.

########### Again (new instance of emelfm2) just clicking on "Go up to
parent directory" button:
[DEBUG ] callback: mouse button 1 press event type 4
[DEBUG ] callback: button release
[DEBUG ] e2_action_run (from:, rt:pane.go_up)
[DEBUG ] _e2_pane_change_dir (rt:,path:"..",update:1,hook:1)
[DEBUG ] e2_action_run () ends
[DEBUG ] managing cd to /home/fer/
[DEBUG ] shut down a cd-timer for this pane
[NOTICE] Changing active pane to /home/fer/
[DEBUG ] change-dir-thread (ID=2983443344) started
[DEBUG ] _e2_fileview_change_dir: /home/fer/
emelfm2: Fatal IO error 11 (Resource temporarily unavailable) on X server
:0.0.

########### Frozzen after a while of use:
$ emelfm2
[DEBUG ] parsed 0 command line options
[DEBUG ] check_locale ()
[NOTICE] current locale is
'LC_CTYPE=en_US.UTF-8;LC_NUMERIC=en_US.UTF-8;LC_TIME=en_GB.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=en_US.UTF-8;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME=en_US.UTF-8;LC_ADDRESS=en_US.UTF-8;LC_TELEPHONE=en_US.UTF-8;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATION=en_US.UTF-8'
[DEBUG ] setting locale base dir to '/usr/local/share/locale'
[DEBUG ] registering all default (non-tree) options
[DEBUG ] e2_alias_init (rt:,group:commands.aliases)
[DEBUG ] cache read from file '/home/fer/.config/emelfm2/cache'
[DEBUG ] config file '/home/fer/.config/emelfm2/config-en_US.UTF-8' read
[DEBUG ] list cache 'internal-variables' not found, creating NULL entry
[DEBUG ] list cache 'mkdir-history' not found, creating NULL entry
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_glob.so
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_for_each.so
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_rename.so
[DEBUG ] cache 'rename-flags' found
[DEBUG ] list cache 'rename-dir-history' not found, creating NULL entry
[DEBUG ] list cache 'rename-oldpattern-history' not found, creating NULL
entry
[DEBUG ] list cache 'rename-newpattern-history' not found, creating NULL
entry
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_find.so
[DEBUG ] cache 'find-plugin-flags' found
[DEBUG ] cache 'find-plugin-strings' found
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_pack.so
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_unpack.so
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_names_clip.so
[DEBUG ] e2_plugins_open1: /usr/local/lib/emelfm2/plugins/e2p_du.so
[DEBUG ] create main window
[DEBUG ] cache 'window-width' found
[DEBUG ] cache 'window-height' found
[DEBUG ] cache 'file-pane-ratio-last' found
[DEBUG ] cache 'file-pane-ratio' found
[DEBUG ] cache 'output-pane-ratio-last' found
[DEBUG ] cache 'output-pane-ratio' found
[DEBUG ] cache 'output-pane-tabs' found
[DEBUG ] stacked tab is at 80f920c
[DEBUG ] cache 'columns-order' found
[DEBUG ] cache 'columns-width' found
[DEBUG ] cache 'pane1-sort-column' found
[DEBUG ] cache 'pane2-sort-column' found
[DEBUG ] cache 'pane1-sort-direction' found
[DEBUG ] cache 'pane2-sort-direction' found
[DEBUG ] cache 'pane1-show-hidden' found
[DEBUG ] cache 'pane2-show-hidden' found
[DEBUG ] cache 'pane1-filter-names' found
[DEBUG ] cache 'pane1-filter-nametype' found
[DEBUG ] cache 'pane1-filter-nameinvert' found
[DEBUG ] cache 'pane1-filter-namecase' found
[DEBUG ] cache 'pane1-filter-dates' found
[DEBUG ] cache 'pane1-filter-datebase' found
[DEBUG ] cache 'pane1-filter-daterel' found
[DEBUG ] cache 'pane1-filter-datetype' found
[DEBUG ] cache 'pane1-filter-sizes' found
[DEBUG ] cache 'pane1-filter-sizebase' found
[DEBUG ] cache 'pane1-filter-sizerel' found
[DEBUG ] cache 'pane1-filter-dirs' found
[DEBUG ] cache 'pane2-filter-names' found
[DEBUG ] cache 'pane2-filter-nametype' found
[DEBUG ] cache 'pane2-filter-nameinvert' found
[DEBUG ] cache 'pane2-filter-namecase' found
[DEBUG ] cache 'pane2-filter-dates' found
[DEBUG ] cache 'pane2-filter-datebase' found
[DEBUG ] cache 'pane2-filter-daterel' found
[DEBUG ] cache 'pane2-filter-datetype' found
[DEBUG ] cache 'pane2-filter-sizes' found
[DEBUG ] cache 'pane2-filter-sizebase' found
[DEBUG ] cache 'pane2-filter-sizerel' found
[DEBUG ] cache 'pane2-filter-dirs' found
[DEBUG ] cache 'pane1' found
[DEBUG ] cache 'dir line' found
[DEBUG ] SAME state for toggle 'pane1.show_hidden' (false)
[DEBUG ] SAME state for toggle 'pane1.<filters>' (true)
[DEBUG ] cache 'pane2' found
[DEBUG ] cache 'dir line 2' found
[DEBUG ] SAME state for toggle 'pane2.show_hidden' (false)
[DEBUG ] SAME state for toggle 'pane2.<filters>' (true)
[DEBUG ] list cache 'command line' not found, creating NULL entry
[DEBUG ] arranged keybinding idle-sync for general
[DEBUG ] arranged keybinding idle-sync for general.main
[DEBUG ] arranged keybinding idle-sync for general.main.panes
[DEBUG ] register widget 8e2f088 in keybinding category 'general.main.panes'
[DEBUG ] register widget 8e2f258 in keybinding category 'general.main.panes'
[DEBUG ] arranged keybinding idle-sync for general.main.directory lines
[DEBUG ] register widget 8fb8000 in keybinding category
'general.main.directory lines'
[DEBUG ] register widget 8fb80e0 in keybinding category
'general.main.directory lines'
[DEBUG ] arranged keybinding idle-sync for general.main.command line
[DEBUG ] register widget 8fb81c0 in keybinding category
'general.main.command line'
[DEBUG ] arranged keybinding idle-sync for general.main.output
[DEBUG ] register widget 8df1020 in keybinding category
'general.main.output'
[DEBUG ] show main window cb
[DEBUG ] _e2_window_filepanes_adjusted_cb (widget:,alloc:689-581,rt:_)
[DEBUG ] _e2_window_outputpane_adjusted_cb (widget:,alloc:0, 587,
1280-105,rt:_)
[DEBUG ] general e2_keybinding_sync
[DEBUG ] general.main e2_keybinding_sync
[DEBUG ] general.main.panes e2_keybinding_sync
[DEBUG ] general.main.directory lines e2_keybinding_sync
[DEBUG ] general.main.command line e2_keybinding_sync
[DEBUG ] general.main.output e2_keybinding_sync
[DEBUG ] connecting [un]maps for taskbar
[DEBUG ] connecting [un]maps for panebar1
[DEBUG ] connecting [un]maps for panebar2
[DEBUG ] connecting [un]maps for commandbar
[DEBUG ] check that /home/fer/Desktop/ is accessible
[DEBUG ] _e2_pane_change_dir (rt:,path:"/home/fer/Desktop/",update:1,hook:1)
[DEBUG ] check that /home/fer/Desktop/ is accessible
[DEBUG ] _e2_pane_change_dir (rt:,path:"/home/fer/Desktop/",update:1,hook:1)
[DEBUG ] list cache 'open-history' not found, creating NULL entry
[DEBUG ] cache 'config-width' found
[DEBUG ] cache 'config-height' found
[DEBUG ] enter top-level main loop
[DEBUG ] managing cd to /home/fer/Desktop/
[DEBUG ] shut down a cd-timer for this pane
[NOTICE] Changing INactive pane to /home/fer/Desktop/
[DEBUG ] change-dir-thread (ID=3068148624) started
[DEBUG ] managing cd to /home/fer/Desktop/
[DEBUG ] shut down a cd-timer for this pane
[NOTICE] Changing active pane to /home/fer/Desktop/
[DEBUG ] _e2_fileview_change_dir: /home/fer/Desktop/[DEBUG ]
_e2_fileview_change_dir: /home/fer/Desktop/
[DEBUG ] current directory data loaded
[DEBUG ] setup to clear stores later
[NOTICE] e2_combobox_activated_cb
[DEBUG ] e2_combobox_set_active: 0
[DEBUG ] change-dir-thread (ID=3059755920) started
[DEBUG ] callback: cursor changed
[DEBUG ] focus row is 0
[DEBUG ] repoint encoding conversion funcs if necessary, after CD
[DEBUG ] _e2_fileview_change_dir ends
[DEBUG ] current directory data loaded
[NOTICE] e2_combobox_activated_cb
[DEBUG ] e2_combobox_set_active: 0
[DEBUG ] callback: cursor changed
[DEBUG ] focus row is 0
[DEBUG ] repoint encoding conversion funcs if necessary, after CD
[DEBUG ] _e2_fileview_change_dir ends
[DEBUG ] all change-polling initialised after filelists filled
[DEBUG ] 2 old liststore(s) cleared
[DEBUG ] callback: mouse button 1 press event type 4
[DEBUG ] callback: cursor changed
[DEBUG ] focus row is 13
[DEBUG ] callback: button release
[DEBUG ] callback: mouse button 3 press event type 4
[DEBUG ] e2_menu_action_activated_cb
[DEBUG ] _e2_context_menu_selected_cb, menu: 8deb838
[DEBUG ] timer callback: e2_menu_action_activated_cb2
[DEBUG ] e2_action_run (from:, rt:file.view)
[DEBUG ] e2_task_set_data (pid:0,mode:2,command:(null))
[DEBUG ] e2_action_run () ends
[DEBUG ] immediate-action-thread (ID=3068148624) started
[DEBUG ] repoint encoding conversion funcs if necessary, before action
starts
[DEBUG ] Assuming file is from user's locale, encoding CP1252
[DEBUG ] FAILED conversion of content from CP1252 to UTF8
[DEBUG ] Conversion from ISO-8859-15 encoding to be attempted
[DEBUG ] Read text file charset is UNKNOWN
[DEBUG ] arranged keybinding idle-sync for general.dialogs
[DEBUG ] register widget 9076028 in keybinding category 'general.dialogs'
[DEBUG ] general.dialogs e2_keybinding_sync
[DEBUG ] In e2_fileview_clean_selected() selected: 906f580
[DEBUG ] immediate-action-thread (ID=3068148624) finished
[DEBUG ] _e2_view_dialog_response_cb (dialog:_,response:-7,rt:_)
[DEBUG ] e2_keybinding_disrol, category: ALL, widget: _
[DEBUG ] UNregister keybinding for widget
[DEBUG ] callback: mouse button 3 press event type 4
[DEBUG ] timer callback: e2_menu_destroy, menu: 8deb838
[DEBUG ] e2_menu_action_activated_cb
[DEBUG ] _e2_context_menu_selected_cb, menu: 8deb138
[DEBUG ] timer callback: e2_menu_action_activated_cb2
[DEBUG ] e2_action_run (from:, rt:file.info)
[DEBUG ] e2_task_set_data (pid:0,mode:2,command:(null))
[DEBUG ] e2_action_run () ends
[DEBUG ] immediate-action-thread (ID=3059755920) started
[DEBUG ] register widget 90760e8 in keybinding category 'general.dialogs'
[DEBUG ] signal handler (signal num:17)
[WARN  ] received signal from unrecorded child process (4691)
[DEBUG ] signal handler (signal num:17)
[WARN  ] received signal from unrecorded child process (4693)
[DEBUG ] start local wait for other context
[DEBUG ] starting poll loop
[DEBUG ] Start _e2_main_loop_clean_BGL, loopdata: 9051ab0 thread 3059755920
[DEBUG ] In _e2_main_loop_clean_loop, loopdata: 9051ab0 thread 3059755920
[DEBUG ] In e2_fileview_clean_selected() selected: 905ff90
[DEBUG ] immediate-action-thread (ID=3059755920) finished
Killed

########### Crash on deleting a folder via right click, Actions, delete (in
that moment, before appearing the normal window to confirmation)
u
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/debian-unofficial/menu.ex
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/docs/HACKING
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/docs/WARNING
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/docs/CONFIGURATION
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/docs/SPEC
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/docs/LGPL
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/docs/USAGE
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/docs/TODO
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/docs/NEWS
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/docs/ACTIONS
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/docs/README
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/docs/GPL
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/docs/INSTALL
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/docs/emelfm2.1
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/docs/CREDITS
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/docs/desktop_environment/emelfm2.applications
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/docs/desktop_environment/emelfm2.desktop
[DEBUG ] more refresh request(s), deferred because busy
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_extsort_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/mirror_horiz_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/hidden_noshow_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_unpack_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/apply_all_32.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_glob_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_tag_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/filter_off_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/output_hide_48.png
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/icons/su_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/add_mark_top_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/save_selection_32.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/mirror_vert_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/gtk-discard.svg
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_copy_48.png
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/icons/view_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/bookmark_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_clip_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_rename_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/emelfm2_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/symlink_as_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_find_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_foreach_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/filter_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_move_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_clone_48.png
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/icons/dragsel.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/emelfm2_24.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/permissions_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/terminal_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/hidden_show_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/open_with_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/owners_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_du_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/split_vert_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/output_show_48.png
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/icons/move_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/proceed_32.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_config_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/emelfm2_32.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/split_horiz_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_crypt_48.png
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/icons/ps_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/copy_as_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/cl_clear_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/mounts_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/trash_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/move_as_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/switch_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_dircmp_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/delete_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/symlink_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_timeset_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_pack_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/add_mark_bottom_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/plugin_selmatch_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/icons/user_commands_48.png
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_task_backend.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_output.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_keybinding.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_toolbar.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_main.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_filetype.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_mousebinding.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_context_menu.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_mousegesture.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_fileview.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_task.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_fileview.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_main.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_mousegesture.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_bookmark.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_window.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_output.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_mousebinding.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_bookmark.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_task_backend.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_pane.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_window.o
[DEBUG ] more refresh request(s), deferred because busy
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_dnd.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_filelist.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_filelist.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_plugins.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_task.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_pane.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/stroke.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_toolbar.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_plugins.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_filetype.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_dnd.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_context_menu.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/e2_keybinding.deps
[DEBUG ] dest path is /home/fer/Desktop/test/emelfm2-0.6.0/objs/src/stroke.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/actions/e2_action.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/actions/e2_action_option.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/actions/e2_action.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/actions/e2_action_option.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_date_filter_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_permissions_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_mkdir_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_password_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_select_dir_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_edit_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_file_info_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_tree_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_gesture_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_file_info_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_edit_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_config_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_edit_dialog_undo.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_size_filter_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_filetype_dialog.o
[DEBUG ] more refresh request(s), deferred because busy
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_name_filter_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_date_filter_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_edit_dialog_undo.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_gesture_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_about_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_password_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_view_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_permissions_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_ownership_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_ownership_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_select_image_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_select_image_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_view_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_tree_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_select_dir_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_about_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_mkdir_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_filetype_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_name_filter_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_size_filter_dialog.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/dialogs/e2_config_dialog.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_widget.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_button.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_widget.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_button.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_list.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_utf8.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/debug.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_combobox.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_textiter.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_textiter.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_tree.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_hook.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_menu.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/debug.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_menu.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_utf8.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_list.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_hook.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_combobox.deps
[DEBUG ] more refresh request(s), deferred because busy
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_utils.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_tree.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/utils/e2_utils.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_color.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_cl_option.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_cache.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_tree_context_menu.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_tree.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_tree_context_menu.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option__default.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_sel.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_str.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_unknown.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_tree.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_bool.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_int.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_str.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_cl_option.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option__default.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_cache.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_color.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_sel.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_bool.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_unknown.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/config/e2_option_int.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/command/e2_command_line.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/command/e2_command.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/command/e2_command_line.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/command/e2_command.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/command/e2_alias.o
[DEBUG ] more refresh request(s), deferred because busy
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/command/e2_alias.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/command/complete/e2_complete.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/command/complete/e2_complete__path.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/command/complete/e2_complete.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/command/complete/e2_complete__mount.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/command/complete/e2_complete__path.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/command/complete/e2_complete__mount.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/filesystem/e2_fs_walk.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/filesystem/e2_fs_FAM_dnotify.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/filesystem/e2_fs.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/filesystem/e2_fs_FAM_inotify.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/filesystem/e2_fs_FAM.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/filesystem/e2_fs_mount.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/filesystem/e2_hal.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/filesystem/e2_hal.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/filesystem/e2_fs_FAM.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/filesystem/e2_fs_walk.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/filesystem/e2_fs_FAM_inotify.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/filesystem/e2_fs_mount.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/filesystem/e2_fs.deps
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/src/filesystem/e2_fs_FAM_dnotify.o
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_crypt.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_for_each.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_rename.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_view.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_glob.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_tag.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_cpbar.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_config.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_du.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_upgrade.so
[DEBUG ] more refresh request(s), deferred because busy
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_names_clip.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_clone.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_mvbar.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_find.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_dircmp.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_sort_by_ext.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_unpack.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_pack.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_times.so
[DEBUG ] dest path is
/home/fer/Desktop/test/emelfm2-0.6.0/objs/plugins/e2p_selmatch.so
[DEBUG ] post-task monitor-thread cleanup by thread 2982144912 completed
[DEBUG ] In _e2_task_thread_finish: names array 9a2cca0:
[DEBUG ] In e2_fileview_clean_selected() selected: 9a2cca0
[DEBUG ] taskQ-thread post-task operations done by 2982144912
[DEBUG ] accepting request to refresh /home/fer/Desktop/
[DEBUG ] start refresh filelist for /home/fer/Desktop/
[DEBUG ] setup to clear stores later
[DEBUG ] NO need for encoding conversion change after refresh
[DEBUG ] accepting request to refresh /home/fer/Desktop/test/
[DEBUG ] start refresh filelist for /home/fer/Desktop/test/
[DEBUG ] NO need for encoding conversion change after refresh
[DEBUG ] 2 old liststore(s) cleared
[DEBUG ] callback: mouse button 1 press event type 4
[DEBUG ] callback: cursor changed
[DEBUG ] focus row is 0
[DEBUG ] callback: cursor changed
[DEBUG ] focus row is 0
[DEBUG ] callback: button release
[DEBUG ] callback: mouse button 1 press event type 4
[DEBUG ] callback: button release
[DEBUG ] callback: mouse button 3 press event type 4
[DEBUG ] _e2_context_menu_selected_cb, menu: 9a16838
[DEBUG ] callback: mouse button 1 press event type 4
[DEBUG ] callback: button release
[DEBUG ] callback: mouse button 3 press event type 4
[DEBUG ] _e2_context_menu_selected_cb, menu: 9a16138
[DEBUG ] callback: mouse button 3 press event type 4
[DEBUG ] timer callback: e2_menu_destroy, menu: 9a16838
[DEBUG ] timer callback: e2_menu_destroy, menu: 9a16138
[DEBUG ] e2_menu_action_activated_cb
[DEBUG ] _e2_context_menu_selected_cb, menu: 9cbf228
[DEBUG ] timer callback: e2_menu_action_activated_cb2
[DEBUG ] e2_action_run (from:, rt:file.delete)
[DEBUG ] e2_task_set_data (pid:0,mode:2,command:(null))
[DEBUG ] e2_action_run () ends
[DEBUG ] _e2_task_run_processQ timer callback, thread 3073448384
[DEBUG ] _e2_task_run_processQ create Q thread
[DEBUG ] _e2_task_processQ - process queud item
[DEBUG ] task: delete
[DEBUG ] arranged keybinding idle-sync for general.dialogs
[DEBUG ] register widget 9ce9008 in keybinding category 'general.dialogs'
[DEBUG ] Q-process-thread (ID=2982144912) started
[DEBUG ] _e2_task_run_processQ timer callback FINISH
emelfm2: ../../src/xcb_io.c:176: process_responses: Assertion `!(req &&
current_request && !(((long) (req->sequence) - (long) (current_request)) <=
0))' failed.
[DEBUG ] system shutdown initiated by signal 6
[DEBUG ] attempted BGL re-lock
[DEBUG ] e2_task_cleanup, quit mainloop: 9ce87e0
emelfm2: ../../src/xcb_io.c:542: _XRead: Assertion `dpy->xcb->reply_data !=
0' failed.
[DEBUG ] system shutdown initiated by signal 6
[DEBUG ] attempted BGL re-lock
[DEBUG ] e2_task_cleanup, quit mainloop: 9ce87e0
[DEBUG ] e2_task_cleanup, replace BGL
[DEBUG ] write config file: /home/fer/.config/emelfm2/config-en_US.UTF-8
[DEBUG ] e2_task_cleanup, replace BGL

(emelfm2:5806): GLib-CRITICAL **: g_hash_table_destroy: assertion
`hash_table->ref_count > 0' failed
[DEBUG ] write config file: /home/fer/.config/emelfm2/config-en_US.UTF-8
[DEBUG ] bad attempt to open BGL
[DEBUG ] write cache file: /home/fer/.config/emelfm2/cache
[DEBUG ] write cache file: /home/fer/.config/emelfm2/cache
[DEBUG ] touch config dir
Aborted


On Thu, Jun 11, 2009 at 22:52, <tpgww@xxxxxxxxxxx> wrote:

> On Tue, 9 Jun 2009 21:51:06 -0400
> Fernando Ossandon <ferossan@xxxxxxxxx> wrote:
>
> > Hi Tom, I'm experiencing the same random crashes (and same output):
> > emelfm2: Fatal IO error 11 (Resource temporarily unavailable) on X server
> > :0.0.
> > I'm using Ubuntu 9.04 and the following:
> >
> > libgtk2.0-0    2.16.1-0ubuntu2
> > xorg    1:7.4~5ubuntu18
> > gcc    4:4.3.3-1ubuntu1
> >
> > Maybe worth to mention that it crash not just deleting files, also in
> simple
> > tasks like viewing a text file or trying to edit it (right click menu).
> > It is quite frustrating not be able to use a great application like this
> > one.
> > If I can help debugging, please let me know how.
>
> Yes please. I'm still trying to work out what's going wrong, as I get no
> such bad behaviour.
>
> Is the problem always related to something involving some file(s) as well
> as a separate (dialog) window (e.g. confirm, rename, view) ?
>
> If a new window is involved, precisely when does it crash - before window
> opens, or when it's closing ?
>
> Does it matter how such window is closed - window-title click vs "do it"
> button vs "cancel" button ?
>
> Does it matter how the action is initiated e.g. key-binding vs menu-item vs
> button-click ?
>
> What sort of file-alteration-checking is used - default (periodic polling)
> or inotify etc ?
>
> Building emelFM2 with DEBUG=1 and running via terminal may produce some
> useful message(s), but a debug-build also alters code-optimisation and
> timing of things, the latter of which may well be the ultimate problem. A
> less-disruptive approach is to edit emelfm2.h and uncomment the line (at
> about 160)
> //#define DEBUG_MESSAGES_ALWAYS
> before rebuilding
>
> Regards
> Tom
>
>
> --
> Users can unsubscribe from the list by sending email to
> emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or
> by logging into the web interface.
>

Other related posts: