[Bug 51438] Rust compiler crashes with "free(): double free detected in tcache 2" message

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jul 10 04:44:59 CDT 2021


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

Bernhard Übelacker <bernhardu at mailbox.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernhardu at mailbox.org

--- Comment #1 from Bernhard Übelacker <bernhardu at mailbox.org> ---
Hello, I tried to run the instructions on top of
a plain wine64 built from todays git (49cde09958).

Unfortunately I could not reproduce the free error:

$ echo "fn main() {    println!(\"Hello World\");}" > roman.rs
$ cat roman.rs 
fn main() {    println!("Hello World");}
$ wine rustc roman.rs
$ wine roman.exe 
Hello World

Do you use prebuilt wine packages?

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