♫ Christian Krause ♫

Results 78 comments of ♫ Christian Krause ♫

What you get for free with a build tool like GNU autotools is the generated `configure` script checking that all the dependencies are met (like zlib). This is important when...

IMO recommending `build()` as a default is fine, if you can't think of any other name. I agree with you that clarification about this is good, e.g. a note that...

@rbtcollins Thanks a lot for joining the discussion and introducing **ftrace** to me. I will definitely take a look at this tool. It might even be worth writing an **ftrace-analyzer**...

There is a crate [rs_tracing](https://crates.io/crates/rs_tracing). This could be added as an optional feature to **strace-analyzer**.

@JoernEngel Please try to reproduce with version 1.0.6.

Also, @JoernEngel, is it possible for you to provide the file you are testing with as a download so we can try to work with it? For such a download,...

configure is [in here](https://github.com/vasi/pixz/releases/download/v1.0.6/pixz-1.0.6.tar.gz). You probably downloaded one of the GitHub-generated tarballs. These do not contain the `make dist` generated files.

I just tried with a large file and couldn't reproduce: ``` $ dd if=file bs=1M | md5sum 4478+1 records in 4478+1 records out 4696129652 bytes (4.7 GB, 4.4 GiB) copied,...

@vasi any insights?