You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Rogutės Sparnuotos (Updated JIRA)" <ji...@apache.org> on 2011/10/31 02:56:32 UTC

[jira] [Updated] (COUCHDB-1326) scanty error message when writing to uri_file fails

     [ https://issues.apache.org/jira/browse/COUCHDB-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rogutės Sparnuotos updated COUCHDB-1326:
----------------------------------------

    Attachment: 0001-A-more-useful-error-when-writing-to-uri_file-fails.patch

jan on irc said "patches welcome", so here is a bad one (don't know any Erlang):
1. I used Error2, because Error is defined up in scope and erlc complains about unsafe variables.
2. I used throw(), but it produces a trace and I think that Erlang traces scare
   users. Could one do
     echo "Failed to write uri_file %s, error %s."
     exit 1
   ?

                
> scanty error message when writing to uri_file fails
> ---------------------------------------------------
>
>                 Key: COUCHDB-1326
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1326
>             Project: CouchDB
>          Issue Type: Bug
>            Reporter: Rogutės Sparnuotos
>            Priority: Minor
>         Attachments: 0001-A-more-useful-error-when-writing-to-uri_file-fails.patch
>
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira