out of memory (v1.5)

Found a bug in "Everything"? report it here
Post Reply
redwood
Posts: 26
Joined: Sun May 02, 2021 2:32 pm

out of memory (v1.5)

Post by redwood »

when try this query
"E:\m\DOUBT (2008)\" regex:content:[\x{0600}-\x{06ff}]

I get this error message then everything terminates

Code: Select all

Everything
---------------------------
.\src\mem.c(1078): mem_alloc(): Fatal error: out of memory 751632384
---------------------------
OK   
Version 1.5.0.1318a (x86) and the folder contains 3 files
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: out of memory (v1.5)

Post by void »

Thanks for the bug report redwood,

This error is shown when Everything runs out of memory.


Everything is trying to convert the unknown content to various ANSI, UTF-8, UTF-16 formats.
If there's not enough memory, Everything will throw this error.

The next alpha update will silently fail if there is not enough memory available.


For now, if you know the file format, please try one of the follow content search functions:

utf8content:
ansicontent:
utf16content:
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: out of memory (v1.5)

Post by void »

Everything 1.5.0.1320a will now silently fail if there is not enough memory available to perform the content search.
redwood
Posts: 26
Joined: Sun May 02, 2021 2:32 pm

Re: out of memory (v1.5)

Post by redwood »

Thank you, I would like to point out that the stable version 1.4 does not have this issue
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: out of memory (v1.5)

Post by void »

Everything 1.4 will fall back to UTF-8 only if there's no associated iFilter.

Everything 1.4 will silently fail if there is not enough memory.
Post Reply