Tony Kelman

Results 356 comments of Tony Kelman

What is `prop` in that function? I get slightly different numbers each time, seems to start at 167772179 the first call, then goes up by 3 each time? `fd` ends...

`offset` is 0x0000000000000a60, or 2656, on both platforms. I agree the wrong-data problem is due to `fd`. Not so sure on the permissions part when not in the REPL, that's...

commenting out try, finally, end doesn't make any difference edit: no difference from replacing `local fd` with `fd = convert(Cint, -1)` either

`fd` in `readmmap` is always 3. Maybe the `unsafe_load` is the problem? At some point we could give up and disable mmap'ing on Windows for HDF5 purposes. Your little test...

I think it is, the mmap tests are still disabled for Windows https://github.com/timholy/HDF5.jl/blob/d8300406ed619b5cca754919a32edb87a94982cb/test/jld.jl#L350

Was this a problem with both 0.3 and 0.4?

And after 791b5d4af2c2fb029e4a38b291726964a0515dcf in the package, 0.3 still leaks memory?

I'm going to sleep. @staticfloat may be online for a little while, and can do anything necessary with binaries. If we decide to immediately backport the corresponding Julia commit and...

what bizarre curl version can't do `curl -f -o /Users/atitus/.julia/v0.5/ZMQ/deps/downloads/zeromq-3.2.4.tar.gz -L https://archive.org/download/zeromq_3.2.4/zeromq-3.2.4.tar.gz` ?

I was a bit surprised the last time I compared Mumps to Pardiso (this was using Basel Pardiso, before we got MKL Pardiso working in Ipopt https://projects.coin-or.org/Ipopt/ticket/216 - wouldn't expect...