x64 Application crashes
infosecconsultant opened this issue · 0 comments
infosecconsultant commented
I'm trying to search an very large collection of files:
- 60,000 files, 800GB, 450 folders.
With the following command:
ag.exe -i SearchQuery
A few files are scanned and then the application crashes, opening a debug in Visual studio shows the following:
Unhandled exception at 0x0000000000400074 in ag.exe: 0xC0000005: Access violation executing location 0x0000000000400074.
Not really sure where to go from here. Any help is welcome.
Thanks!