Skip to content
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

iPhone5 parseFromData:error: Crash #7875

Closed
chengssir opened this issue Sep 7, 2020 · 3 comments
Closed

iPhone5 parseFromData:error: Crash #7875

chengssir opened this issue Sep 7, 2020 · 3 comments

Comments

@chengssir
Copy link

1Protobuf0xa568GPBCodedInputStreamReadDouble (malformed)
2Protobuf0x348fb-[GPBMessage mergeFromCodedInputStream:extensionRegistry:] (malformed)
3Protobuf0xae29-[GPBCodedInputStream readMessage:extensionRegistry:] (malformed)
4Protobuf0x34a71-[GPBMessage mergeFromCodedInputStream:extensionRegistry:] (malformed)
5Protobuf0x34059-[GPBMessage mergeFromData:extensionRegistry:] (malformed)
6Protobuf0x31ba5-[GPBMessage initWithData:extensionRegistry:error:] (malformed)
7Protobuf0x34109+[GPBMessage parseFromData:extensionRegistry:error:] (malformed)
8Protobuf0x340df+[GPBMessage parseFromData:error:] (malformed)

@thomasvl
Copy link
Contributor

thomasvl commented Sep 8, 2020

There isn't enought data to go on here.

Are things crashing or simply returning an error? What version of the protobuf library are you using to generate and to link into your application?

Can you share any more information about your proto file definitions and the example input so we can see the specifics to figure out what's happening?

@thomasvl
Copy link
Contributor

thomasvl commented Sep 8, 2020

BTW - This could be an old bug that was fixed in #6678. Please make sure you are using a recent version of the library to have that fix.

@perezd
Copy link
Contributor

perezd commented Oct 22, 2020

Closing this, re-open if it is still an issue.

@perezd perezd closed this as completed Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants