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

Exit event loop in libasync using a signal #1349

Merged
merged 3 commits into from
Dec 9, 2015
Merged

Exit event loop in libasync using a signal #1349

merged 3 commits into from
Dec 9, 2015

Conversation

etcimon
Copy link
Contributor

@etcimon etcimon commented Dec 8, 2015

No description provided.

@s-ludwig
Copy link
Member

s-ludwig commented Dec 9, 2015

I've taken a closer look and the issue is with the unit test in vibe.core.sync, line 303 ff.

t1 hangs in sleep(20.msecs); indefinitely, so that t1.join() never returns either.

@etcimon
Copy link
Contributor Author

etcimon commented Dec 9, 2015

Yes, the timer isn't being rescheduled because of a mistake I made in the driver. I'm testing it some more submitting a pull request.

@etcimon
Copy link
Contributor Author

etcimon commented Dec 9, 2015

Seems like it was a pretty serious issue

@s-ludwig
Copy link
Member

s-ludwig commented Dec 9, 2015

Looks nasty. Good to have this resolved!

s-ludwig added a commit that referenced this pull request Dec 9, 2015
Exit event loop in libasync using a signal
@s-ludwig s-ludwig merged commit f2fae7a into vibe-d:master Dec 9, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants