[
https://issues.apache.org/jira/browse/COUCHDB-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851577#action_12851577
]
Victor Igumnov commented on COUCHDB-716:
----------------------------------------
Here is couch.app
{application, couch, [
{description, "Apache CouchDB"},
{vsn, "0.11.0"},
{modules, []},
{registered, [
couch_config,
couch_db_update,
couch_db_update_notifier_sup,
couch_external_manager,
couch_httpd,
couch_log,
couch_primary_services,
couch_query_servers,
couch_rep_sup,
couch_secondary_services,
couch_server,
couch_server_sup,
couch_stats_aggregator,
couch_stats_collector,
couch_task_status,
couch_view
]},
{mod, {couch_app, [
"/opt/extra/etc/couchdb/default.ini",
"/opt/extra/etc/couchdb/local.ini"
]}},
{applications, [kernel, stdlib]},
{included_applications, [crypto, sasl, inets, oauth, ibrowse, mochiweb]}
> CouchDB fails to start, just hangs.
> -----------------------------------
>
> Key: COUCHDB-716
> URL: https://issues.apache.org/jira/browse/COUCHDB-716
> Project: CouchDB
> Issue Type: Bug
> Components: Database Core
> Affects Versions: 0.11
> Environment: opensolaris/snv98
> Reporter: Victor Igumnov
>
> CouchDB 0.10.x works well while CouchDB 0.11 fails to start, it just hangs
> with no debug information. I have used truss to trace the execution to the
> hang point.
> Truss debug info
> http://temp.fabulously40.com/~victori/couch.txt
> Pstack info on the hanged process
> http://temp.fabulously40.com/~victori/couchdb-pstack.txt
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.