Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.11
-
None
-
None
Description
Reported to the dev mailing list by Ivan Bodunov:
"Hi,
After I wrote my filter in JavaScript I decided to rewrite it in Erlang and
faced some problems.
Even the simplest possible filter written in Erlang causes crashes in
CouchDB.
Filter is
"filters": { "foo": "fun(
,Req) -> true end." }
Command to trigger the filter is
Following link contains the crash report:
http://friendpaste.com/6eFpPOtTaaSRiXEvaUEmrZ
CouchDB 0.11 on Mac.
"
patch attached with test