Mateusz Mikuła

Results 233 comments of Mateusz Mikuła

@jhpratt Linux has the best overall support. This issue is just harder to debug. > What changed between 2018-11-03 and 2018-11-06, as indicated in this issue? I presume that's a...

Rust still doesn't work with version 0.9.8 with default config: Details ``` (gdb) bt #0 0x00007ffff7fbf499 in ?? () from /usr/lib64/faketime/libfaketime.so.1 #1 0x00007ffff7fc43f5 in clock_gettime () from /usr/lib64/faketime/libfaketime.so.1 #2 0x00005555555851cc...

I'm having similar issue: ``` $ juju kill-controller conjure-up-localhost-975 WARNING! This command will destroy the "conjure-up-localhost-975" controller. This includes all machines, applications, data and other resources. Continue? (y/N):y Unable to...

@faern I have tried to create such branch but got stuck on `write!(..)` calls to mutable slice like [this one](https://github.com/rust-lang/rust/blob/affe0d3a00e92fa7885e3f5d2c5073fde432d154/library/std/src/net/ip.rs#L1003). AFAIK they are not supported in `core`: The error: ```...

For me it's even more apparent with [Postman](https://www.getpostman.com/downloads/), it will steal focus multiple time during launch. I don't this it's Guake bug but rather window manager or the app.

The difference is minimal with current master and nightly: ``` test sum_3_azip ... bench: 825 ns/iter (+/- 130) test sum_3_azip_fold ... bench: 820 ns/iter (+/- 105) ```

Updated description, hope it's clear now.

> Older Rust compiler versions also used to output DWARF sections in PE. It's not related to the version but the target. `i686-pc-windows-gnu` produces PE with Dwarf 2 and it's...

Not very fresh but it contains multiple reports: https://github.com/rust-lang/rust/issues/51180

Gdb sometimes isn't able to get useful results on Windows, in that cases you can resort to lldb, windbg or winedbg (on Linux).