[protobuf] Re: --decode_raw errors with 'Failed to parse input'

2016-02-09 Thread Josh Haberman
It looks like Vinay didn't get a response when posting in 2013. A couple things to keep in mind though: - protobufs are raw binary data, and they can contain NULL bytes. In Vinay's message above, GDB is probably treating the serialized protos as text strings, and so will stop printing at the fi

[protobuf] Re: --decode_raw errors with 'Failed to parse input'

2016-02-03 Thread tarun sharma
Hi Vinay I am facing the same problem, I am reading protobuf data from a coredump and I need to decode it to see what values it has, and I am getting the same error ("Failed to parse input."). Did you find out a way out? Thanks! Tarun On Wednesday, 7 August 2013 16:22:58 UTC-7, Vinay Wagh wrot