Eric Pouech <[EMAIL PROTECTED]> writes: > Alexandre Julliard a �crit : > > ChangeSet ID: 15811 > > CVSROOT: /opt/cvs-commit > > Module name: wine > > Changes by: [EMAIL PROTECTED] 2005/01/31 10:24:57 > > Modified files: > > dlls/dbghelp : elf_module.c Log message: > > Silence a noisy FIXME > > I fear that the issue may be somewhere else than the pure FIXME. Can > you describe what actually happened ?
Well, I get a bunch of FIXMEs for pretty much every dll that gets loaded, something like this: fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>: Letext<404d48c0-00000000> GetErrorString<404d48c0-fff7b79d> fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>: Letext<404d8bd0-00000000> CreateActCtxA<404d8bd0-fff7746d> fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>: Letext<404e5e10-00000000> GetCommandLineA<404e5e10-fff6a257> fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>: Letext<40514a60-00000000> AllocSelectorArray16<40514a60-fff3b62e> fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>: __divdi3<40529940-0000019e> Letext<40529940-00000000> fixme:dbghelp:elf_new_wine_thunks Duplicate in kernel32<elf>: __udivdi3<40529be0-0000011a> Letext<40529be0-00000000> It makes backtraces a bit hard to read <g> -- Alexandre Julliard [EMAIL PROTECTED]
