-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 ourterms of serviceand privacy statement.We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FiberFailure doesn't fill its stacktrace #9025
Labels
Comments
Relates to#1218. |
/bounty $350 to lazily(?) reconstruct the proper stack trace in the fiber failure, potentially during |
💎 $350 bounty• ZIOSteps to solve:
Thank you for contributing to zio/zio!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following scala
App
throws. The printed stacktrace starts at thesubcall()
method. I expected it to capture the full trace includingcal()
andTest.main()
.I'm integrating zio gradually in my code base and am usingunsafeRunSync
here and there. Important parts of stacktraces are missing. I wonder if this is on purpose or if it's an oversight.The text was updated successfully, but these errors were encountered: