Re: [exim] bad memory allocation requested (2147483632 bytes…

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jeremy Harris
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] bad memory allocation requested (2147483632 bytes) at string_catn 1163
On 05/10/2021 17:35, Cyborg via Exim-users wrote:
> Am 05.10.21 um 15:17 schrieb Laura Williamson via Exim-users:
>> Hi
>>
>> Getting this error with 4.95, does not happen with 4.94.2, any idea?
>>
>> Best
>>
>>
> That's 2 GB of Memory or  in 32 Bit 0x7FFFFFFF aka a signed int.


I make it 2^31 - 16
- certainly a rather odd number.

Exim arranges a clean death for the process involved, which
is unfortunate for investigating this. I'd really like
a stack dump, but I suspect the only way will be a repeat-by
run under a debugger, with a breakpoint on the die() routine
(yes, literally).
--
Cheers,
Jeremy