On 30 June 2011 05:06, Christian Carter <cdcar...@gmail.com> wrote:
> Hey Everyone,
>
> I'm getting a very weird error when running one of my list functions,
> leading me to believe the query server is crashing, but I don't know for
> sure.  Log and function located at http://pastie.org/2138189.  The database
> can be cloned from cdcarter.iriscouch.com/illi, as well.  The crash
> consistently happens after those 6 keys get logged, and well, I'm stumped.
>  Any ideas?
>
> Thanks!
> Christian Carter
>

Hi Christian,

If you set debug mode on (and turn admin party off) you can see your
couchdb logs remotely like this:

curl http://user:pas...@cdcarter.iriscouch.com/_log

It looks like your MR is written in coffeescript? As far as I can see,
CouchDB isn't aware of this yet at least on iriscouch; if it was I'd
expect to see a coffee test suite (missing) and config query servers
updated (missing) based on this patch from janl
https://github.com/janl/couchdb/commit/7ca8251cd63f2b0ab73dc7fcad0248f97519fd25

A+
Dave

Reply via email to