https://bugs.winehq.org/show_bug.cgi?id=45116
--- Comment #13 from Hanno Meyer-Thurow h.mth@web.de --- Hokay, that unhandled page fault on read access to 0x00000000 happens in winedevice.exe. If I try to attach winedbg to that process it just hangs.
$ env WINEPREFIX="/home/die/.wine-staging" /usr/lib/wine-staging-3.7/bin/winedbg Wine-dbg>info process pid threads executable (all id:s are in hex) 00000010 4 'explorer.exe' 0000000e 5 'services.exe' 00000022 4 _ 'winedevice.exe' 0000001d 3 _ 'plugplay.exe' 00000013 4 _ 'winedevice.exe' 00000008 9 'TomTom MyDrive Connect.exe' Wine-dbg>attach 19 *** hangs here trying to attach to pid 00000013 ***
And the TomTom application hangs, too. How would I properly attach to a winedevice.exe process?