Pergunta

I am using google break pad to generate core dumps of linux applications. What I want to know is is there a way to convert from the .dmp that break pad creates to a linux core file, so that I can debug it with gdb and linux symbols?

Foi útil?

Solução

There is a tool in google break pad at /srs/tools/linux/md2core that does exactly this.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top