https://bugs.winehq.org/show_bug.cgi?id=49437
--- Comment #12 from Alex S iwtcex@gmail.com --- (In reply to Alex S from comment #11)
You, guys, are no fun at all. All crashes there are caused by Wine being compiled in a chroot/jail with headers prior to https://reviews.freebsd.org/rS361349. I mean, the commit message blatantly states "Restore the binary compatibility for link_map l_addr", those binaries still receive an uncorrected address when run on a newer host (l_addr in the old struct defintion = l_base in the new definition). Thus, the _rtld_version_laddr_offset check is not appropriate here.