views:

282

answers:

0

I'm trying to analyze a mini crash dump and need symbol files in order to get more details about the crash. Im currently just seeing: "034eff74 0086eee9 00000000 0089d58d 034eff94 app_integrator!ZNK14ACE_Data_Block4baseEv+0x6"

Is it possible to extract debugging information from a msys/mingw gcc built dll into a windbg readable format using rebase.exe? If not, is there any other way of getting more detailed information, like loading a MAP file in some way?

The dll and all it's contained .o files are built with the -g flag.