Skip to content

Fix error for missing Fiber when tracking uncaught exceptions #1482

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

Merged
merged 1 commit into from
Feb 15, 2016

Conversation

rosen-vladimirov
Copy link
Contributor

When tracking uncaught exceptions, we do not have fiber, but our code works with futures. So it fails with error "Can't wait without fiber".
Fix this by creating fiber.

@rosen-vladimirov rosen-vladimirov self-assigned this Feb 15, 2016
@rosen-vladimirov rosen-vladimirov added this to the 1.6.0 milestone Feb 15, 2016
When tracking uncaught exceptions, we do not have fiber, but our code works with futures. So it fails with error "Can't wait without fiber".
Fix this by creating fiber.
@rosen-vladimirov rosen-vladimirov force-pushed the vladimirov/fix-errors-fiber branch from 6c3fc25 to c2de308 Compare February 15, 2016 07:33
rosen-vladimirov added a commit that referenced this pull request Feb 15, 2016
Fix error for missing Fiber when tracking uncaught exceptions
@rosen-vladimirov rosen-vladimirov merged commit 69ba0c8 into release Feb 15, 2016
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/fix-errors-fiber branch February 15, 2016 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant