http://bugs.winehq.org/show_bug.cgi?id=21422
--- Comment #3 from Peter Dons Tychsen donpedro@tdcadsl.dk 2010-01-20 15:58:25 --- Thanks for looking at it Eric.
a/ test.exe doesn't any debug information
Right, but it does have the symbols and the offsets.
the module computation is likely correct, but the symbol you're looking for is present in two modules, but as dbghelp doesn't handle correctly the test.exe module, it only locates one symbol
You might be right, but i still don't understand how module_get_container() can return "lib/libc" for "test.exe". Does it make sense?
real fix is to try to load the COFF symbol table before the export table that shouldn't be too long to do, just need to find time in order to find time to decide when to do it
Ok, great. Thanks again for looking into it.
/pedro