-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
Critical OpenTelemetry Bug in v0.17.0 #490
Comments
Which OS and Python version are you using? I can't repro this on my macbook with Python 3.12.6. |
Windows 11 in python venv with python 3.12.0, I couldn't find a way to get any logs or a stack trace so I wasn't sure how I could debug. |
I don't have my windows machine at hand so I'll need to test it later when I'm back home. Do you have other versions of Python? I can test it but it would be nice to have more information - is this 3.12.0 specific because version |
Sorry, I can't reproduce this on Windows either. |
Any project which depends on opentelemetry's resource module will cause viztracer to silently fail. I tried to debug but whenever I get to the end of the resource module the application simply exits silently. Notably, the code below will succeed with viztracer v0.16.3.
Minimal Reproduction:
The text was updated successfully, but these errors were encountered: