Open Poldraunic opened 12 months ago
It's hard to tell what's wrong without knowing the contents of crashpad_test.sym
. That being said since the parser is failing on line 0 then that file is likely to have some major issue.
Oh, absolutely, it just slipped my mind :D
Here are the .sym files generated by Google Breakpad and Rust implementations:
Sending as .txt because GitHub didn't want to accept .sym. Do you also need a dump file?
Hi!
I am trying to use stackwalker, but it fails on trying to parse .sym file. Currently I am making dumps using Google Crashpad, but for dumping symbols and stackwalking I am using Rust implementation.
I tried to use dump_syms from Google Breakpad, but nothing has changed. Dumped files seem identical. I also tried chaning file encoding from UTF16 to UTF8 as Google Breakpad stackwalker was not working with UTF16 files for whatever reason.
Any tips?