Page 1 of 1

Crash in 18.00.0011

Posted: 09 Jul 2017 14:16
by Stilez
I'm pretty sure that I know what's going on with this crash.
Windows data below (Win 8.1 x64).

I had a custom column set up for SHA1. When I opened XYPlorer it was on the root list of shares for my Samba server. As soon as I chose a share to open, it (of course) started to recalculate the SHA1 hashes for items in the share, which I didn't need this session. So I right clicked on the column header and removed the column. As it was still calculating hashes for items in the column, it crashed. When I reopened XYPlorer and stopped the hashing process before removing the column (by pressing escape first) then it didn't crash.

Code: Select all

Problem Event Name:	APPCRASH
  Application Name:	XYplorer.exe
  Application Version:	18.0.0.11
  Application Timestamp:	594d2c9c
  Fault Module Name:	XYplorer.exe
  Fault Module Version:	18.0.0.11
  Fault Module Timestamp:	594d2c9c
  Exception Code:	c0000005
  Exception Offset:	002e9b3b
  OS Version:	6.3.9600.2.0.0.256.4
  Locale ID:	2057

Re: Crash in 18.00.0011

Posted: 12 Jul 2017 11:37
by admin
Could you post the code of that column?

Re: Crash in 18.00.0011

Posted: 12 Jul 2017 22:20
by Stilez
There's no code as such. I just created a new (empty) column and assigned the special property "SHA1" to it.

Re: Crash in 18.00.0011

Posted: 13 Jul 2017 18:13
by admin
OK, I'll check that...

Re: Crash in 18.00.0011

Posted: 14 Jul 2017 11:02
by admin
Got it. Your analysis was correct! :tup: