Program crashes after moving and deleting ...

Found a bug in "Everything"? report it here
Post Reply
Elbart
Posts: 33
Joined: Sun Jan 24, 2010 12:53 pm

Program crashes after moving and deleting ...

Post by Elbart »

... multiple files in which are shown in the Everything-window as results with Windows Explorer.

Code: Select all

Faulting application Everything.exe
version 1.3.1.636
time stamp 0x5124abc7
faulting module Everything.exe
version 1.3.1.636
time stamp 0x5124abc7
exception code 0xc0000005
fault offset 0x00007c2d
process id 0x1280
application start time 01ce13a76f6c5d50.
Debug-window before the crash: http://i.imgur.com/P82fRNK.png

Vista SP2 x86, Everything is used as a service, I couldn't find any crash dumps.

PS: The keyboard-shortcut for the debugmode should be made customizable or more layout-independent as "Ctrl + ~" cannot be used on a German keyboard (~ is AltGr+"+" on those, which doesn't work with Ctrl).
For others: starting Everything with -debug does the same.
vsub
Posts: 432
Joined: Sat Nov 12, 2011 11:51 am

Re: Program crashes after moving and deleting ...

Post by vsub »

Elbart wrote: PS: The keyboard-shortcut for the debugmode should be made customizable or more layout-independent as "Ctrl + ~" cannot be used on a German keyboard (~ is AltGr+"+" on those, which doesn't work with Ctrl).
The shortcut can be changed...look for Tools | Console in the list
void
Developer
Posts: 15237
Joined: Fri Oct 16, 2009 11:31 pm

Re: Program crashes after moving and deleting ...

Post by void »

Thanks for the bug report, I have fixed the issue for the next release of Everything.

Everything's result item look-up cache was not being cleared after renaming or deleting a file.
Elbart
Posts: 33
Joined: Sun Jan 24, 2010 12:53 pm

Re: Program crashes after moving and deleting ...

Post by Elbart »

vsub wrote: The shortcut can be changed...look for Tools | Console in the list
Ah, thank you.
void wrote:Thanks for the bug report, I have fixed the issue for the next release of Everything.

Everything's result item look-up cache was not being cleared after renaming or deleting a file.
Thanks.
Elbart
Posts: 33
Joined: Sun Jan 24, 2010 12:53 pm

Re: Program crashes after moving and deleting ...

Post by Elbart »

Don't want to open another thread:

Got a crash after having multiple program-windows open with different search queries, and I was moving/deleting files, too.

Code: Select all

Problem Event Name:   APPCRASH
Application Name:   Everything.exe
Application Version:   1.3.1.636
Application Timestamp:   5124abc7
Fault Module Name:   Everything.exe
Fault Module Version:   1.3.1.636
Fault Module Timestamp:   5124abc7
Exception Code:   c0000005
Exception Offset:   0000abf6
OS Version:   6.0.6002.2.2.0.768.3
Locale ID:   3079
Additional Information 1:   fd00
Additional Information 2:   ea6f5fe8924aaa756324d57f87834160
Additional Information 3:   fd00
Additional Information 4:   ea6f5fe8924aaa756324d57f87834160
Debug: http://i.imgur.com/yxetRPb.png
I can send you a link to the crashdump, if needed.
Post Reply