24 Sep
2024
24 Sep
'24
6:15 p.m.
On Tue, 24 Sep 2024 16:05:14 +0200, Kirill A. Korinsky kirill@korins.ky wrote:
#9 0x00000c7bec3e1054 in pool_data_stack_realloc (pool=<optimized out>, mem=0xc7d0cfeb028, old_size=4294967296, new_size=8589934592) at mempool-datastack.c:173
Here:
- 4294967296 is 0x100000000
- 8589934592 is 0x200000000
I have many core files which always contains that value.
I don't belive that such round number is broken stack or similar issue.
-- wbr, Kirill