This means your query server, couchjs, process is dying. Since your view code is clearly not at fault I would guess it's a linking issue with spidermonkey.
If you're on ubuntu there is wiki documentation about the tricky state of linking the javascript engine provided in the xulrunner-devel package. Can you run 'make check' successfully? The futon tests? On Apr 10, 2010 9:30 AM, "faust 1111" <[email protected]> wrote: Hi guy's. I run CouchDB 0.11.0 on Ubuntu lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 9.10 Release: 9.10 Codename: karmic When i try run simple view function(doc) { emit(doc['_id'],1); } in log i catch non stop print [Sat, 10 Apr 2010 16:29:00 GMT] [error] [<0.137.0>] OS Process Error <0.8699.0> :: {os_process_error,{exit_status,127}} Can any one help?
