src/qt/bitcoin-qt
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
Seems to be this bug in libevent.
Opening an issue to track this as the warning could be a bit scary if it's ever output to users.
At some point (don't know when, maybe even for 0.14) we probably want to build with the libevent 2.1.x series by default, which entered its beta phase start of 2015 and will likely be final "any day now". This will make some other things possible in the official build, too:
@fanquake: is the brew version of libevent patched? Or is our build on OSX 10.12 broken (i'm still on 10.11).
@jonasschnelli Looks like homebrew libevent stable (2.0.22) has been patched.
Hi, Anyone has any update on the below issue in MacOS 10.12. "[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0 Jan 05, 2017 8:20:18 PM org.openqa.selenium.os.UnixProcess destroy"
Going to close this.
Homebrew's libevent stable has been patched for this, and the 2.1.x branch doesn't have the issue (2.1.7-rc installed with --devel).
Also, now that libevent 2.1.7-rc is being used in depends, this should no-longer be a problem.