Changes between Initial Version and Version 1 of Ticket #12340, comment 6
- Timestamp:
- Aug 2, 2016, 6:57:33 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12340, comment 6
initial v1 1 1 Replying to [comment:5 anonymous]: 2 2 > 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.html3 Maybe 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 4 4 The stack-allocator adds an protected page (virtual memory) at the end of each stack. 5 5 Please report if it works for you.