-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
Segfault when serializing class with single String field #2245
Comments
jtfmumm
changed the title
Segfault when serializing
Segfault when serializing class with single String field
Sep 22, 2017
backtrace:
|
The String has to be empty. Updated description. |
Actually, serializing an empty string on its own segfaults. |
This was introduced in b90ec8f @Praetonus thoughts? |
Praetonus
pushed a commit
to Praetonus/ponyc
that referenced
this issue
Sep 22, 2017
This change fixes a bug in Array/String_Serialise_Trace where the data pointer would be traced for immutable and opaque objects, instead of mutable and immutable ones. Closes ponylang#2245.
Praetonus
pushed a commit
to Praetonus/ponyc
that referenced
this issue
Sep 22, 2017
This change fixes a bug in Array/String_Serialise_Trace where the data pointer would be traced for immutable and opaque objects, instead of mutable and immutable ones. Closes ponylang#2245.
dipinhora
added a commit
to dipinhora/ponyc
that referenced
this issue
Sep 24, 2017
This commit fixes a bug in how empty strings are serialised. Resolves ponylang#2245.
SeanTAllen
pushed a commit
that referenced
this issue
Sep 24, 2017
This commit fixes a bug in how empty strings are serialised. Resolves #2245.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following segfaults when attempting to serialize a class with a single String field.
however, with
it works.
The text was updated successfully, but these errors were encountered: