FYI, I have unbound 1.4.0 configured with --with-libevent on linux kernel 2.6.29 x86_64. The compile process was smooth, but I got the following error when starting unbound :
unbound[30520]: segfault at 10 ip 00007f8e599deb61 sp 00007f8e58c2c020 error 4 in libpthread-2.10.1.so[7f8e599d6000+16000]
Did you have a config setting:
module-config: "iterator"
instead of the default? If so, that is the issue. "validator iterator"
is a workaround and a fix is in the svn repo.
Thanks for the report, if its not the above, I'd appreciate more detail.
Sorry for lack information. Yes the module-config used was "iterator". Commented out module-config fix the problem. For you information, this is unbound 1.4.0 with --with-libevent using libevent-2.0.3-alpha. The machine running Arch Linux Kernel 2.6.29 x86_64 with 4GB memory and E2200 (dual 2.20GHz).
Below is snippet configuration from unbound.conf, if there is any suggestion I will happy to hear: