[Bug 50520] Any Rust-Lang application: Cannot create an async tcp connection

WineHQ Bugzilla wine-bugs at winehq.org
Thu Jan 21 22:37:56 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50520

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com

--- Comment #1 from Zebediah Figura <z.figura12 at gmail.com> ---
Thanks. It's using some undocumented internal socket details.

As a side note, it's crashing on my main development machine, with an illegal
instruction. Disassembly shows it's trying to use the instruction

   14002185c:    c4 e2 f3 f6 c9           mulx   %rcx,%rcx,%rcx

which requires the BMI2 extension, which my processor don't have. I don't know
if this is a bug (i.e. if the program is supposed to detect a missing extension
on Windows), but either way it's hampering my development somewhat; is it
possible for you to provide an executable tuned for earlier CPUs?

-- 
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.



More information about the wine-bugs mailing list