https://bugs.winehq.org/show_bug.cgi?id=55710
--- Comment #29 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Paul Gofman from comment #27)
So it is /lib64/ld-2.27.so (dynamic loader) is getting loaded at low addresses for some reason. It is loaded by Wine preloader manually, that is, before any other Wine code works. I also don't see any Staging patches touching preloader.
I suspect some system change which triggered it. No immediate ideas how that can happen. Do you recall system wide changes / updates approximately when it could break?
No, I wouldn't connect system updates with this breakage, although that's certainly possible.
(In reply to Paul Gofman from comment #28)
Also, are you sure that preloader in /lib64 is correct (and you are supposed to have glibc 2.27)? Normally those are in /usr/lib64 now. Which OS / version is that?
$ /lib64/libc-2.27.so GNU C Library (GNU libc) stable release version 2.27. Copyright (C) 2018 Free Software Foundation, Inc. ...
$ cat /etc/redhat-release ALT Workstation 9.0 (Laertes)
Yes, this system has some obscure differences with Ubuntu/Redhat.