[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 #5 from Zoltan Herczeg <hzmester@???> ---
I am sorry that was the public function. The static private recursive function
is the match:

(gdb) disassemble match
Dump of assembler code for function match:
   0x00000000005399d2 <+0>:     push   %rbp
   0x00000000005399d3 <+1>:     mov    %rsp,%rbp
   0x00000000005399d6 <+4>:     push   %r15
   0x00000000005399d8 <+6>:     push   %r14
   0x00000000005399da <+8>:     push   %r13
   0x00000000005399dc <+10>:    push   %r12
   0x00000000005399de <+12>:    push   %rbx
   0x00000000005399df <+13>:    sub    $0x358,%rsp


That is 912 (856+7*8) bytes / frame here.

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