couchone / build-couchdb

Batteries-included CouchDB build system
25 stars 44 forks source link

SpiderMonkey and os_process_error #16

Open axeljohnsson opened 13 years ago

axeljohnsson commented 13 years ago

Hi,

I'm trying to build CouchDB with help of build-couchdb. Everything seems to work, but when I query some view, CouchDB starts to throw out a lot of "reserved slot index out of range" and "{os_process_error, {exit_status,1}}".

Here's my procedure:

. build/env.sh
couchdb

I'm using IrisCouch's fork, the CouchDB version is 1.1.0, Erlang is R14B03 and Mac OS 10.6.7.

soitgoes commented 13 years ago

I'm receiving the same thing but inconsistently. I can build and run it fine on one machine 10.04 LTS x64 and one another I have this issue. Erlang is the same version. I'm not sure what to check. Even if I publish the binaries that work correctly to the machine that doesn't it does not work.

scottefein commented 13 years ago

I followed these instructions and it fixed all my spidermonkey issues on 10.04 x64 Rackspace Server https://github.com/cloudant/bigcouch/wiki/Binary-Packages