summaryrefslogtreecommitdiffstats
path: root/src/winmain/qtmain_winrt.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-06-15 10:51:37 -0700
committerThiago Macieira <thiago.macieira@intel.com>2015-06-22 22:22:51 +0000
commit741a7aef585b07f3510dc5566b390c6124640e65 (patch)
tree2accd0f6666b2b9119da411ffee4b9271d0e50ba /src/winmain/qtmain_winrt.cpp
parent706af26acc5deeeab17ac135daa23876a69c78dc (diff)
QtTest: Increase the size of the alternate stack
The default (8kB) isn't enough for modern Linux on x86-64. I can't exactly account for it, as the size of the xsave area is 0x340 bytes, plus the regular area it's still less than ~1.5 kB. But empirically we can see that 8kB causes a SIGSEGV when a signal is delivered, while 16 kB works. Since we're increasing the size, let's make sure it ends up in a separate page from the rest of the .bss data. Change-Id: I5d1e6f7607404caa96e4ffff13e84c87c33723c7 Reviewed-by: Jason McDonald <macadder1@gmail.com>
Diffstat (limited to 'src/winmain/qtmain_winrt.cpp')
0 files changed, 0 insertions, 0 deletions