1251a Hang

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

1251a Hang

Post by therube »

1251a Hang

add Property: Length
video:
Find dups:

didn't realize there was a large number of vids
watched as the progress bar progressed
then hit Cancel

Everything hung.
Unable to interact with it.
Using: 0% CPU, no I/O, 109 MB RAM (expected)

(WhatIsHang & .dmp sent.)

Code: Select all

Description:
  A problem caused this program to stop interacting with Windows.

Problem signature:
  Problem Event Name:	AppHangB1
  Application Name:	Everything.exe
  Application Version:	1.5.0.1251
  Application Timestamp:	605ec3dd
  Hang Signature:	b813
  Hang Type:	0
  OS Version:	6.1.7601.2.1.0.768.3
  Locale ID:	1033
  Additional Hang Signature 1:	b8131ae792edbcd31ed344607e8270ee
  Additional Hang Signature 2:	6b9a
  Additional Hang Signature 3:	6b9a093574bbc5df2e3e876bd09e7310
  Additional Hang Signature 4:	b813
  Additional Hang Signature 5:	b8131ae792edbcd31ed344607e8270ee
  Additional Hang Signature 6:	6b9a
  Additional Hang Signature 7:	6b9a093574bbc5df2e3e876bd09e7310
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: 1251a Hang

Post by void »

Thanks for the crash dump and log therube,

The crash dump shows Everything trying to abort the sort/find dupes. However, it is stuck still reading the length for some mpg files.

Disabling the Windows property system might help.
/property_system=0
(1 is the default)

Disabling multiple threads might help:
/no_incur_seek_penalty_multithreaded=0
(1 is the default)

Adding native support for mpg is on my TODO list.
therube
Posts: 4580
Joined: Thu Sep 03, 2009 6:48 pm

Re: 1251a Hang

Post by therube »

(Just to note, these .mpg are simply "sample" or whatever files that come with Windows [7] or some such:
E:\Windows\Performance\WinSAT\Clip_480p_5sec_6mbps_new.mpg)
Post Reply