TextAnalysisTool / Releases

Repository for storing release artifacts (ex: binaries).
88 stars 26 forks source link

Crash when reloading text file #71

Closed dedyle closed 3 years ago

dedyle commented 4 years ago

I get a crash from time to time when reloading a text file.

image

It seems similar to https://github.com/TextAnalysisTool/Releases/issues/53 but this time, the crash is coming from GetLineFilterNames()

vincec-msft commented 4 years ago

Can you give more details that would help narrow the problem? Is it consistent with a certain file? Are filters loaded? Are any lines hidden? How are you reloading the file?

dedyle commented 4 years ago

The file I'm reloading is being appended in the background. I'm reloading by pressing "F5". This is not consistent. Happens maybe 1 out of 20 times I'm reloading. Filters are loaded (some enabled some disabled) and there are hidden lines. I started seeing this crash after I've upgraded to latest version. Before that I've used some 2017 version (maybe 2017-01-24) and the problem was not seen in this same scenario.

DavidAnson commented 3 years ago

This should be fixed in the 2020-12-17 release (thanks, Vince Curley!).