I saw the announcement this morning, and was very excited, as I had been hoping sup would be turned into a library,<br>since I like the concept more than the UI (I'd rather an emacs interface).<br><br>I did a preliminary compile which worked out fine, but sysconf(_SC_SC_GETPW_R_SIZE_MAX) returns -1 on<br>
FreeBSD, so notmuch_config_open segfaulted.<br><br>Attached is a patch that supplies a default buffer size of 64 in cases where -1 is returned.<br><br><a href="http://www.opengroup.org/austin/docs/austin_328.txt">http://www.opengroup.org/austin/docs/austin_328.txt</a> - seems to indicate this is acceptable behavior,<br>
and <a href="http://mail-index.netbsd.org/pkgsrc-bugs/2006/06/07/msg016808.html">http://mail-index.netbsd.org/pkgsrc-bugs/2006/06/07/msg016808.html</a> specifically uses 64 as the<br>buffer size.<br><br><br>