Sean McBride

Results 421 comments of Sean McBride

Did you fix it? Or is one expected to use autotools and not CMake?

Looks like there is no OpenBSD option with Cirrus CI? I reproed in a VM with a very vanilla OpenBSD installation. That's a fair bit of work of course, which...

So I've updated the machine to OpenBSD 7.0 (current newest). That got me a slightly newer python, but the same crash: ``` builder3$ python3 Python 3.8.12 (default, Sep 28 2021,...

Upgrade successful, crash remains: ``` builder3$ python3 Python 3.8.12 (default, Sep 28 2021, 03:58:03) [Clang 11.1.0 ] on openbsd7 Type "help", "copyright", "credits" or "license" for more information. >>> import...

>I think the problem here is psutil.Process() (aka you can avoid the ".cpu_affinity()" bit). Ah ha! Yes, you are correct. I've opened the core file in gdb, but it shows...

Hmmm, this rabbit hole is getting pretty deep. I'm pretty far off what I'm trying to do, which is use cvise to auto-reduce a clang compiler crash. Its use of...

So on OpenBSD 7.0 on x86_64 (in VMWare), it works: ``` Python 3.8.12 (default, Sep 26 2021, 13:12:50) [Clang 11.1.0 ] on openbsd7 Type "help", "copyright", "credits" or "license" for...

Is this project still active? It looks nice, and I'm considering installing it, but coming up on 2 years since the last release gives me pause...

I have this to bring ITK closer to HDF5 upstream: https://github.com/InsightSoftwareConsortium/ITK/pull/2832 but I'm rather stuck on it...