Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions changelog/2.075.0_pre.dd
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,7 @@ The feature already existing for Windows' fiber implementation is now added to
the systems using mmap to allocate fibers' stacks: After (or before) the last
page used for the Fiber's stack, the page is allocate which is protected for
any kind of access. This will cause system to trap immediately on the fiber's
stack overflow. If in debugger session, one can inspect contents of the memory
before or after stack pointer and it can be seen if it contains END OF FIBER
string pattern.
stack overflow.
)
)

Expand Down