google / bloaty

Bloaty: a size profiler for binaries
Apache License 2.0
4.66k stars 337 forks source link

Can't read index 0 from strtab #345

Open eliao opened 1 year ago

eliao commented 1 year ago

Great tool!

Sometimes when I run it with "-d symbols" I get this error: bloaty: can't read index 0 from strtab, total size is 365881

I am unclear why it can't read index 0. Unfortunately, I'm not able to share my binary that is causing this.

It'll come and go with changes in the code. I don't particularly care about my strtab at the moment; is there a way to get bloaty to not exit here?

unwiredben commented 1 month ago

This is likely a duplicate of #217