I concur. The original error was saying that your map process died.
The general cause of such things is that you've got either an error in
your javascript (syntax or runtime).
Preemptively I'm gonna create a feature request ticket for better
javascript error reporting. I'm pretty sure it was brought up before
either on the ML or IRC.
Paul
On Tue, Sep 2, 2008 at 6:01 PM, Chris Anderson <[EMAIL PROTECTED]> wrote:
> On Tue, Sep 2, 2008 at 2:59 PM, Arjun Guha <[EMAIL PROTECTED]> wrote:
>> Okay, noise, I think I know what the problem is, Couch views doesn't seem to
>> like it when a nested object has the same name as its parent:
>>
>> { "foo" : { "foo" : 45 } }
>>
>
> There's no reason that should matter. It may be something else...
>
> --
> Chris Anderson
> http://jchris.mfdz.com
>