We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On FreeBSD/x86_64 and Linux/PPC64, the test "Multiple threads running shared fibers" of module core.thread segfaults.
core.thread
The observed behaviour is:
joinAll
=> boom!
The segfault vanishes if you change the timings, e.g. insert a `printf´ into the thread delegate.
This does not happen on Linux/x86 and Linux/x86_64. Therefore it is unclear if it is a race condition in the unit test or a code generation bug.
The crash on OS X reported in issue #492 might have the same root cause.
The text was updated successfully, but these errors were encountered:
Same failure on mingw32 with release 0.13.0. Requires compiling with at least -O2.
-O2
Sorry, something went wrong.
Merge pull request #495 from braddr/install
4eca448
draft install target
No branches or pull requests
On FreeBSD/x86_64 and Linux/PPC64, the test "Multiple threads running shared fibers" of module
core.thread
segfaults.The observed behaviour is:
joinAll
=> boom!
The segfault vanishes if you change the timings, e.g. insert a `printf´ into the thread delegate.
This does not happen on Linux/x86 and Linux/x86_64. Therefore it is unclear if it is a race condition in the unit test or a code generation bug.
The crash on OS X reported in issue #492 might have the same root cause.
The text was updated successfully, but these errors were encountered: