-
Notifications
You must be signed in to change notification settings - Fork 772
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
[Logs] ObjectDisposedException when using ParseStateValues #2905
Comments
Quick note on root cause:
@CodeBlanch fixed the issue for Scopes, by copying the Scope, before we go out of the Logging scope. We need to do something similar. Irrespective of the above, OTLP LogExporter should not throw and cause app crash - this is a quick fix and can be addressed in coming release. The fix for the above issue (with accessing state after the "state" is disposed) need more time. |
Thanks for update. When will be a new release? A new RC will be nice, because are already 2 crashing bugs for Logs. |
Waiting for the 3rd crash 😆 ... (Release process is still manual, so want to do one when there is a reasonable amount of payload.) |
The fix for the above issue (with accessing state after the "state" is disposed) need more time. ^ @CodeBlanch agreed to look at addressing this issue. |
When using
ParseStateValues
option for logging the app crashThe text was updated successfully, but these errors were encountered: