Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
CouchDB crashes when it fails writing to uri_file (set from the [couchdb] section). The error message is too vague to understand what's going on: "badmatch,{error,enoent". At least the filename should be mentioned.
P.S.
I'd say it's all Erlang's fault, because file:write_file() doesn't report the file name on errors.