https://bugs.winehq.org/show_bug.cgi?id=56048
Bug ID: 56048 Summary: winedbg --auto: shows incomplete modules list Product: Wine Version: 9.0-rc2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winedbg Assignee: wine-bugs@winehq.org Reporter: bernhardu@mailbox.org Distribution: ---
When lookgin into the attachement of bug 55985 I wondered why just one module is shown. It looks like this executable somehow achives to link against a 32-bit module while the process is 64-bit. This 32-bit module is loaded to the lowest address of all modules, gets therefore sorted to index 0 in winedbg and therefore this is used as the processes architecture.