File selection and opening file crash [solved]

Found a bug or something that needs fixing?
Post Reply
twinsen
Posts: 109
Joined: Mon Dec 27, 2010 3:17 pm

File selection and opening file crash [solved]

Post by twinsen »

I've been getting another crash. I'll keep some notes here till I find the cause.

Case 1:
Apply filter (*.mp3), select them right click select properties => crash
Could not reproduce though. The dump file showed total selected files was a very large number, as if the struct was uninitialized, but it was passed as a param to a win32 function that was meant to populate it (so I couldn't find the cause). The area of code has not changed since v1.2 to the head. I could initialize the struct to empty, but I want to prove thats the cause first.

Case 2:
Apply filer (*substring*), double click on a txt file => crash
Could not reproduce. Dump file is pending analysis.

I was hoping it would be fixed by one of these patches, but this happens prior to commit 202 and not when copying.
http://www.explorerplusplus.com/forum/v ... ?f=7&t=793

(Edit)
Actually I'm finding this crash is happening a bit too often. Suspect its something to do with the difference between doing something to a file quickly after applying a filter vs after a refresh. Pressing F5 or waiting a few seconds seems to stop it happening.
I'll try using the nightly exe to see if I can get it happening there.
Last edited by twinsen on Mon Mar 28, 2011 12:48 pm, edited 1 time in total.
twinsen
Posts: 109
Joined: Mon Dec 27, 2010 3:17 pm

Re: File selection and opening file crash

Post by twinsen »

I'm marking this as fixed, since I can't reproduce with the nightly exe.
Post Reply