-
Notifications
You must be signed in to change notification settings - Fork 126
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
Deep resetting causes segfaults for some classes #745
Comments
nicktindall
added a commit
that referenced
this issue
Oct 19, 2023
nicktindall
added a commit
that referenced
this issue
Oct 19, 2023
nicktindall
added a commit
that referenced
this issue
Oct 19, 2023
nicktindall
added a commit
that referenced
this issue
Oct 19, 2023
nicktindall
added a commit
that referenced
this issue
Oct 19, 2023
nicktindall
added a commit
that referenced
this issue
Oct 19, 2023
nicktindall
added a commit
that referenced
this issue
Oct 19, 2023
nicktindall
added a commit
that referenced
this issue
Oct 19, 2023
nicktindall
added a commit
that referenced
this issue
Oct 19, 2023
I don't believe we should be resetting any objects which are not collections or Marshallables/SelfDescribingMarshallables with reset() |
Released in Chronicle-Wire-2.25ea1, BOM-2.25ea1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new deep resetting feature traverses in to all objects and attempts to set their fields back to the "default" values. This doesn't play nice with (at least)
LocalDate
.The text was updated successfully, but these errors were encountered: