https://bugs.winehq.org/show_bug.cgi?id=49617
--- Comment #3 from ryan@rnrcarpet.com --- Thanks, will look into that. For the moment:
So 5.13 is causing a systemd coredump here. Hopefully this is of use.
https://www.freedesktop.org/software/systemd/man/systemd-coredump.html
wine debug: 16538.870:0088:009c:trace:mountmgr:udisks_filter changed "/org/freedesktop/systemd1/unit/systemd_2dcoredump_2esocket"
core dump: Storage: /var/lib/systemd/coredump/core.wineserver.1000.203cdc594e97495e9287b8a93d9f9972.144148.1595706719000000000000.lz4 Message: Process 144148 (wineserver) of user 1000 dumped core.
Stack trace of thread 144148: #0 0x00007effe5f46aa0 __libc_free (libc.so.6 + 0x8caa0) #1 0x00000000004135ba inode_close_pending (wineserver64 + 0x135ba) #2 0x00000000004144bd remove_lock (wineserver64 + 0x144bd) #3 0x0000000000414565 fd_destroy (wineserver64 + 0x14565) #4 0x0000000000422cd0 release_object (wineserver64 + 0x22cd0) #5 0x0000000000422cd0 release_object (wineserver64 + 0x22cd0) #6 0x000000000041abee close_handle (wineserver64 + 0x1abee) #7 0x000000000041b2bb req_close_handle (wineserver64 + 0x1b2bb) #8 0x00000000004377d8 call_req_handler (wineserver64 + 0x377d8) #9 0x000000000043e360 thread_poll_event (wineserver64 + 0x3e360) #10 0x000000000041493b main_loop_epoll (wineserver64 + 0x1493b) #11 0x0000000000414ba2 main_loop (wineserver64 + 0x14ba2) #12 0x0000000000404242 main (wineserver64 + 0x4242) #13 0x00007effe5ee1042 __libc_start_main (libc.so.6 + 0x27042) #14 0x00000000004042be _start (wineserver64 + 0x42be)
It does that then has the 1st:
16538.870:00cc:00e4:trace:winsock:__WSAFDIsSet (socket 0078, fd_set 0x166fcc4, count 0) <- 0
A few random things:
16538.870:0020:0350:trace:msvcrt:_lock (19) 16538.870:0020:0350:trace:msvcrt:_unlock (19)
And ends with this or something like that:
16538.870:0088:009c:trace:mountmgr:udisks_filter changed "/org/freedesktop/systemd1/unit/systemd_2dhostnamed_2eservice"
Have seen some thread blocked by other thread to try again in n seconds following all this.
Whatever is causing this, I don't know what it is. If its a commit, just not seeing what it would be.