nickva commented on issue #551: [Jenkins] couchjs segfaults URL: https://github.com/apache/couchdb/issues/551#issuecomment-312054001 Out of interest I found out that on Ubuntu 12 image. The predictable segfault is caused by this linker flag: `-Wl,-Bsymbolic-functions` Deb package adds that to config/autoconf.mk to `OS_LDFLAGS` variable. So just adding that to the vanilla upstream source on Ubuntu 12 ends up reproducing the segfault. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
