Changes between Initial Version and Version 1 of Ticket #12340, comment 6


Ignore:
Timestamp:
Aug 2, 2016, 6:57:33 AM (6 years ago)
Author:
olli

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12340, comment 6

    initial v1  
    11Replying to [comment:5 anonymous]:
    22> The difference is that my test produces a stack overflow that is not caught.
    3 You should use protected_fixedsize stack-alloctor: http://www.boost.org/doc/libs/1_61_0/libs/context/doc/html/context/stack/protected_fixedsize.html
     3Maybe you should use protected_fixedsize stack-allocator: http://www.boost.org/doc/libs/1_61_0/libs/context/doc/html/context/stack/protected_fixedsize.html
    44The stack-allocator adds an protected page (virtual memory) at the end of each stack.
    55Please report if it works for you.