On Aug 6, 2010, at 5:09 PM, Yue Chuan Lim wrote: > Further tested on the couch.io windows installer as well as a > couch.ioinstance with the same results, works on a temp view, crashes > on a actual > view. > > shasderias.couchone_remove_me_.com/_utils/database.html?gsc_lt2/_design/stats/_view/active_power > > is the couchone instance.
Is there any chance you have a few docs where the value is not a number? If you remove the reduce function completely and query the map is every single row's value a number? Thanks for helping us get to the bottom of this. Chris > > On Fri, Aug 6, 2010 at 9:01 PM, Yue Chuan Lim <[email protected]> wrote: > >> And curiously enough, running it as a temp view works just fine. >> >> [info] [<0.1859.0>] 127.0.0.1 - - 'POST' >> /gsc_lt2/_temp_view?limit=11&descending=true&group=true 200 >> >> >> On Fri, Aug 6, 2010 at 8:38 PM, Yue Chuan Lim <[email protected]>wrote: >> >>> Fairly standard map/reduce function, map looks something like >>> >>> function(doc) { >>> if(doc.data[12] > 0) { >>> key = doc._id.split("|")[0]; >>> emit(key, doc.data[12]); >>> } >>> } >>> >>> Data returned by map is along the lines of: ("test1", 123), ("test1", >>> 245). >>> >>> Reduce is just: _stats >>> >>> Crash log: http://pastebin.com/aX7jeeLm >>> Platform: Windows 7 (32-bit) >>> >>> Using the installer by Mark Hammond. Incidentally, is the installer on >>> couch.io the preferred one for windows deployment? >>> >>> Thanks >>> >>> >>> >>
