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

"Cilk runtime error: thread creation (3) failed: 11" #4

Open
rrnewton opened this issue Feb 12, 2014 · 1 comment
Open

"Cilk runtime error: thread creation (3) failed: 11" #4

rrnewton opened this issue Feb 12, 2014 · 1 comment
Milestone

Comments

@rrnewton
Copy link
Member

You can find an example of this here:

http://tester-lin.soic.indiana.edu:8080/job/accelerate-multidev/28/JENKINS_GHC=7.6.3,label=linux-soic/console

This must have something to do with repeatedly loading code from shared objects during these tests, rather than starting another process.

@rrnewton
Copy link
Member Author

This hack probably will not work if one Haskell process starts multiple calls to the Acc/Cil backend from different threads...

We can temporarily put a lock on the Haskell side around the compile phase of the process (ick).

@rrnewton rrnewton added this to the 1.0 milestone Feb 24, 2014
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

1 participant