-
Notifications
You must be signed in to change notification settings - Fork 1.7k
proc macro server dies too easily and loses panic messages #6880
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
Comments
I've noticed this too, the loss of backtraces is due to the macro-side I don't know why the double panic happens, but that would be great to fix as it tears down the whole process. |
Another example: the server is crashing on the |
I just checked that the code mentioned do not crash now (052e722) ?! |
I'm not sure how exactly I've made it crash -- are you getting no errors in the RA output channel? It should also crash on its own in three RA repo. |
Yes, no errors. |
I'm using a nightly Rust, maybe that's why? 2020-12-20.08-36-22.mp4(Firefox doesn't play that video, try to download it or use Chrome) |
I was playing with the example in #6868 (comment) and it seems really easy to make it crash:
The text was updated successfully, but these errors were encountered: