https://bugs.winehq.org/show_bug.cgi?id=53032
--- Comment #9 from Artem S. Tashkinov aros@gmx.com --- I've tried to
$ gdb wine attach X
$ gdb wine attach Y
(twice because there are two winedevice.exe processes)
Then I exit whatever wine application I've launched, e.g. notepad.exe and then I see:
(gdb) bt #0 0xf7fe0142 in ?? () Backtrace stopped: Cannot access memory at address 0x31f86c
(gdb) bt #0 0xf7f0f142 in ?? () Backtrace stopped: Cannot access memory at address 0x31f86c
$ ps ax | grep wine 136801 pts/2 Sl+ 0:00 gdb ./wine 137098 ? Zsl 0:00 [winedevice.exe] <defunct> 137106 ? Zsl 0:00 [winedevice.exe] <defunct> 137394 pts/4 Sl+ 0:00 gdb ./wine
Zombies! No idea what's going on.