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

stack guard fails to protect against crashes in the primary thread on some platforms #4392

Closed
davidnich opened this issue Jan 16, 2022 · 0 comments

Comments

@davidnich
Copy link
Contributor

the primary thread needs a larger guard area on platforms where the get_stack_size() API is not usable

@davidnich davidnich added this to the 1.1 milestone Jan 16, 2022
@davidnich davidnich self-assigned this Jan 16, 2022
@davidnich davidnich added this to To do in Qore Development via automation Jan 16, 2022
davidnich added a commit that referenced this issue Jan 16, 2022
…size() API was not available; always use get_stack_size() on platforms where it is available

removed sleep() from classes.qtest
davidnich added a commit that referenced this issue Jan 16, 2022
* use dynamic pgsql schemas for local tests

* CI updates

* test updates

* added the create synonym grant to the oracle user

* added a 2 hour sleep in a test for debugging purposes

* removed delay & removed unneeded struct that confused some older g++ compilers

* readded delay for testing

* refs #4392 added 64K of stack guard on platforms where the get_stack_size() API was not available; always use get_stack_size() on platforms where it is available
removed sleep() from classes.qtest

* fixed a copy/paste error

* refs #2104 fixed a bug in the rethrow stmt in on_error blocks where the exception info was duplicated
added StringOutputStream::hasData()
fixed a race condition in Logger.qtest
doc fixes
Qore Development automation moved this from To do to Done Jan 16, 2022
davidnich added a commit that referenced this issue Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant