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

Supervisorstrategy does not preserve stacktrace #1499

Closed
Danthar opened this issue Dec 4, 2015 · 1 comment
Closed

Supervisorstrategy does not preserve stacktrace #1499

Danthar opened this issue Dec 4, 2015 · 1 comment

Comments

@Danthar
Copy link
Member

Danthar commented Dec 4, 2015

As reported by @stevemesser.
When an unhandled exception gets sent to the Supervisor strategy the stacktrace is not preserved.

This has to do with the way the ActorCell handles faults. It simply rethrows errors.
This can be resolved using the ExceptionDispatchInfo system.

IMO its very annoying missing out on the stacktrace. Coincidently i've been bit by this yesterday. Ill pick this up myself and make a PR today.

@Aaronontheweb
Copy link
Member

Resolved by #1500

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants