Everything - CE+O - Crash

Discussion related to "Everything" 1.5 Alpha.
Post Reply
therube
Posts: 5633
Joined: Thu Sep 03, 2009 6:48 pm

Everything - CE+O - Crash

Post by therube »

Everything - CE+O - Crash, 1400a x86, Win7 x64

closed instance 11-04-25
opened 11-11-25

seemed to open correctly (& as it was in the process of doing so)
History | Restore
seemed to load correctly (what was visible was correct, sorted, & ... as expected)
at which time, it immediately crashed
?

during the initial open, as it was 1 week old, it was updating, including gather properties
& it was during this period (actually it was immediately after the GUI was up) that I,
History | Restore

now, that is not untypical for me to do, though it is untypical for a particular Instance
to not have been opened for a week's time


2nd attempt... i waited (before attempting the, History | Restore)
& it updated... including Properties
& /then/, i History | Restore

(& with that, no issues)


(i forgot to get) troubleshooting (so this is from my travel version, so some settings may be slightly different from the actual instance that crashed):

Code: Select all

Everything 1.5.0.1400a (x86)
OS:	Windows NT 6.1 7601 (x64)
Admin:	0
Service:	6 (connected / partially installed)
Command line:	-instance HOME -read-only -no-auto-include
Binary:	C:\DEV\LOCATE\HOME\Everything.exe
Profile:	C:\DEV\LOCATE\HOME\Everything-HOME.ini
Database:	C:\DEV\LOCATE\HOME\Everything-HOME.db
Instance:	HOME

Config:
match_path=1
ignore_punctuation=1
shell_max_path=0
shell_execute_short_parameters=1
show_mouseover=0
dupe_group_colors=1
highlight_max_or_paths=256
zoom=134
auto_include_fixed_volumes=0
auto_remove_offline_ntfs_volumes=0
auto_move_ntfs_volumes=0
auto_move_refs_volumes=0
auto_move_fat_volumes=0
find_first_file_path_not_found_retry_timeout=30000
icon_blend_hidden=1
thumbnail_medium_text_lines=3
thumbnail_large_text_lines=2
filelist_preview=0
filelist_context_menu=0
open_many_files_warning_threshold=9
set_foreground_window_attach_thread_input=0
path_hit_text_only=1
snap_toggle_on_shift=1
rename_overwrite=1
allow_literal_operators=1
convert_forward_slash_to_backslash=1
operator_precedence=1
size_format=1
size_number_format=4
ellipsis=0
jump_to_timeout=99999
folder_rescan_timeout=60000
text_plain_extensions=a;ans;asc;ascx;asm;asp;aspx;asx;bas;bat;bcp;btm;c;cc;cd;cls;cmd;cod;contact;cpp;cs;csa;csh;cshader;csproj;css;csv;cxx;dbs;def;dic;dos;dsh;dshader;dsp;dsw;efu;ext;faq;filters;fky;fx;gsh;gshader;h;hh;hhc;hlsl;hlsli;hpp;hpp;hsh;hshader;hta;htm;html;htt;htw;htx;hxx;i;ibq;ics;idl;idq;inc;inf;ini;inl;inx;ipp;jav;java;js;json;jsproj;kci;lgn;log;lst;lua;m3u;mak;map;md;mdp;mk;odc;odh;odl;php;pkgdef;pkgundef;pl;prc;ps1xml;psh;pshader;py;rc;rc2;rct;reg;res;rgs;rul;s;scc;shtm;shtml;sln;slnf;sol;sql;srf;stm;tab;tdl;tlh;tli;trg;tt;txt;udf;udt;url;user;usr;vb;vbproj;vbs;vcp;vcproj;vcw;vcxproj;viw;vsh;vshader;vspscc;vsscc;vssscc;wri;wtx;xml;xsd;xsl;xslt
find_and_select_clear_selection=0
find_and_select_select_folders=0
find_and_select_select_files=0
context_menu_parent_folder=1
custom_open_command01=$exec("C:\WLIB\PLAYERS\mpv.net\mpvnet.exe" %*)
custom_open_command02=$exec("C:\BIN\XXhash64.BAT" %*)
filter=VIDEO
preview_icon=1
findbar_highlight_all=0
search_for_text_when_you_start_typing=1
search_history_always_suggest=1
columns=[{"name":"Name","width":315},{"name":"Size","width":84},{"name":"Path","width":148},{"name":"Length","width":54},{"name":"Extension","width":36},{"name":"Date Modified","width":112}]
ntfs_volumes=...
properties=[{"name":"Length","include_only_files":"*.3gp;*.asf;*.asx;*.avi;*.divx;*.f4v;*.flv;*.m2t;*.m2ts;*.m2v;*.m4v;*.mkv;*.mp4;*.mpe;*.mpeg;*.mpg;*.mov;*.mts;*.ogm;*.ogv;*.qt;*.ram;*.rm;*.rmvb;*.smil;*.swf;*.ts;*.vob;*.vp6;*.webm;*.wmv;*.h264;*.srt;*.part","fast_sort":1}]

Policy:

Plugins:
(.dmp, emailed)
void
Developer
Posts: 19568
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything - CE+O - Crash

Post by void »

Thank you for the dmp file therube,

This is a crash can occur when:
Everything UI is started.
Everything UI tries to connect to the service, but fails. (might not be running, or a disconnection occurs)
Everything starts a 1 minute timer to reconnect to the service.
Everything connects to the service through other events, or could still technically be connected, but in a disconnected state.
The timer started earlier expires and Everything reconnects to the service.

It is this service reconnection that is causing corruption when there is already a connection.

I will have a fix soon.
void
Developer
Posts: 19568
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything - CE+O - Crash

Post by void »

Everything 1.5.0.1401a fixes a crash when disconnected from the Everything Service.
Post Reply