Open thesamesam opened 2 months ago
Ew! I wonder how this has never showed up for us (we valgrind dtrace routinely). Anything special in your setup?
This strongly suggests that one of the things that get assigned to elf_file in dump_elf64 (and probably the nearly-dead dump_elf32 as well) is itself uninitialized, since the variable itself is memset to 0 so it must be being de-initialized in part to trigger this. The offset should tell us what...
Sam, do you have a way to reproduce this?
@ezannoni I don't but Kris managed to hit the same error as I did (he mentioned it the other day on IRC).