[exim-dev] Re: [Bug 3047] bad internal_store_malloc request (2147483632 bytes) from function_store_get 66

2024-01-21 Thread Andrew C Aitchison via Exim-dev
On Sun, 21 Jan 2024, Exim Bugzilla via Exim-dev wrote: https://bugs.exim.org/show_bug.cgi?id=3047 --- Comment #21 from Simon Arlott --- (In reply to Andrew Aitchison from comment #20) This patch (against 4.97.1) should tell us whether PCRE wants too much store, or a negative amount.

[exim-dev] Re: [Bug 3047] bad internal_store_malloc request (2147483632 bytes) from function_store_get 66

2024-01-04 Thread Andreas Metzler via Exim-dev
On 2024-01-03 Andrew C Aitchison via Exim-dev wrote: [...] > Do we know whether PCRE2 is 64-bit clean? Pcre2 was released end of 2015 whixch was more than ten years after the indroduction of amd64. At this time 64bit was already the norm. It is very unlikely that Pcre2 has more bugs that show up

[exim-dev] Re: [Bug 3047] bad internal_store_malloc request (2147483632 bytes) from function_store_get 66

2024-01-03 Thread Andrew C Aitchison via Exim-dev
On Wed, 3 Jan 2024, Exim Bugzilla via Exim-dev wrote: https://bugs.exim.org/show_bug.cgi?id=3047 --- Comment #6 from Jeremy Harris --- Interesting: sum += size; DEBUG(D_transport) debug_printf("check_dir_size: size from %s is " OFF_T_FMT "\n", name, size);