Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to detect stack overflow #324

Closed
xuqing-er opened this issue Apr 4, 2021 · 1 comment
Closed

How to detect stack overflow #324

xuqing-er opened this issue Apr 4, 2021 · 1 comment

Comments

@xuqing-er
Copy link

Hi~
I found that in libgo, libcopp and other coroutine libraries, guard pages are used to detect stack overflow. I want to know whether argobots's detection mechanism is the same as them?

thanks

@shintaro-iwasaki
Copy link
Collaborator

Currently Argobots supports only stack canary (i.e., no active mechanism that uses mprotect() or something similar).

It's discussed in #274. Please check it if you are interested in this issue. I'd be happy to hear any suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants