Thomas Klausner <w...@netbsd.org> wrote: >I've just tried updating the .net program 'torrentzip' >(archivers/torrentzip) to the latest version. The current pkgsrc >version can be run by calling 'mono' on it (the package installs a >wrapper), but the updated version is a Linux binary.
[snip] >But i'm not sure if that means there is a problem with futex() or if >that is already in the error handling. The futex() implementation in -current doesn't work correctly, so I would suspect that first. There is a newer version in the thorpej-futex branch, it works better with Linux OpenJDK but still fails to wake up some threads when expected.