[pcre-dev] [Bug 1642] Tests fail due to stack space being li…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1642] Tests fail due to stack space being limited to 16 M
https://bugs.exim.org/show_bug.cgi?id=1642

--- Comment #6 from Elliot Saba <staticfloat@???> ---
(lldb) disassemble -n match
libpcre2-8.0.dylib`match:
0x10007e0f0: pushq %rbp
0x10007e0f1: movq %rsp, %rbp
0x10007e0f4: subq $0xd60, %rsp

That is 3432 (3424 + 1*8) bytes per frame. A wee bit more, I'd say.

--
You are receiving this mail because:
You are on the CC list for the bug.