http://bugs.winehq.org/show_bug.cgi?id=59042 Brendan Shanks <bshanks@codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bshanks@codeweavers.com --- Comment #1 from Brendan Shanks <bshanks@codeweavers.com> --- Right, Rosetta 2 doesn't support x86 segmentation (beyond having one segment that covers the entirety of the 32-bit address space). The only thing Wine can do about this (aside from a different CPU emulator) is try to handle the failure better. The Rosetta error occurs when calling i386_set_ldt() but that function doesn't return: instead the process just hangs, takes 100% of a CPU, and needs to be kill -9'ed. It would be nicer to detect an LDT that Rosetta is going to reject, then print an error and terminate the process instead. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.