Skip to content

Instantly share code, notes, and snippets.

@jchris
Created September 24, 2011 22:05
Show Gist options
  • Save jchris/1239928 to your computer and use it in GitHub Desktop.
Save jchris/1239928 to your computer and use it in GitHub Desktop.
GNU gdb 6.3.50-20050815 (Apple version gdb-1708) (Mon Aug 8 20:32:45 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".Attaching to process 44141.
2011-09-24 15:04:57.694 daz[44141:f803] Registering custom .ini file /Users/jchrisa/Library/Application Support/iPhone Simulator/5.0/Applications/696D756A-2862-4778-A48A-E63A9E7FDAF8/daz.app/app.ini
2011-09-24 15:04:57.697 daz[44141:f803] Couchbase: Starting CouchDB, using runtime files at: /Users/jchrisa/Library/Application Support/iPhone Simulator/5.0/Applications/696D756A-2862-4778-A48A-E63A9E7FDAF8/daz.app/CouchbaseResources (built Sep 21 2011, 14:55:44)
Eshell V5.8 (abort with ^G)
1> Apache CouchDB 1.0.1-emonk-ios (LogLevel=debug) is starting.
1> Configuration Settings ["/Users/jchrisa/Library/Application Support/iPhone Simulator/5.0/Applications/696D756A-2862-4778-A48A-E63A9E7FDAF8/daz.app/CouchbaseResources/default.ini",
"/Users/jchrisa/Library/Application Support/iPhone Simulator/5.0/Applications/696D756A-2862-4778-A48A-E63A9E7FDAF8/Documents/default_ios.ini",
"/Users/jchrisa/Library/Application Support/iPhone Simulator/5.0/Applications/696D756A-2862-4778-A48A-E63A9E7FDAF8/daz.app/app.ini",
"/Users/jchrisa/Library/Application Support/iPhone Simulator/5.0/Applications/696D756A-2862-4778-A48A-E63A9E7FDAF8/Documents/couchdb_local.ini"]:
1> [app_server_emonk] source="/Users/jchrisa/Library/Application Support/iPhone Simulator/5.0/Applications/696D756A-2862-4778-A48A-E63A9E7FDAF8/daz.app/CouchbaseResources/emonk_app.js"
1> [app_servers] erlang="{couch_app_server_erlang, nil}"
1> [app_servers] javascript="{couch_app_server_emonk, nil}"
1> [attachments] compressible_types="text/*, application/javascript, application/json, application/xml"
1> [attachments] compression_level="8"
1> [couch_httpd_auth] auth_cache_size="50"
1> [couch_httpd_auth] authentication_db="_users"
1> [couch_httpd_auth] authentication_redirect="/_utils/session.html"
1> [couch_httpd_auth] require_valid_user="false"
1> [couch_httpd_auth] secret="80f97b3d6249b738cb56a9ce187c5236"
1> [couch_httpd_auth] timeout="600"
1> [couchdb] database_dir="/Users/jchrisa/Library/Application Support/iPhone Simulator/5.0/Applications/696D756A-2862-4778-A48A-E63A9E7FDAF8/Documents/couchdb"
1> [couchdb] delayed_commits="true"
1> [couchdb] max_attachment_chunk_size="4294967296"
1> [couchdb] max_dbs_open="100"
1> [couchdb] max_document_size="4294967296"
1> [couchdb] os_process_timeout="10000"
1> [couchdb] uri_file="/Users/jchrisa/Library/Application Support/iPhone Simulator/5.0/Applications/696D756A-2862-4778-A48A-E63A9E7FDAF8/Documents/couch.uri"
1> [couchdb] util_driver_dir="meh"
1> [couchdb] view_index_dir="/Users/jchrisa/Library/Application Support/iPhone Simulator/5.0/Applications/696D756A-2862-4778-A48A-E63A9E7FDAF8/Documents/couchdb"
1> [daemons] auth_cache="{couch_auth_cache, start_link, []}"
1> [daemons] external_manager="{couch_external_manager, start_link, []}"
1> [daemons] httpd="{couch_httpd, start_link, []}"
1> [daemons] ios_driver="{couch_ios, start_link, []}"
1> [daemons] os_daemons="{couch_os_daemons, start_link, []}"
1> [daemons] query_servers="{couch_query_servers, start_link, []}"
1> [daemons] replication_manager="{couch_replication_manager, start_link, []}"
1> [daemons] uuids="{couch_uuids, start, []}"
1> [daemons] vhosts="{couch_httpd_vhost, start_link, []}"
1> [daemons] view_manager="{couch_view, start_link, []}"
1> [httpd] allow_jsonp="false"
1> [httpd] authentication_handlers="{couch_httpd_oauth, oauth_authentication_handler}, {couch_httpd_auth, cookie_authentication_handler}, {couch_httpd_auth, default_authentication_handler}"
1> [httpd] bind_address="0.0.0.0"
1> [httpd] default_handler="{couch_httpd_db, handle_request}"
1> [httpd] max_connections="256"
1> [httpd] port="5985"
1> [httpd] secure_rewrites="true"
1> [httpd] vhost_global_handlers="_utils, _uuids, _session, _oauth, _users"
1> [httpd_db_handlers] _changes="{couch_httpd_db, handle_changes_req}"
1> [httpd_db_handlers] _compact="{couch_httpd_db, handle_compact_req}"
1> [httpd_db_handlers] _design="{couch_httpd_db, handle_design_req}"
1> [httpd_db_handlers] _temp_view="{couch_httpd_view, handle_temp_view_req}"
1> [httpd_db_handlers] _view_cleanup="{couch_httpd_db, handle_view_cleanup_req}"
1> [httpd_design_handlers] _info="{couch_httpd_db, handle_design_info_req}"
1> [httpd_design_handlers] _list="{couch_httpd_show, handle_view_list_req}"
1> [httpd_design_handlers] _rewrite="{couch_httpd_rewrite, handle_rewrite_req}"
1> [httpd_design_handlers] _show="{couch_httpd_show, handle_doc_show_req}"
1> [httpd_design_handlers] _update="{couch_httpd_show, handle_doc_update_req}"
1> [httpd_design_handlers] _view="{couch_httpd_view, handle_view_req}"
1> [httpd_global_handlers] /="{couch_httpd_misc_handlers, handle_welcome_req, <<\"Welcome\">>}"
1> [httpd_global_handlers] _active_tasks="{couch_httpd_misc_handlers, handle_task_status_req}"
1> [httpd_global_handlers] _all_dbs="{couch_httpd_misc_handlers, handle_all_dbs_req}"
1> [httpd_global_handlers] _config="{couch_httpd_misc_handlers, handle_config_req}"
1> [httpd_global_handlers] _generate_load="{couch_internal_load_gen, handle_req}"
1> [httpd_global_handlers] _log="{couch_httpd_misc_handlers, handle_log_req}"
1> [httpd_global_handlers] _oauth="{couch_httpd_oauth, handle_oauth_req}"
1> [httpd_global_handlers] _replicate="{couch_httpd_replicator, handle_req}"
1> [httpd_global_handlers] _restart="{couch_httpd_misc_handlers, handle_restart_req}"
1> [httpd_global_handlers] _session="{couch_httpd_auth, handle_session_req}"
1> [httpd_global_handlers] _stats="{couch_httpd_stats_handlers, handle_stats_req}"
1> [httpd_global_handlers] _utils="{couch_httpd_misc_handlers, handle_utils_dir_req, \"/Users/jchrisa/Library/Application Support/iPhone Simulator/5.0/Applications/696D756A-2862-4778-A48A-E63A9E7FDAF8/Documents/utils\"}"
1> [httpd_global_handlers] _uuids="{couch_httpd_misc_handlers, handle_uuids_req}"
1> [httpd_global_handlers] _view_merge="{couch_httpd_view_merger, handle_req}"
1> [httpd_global_handlers] favicon.ico="{couch_httpd_misc_handlers, handle_favicon_req, \"/Users/jchrisa/Library/Application Support/iPhone Simulator/5.0/Applications/696D756A-2862-4778-A48A-E63A9E7FDAF8/Documents/utils\"}"
1> [log] file="/Users/jchrisa/Library/Application Support/iPhone Simulator/5.0/Applications/696D756A-2862-4778-A48A-E63A9E7FDAF8/Documents/log/couch.log"
1> [log] include_sasl="false"
1> [log] level="debug"
1> [query_server_config] os_process_limit="25"
1> [query_server_config] reduce_limit="true"
1> [query_servers] javascript="nocouchjs/on/iphone"
1> [replicator] db="_replicator"
1> [replicator] max_http_pipeline_size="10"
1> [replicator] max_http_sessions="10"
1> [replicator] uuid="19998784939cb1f14184b8fa870781e1"
1> [ssl] port="6984"
1> [stats] rate="1000"
1> [stats] samples="[0, 60, 300, 900]"
1> [uuids] algorithm="sequential"
1> [view_server_emonk] mapred_js="/Users/jchrisa/Library/Application Support/iPhone Simulator/5.0/Applications/696D756A-2862-4778-A48A-E63A9E7FDAF8/daz.app/CouchbaseResources/emonk_mapred.js"
1> [view_server_emonk] num_threads="2"
1> [view_servers] erlang="{couch_view_server_erlang, nil}"
1> [view_servers] javascript="{couch_view_server_emonk, nil}"
1> [view_servers_os] idle_processes="4"
1> [view_servers_os] max_processes="32"
1> Dynamic load attempt: snappy
Loaded NIF: snappy.
[debug] [<0.110.0>] Include Doc: <<"_design/_replicator">> {1,
<<91,250,44,153,
238,254,43,46,
180,150,45,181,
10,163,207,212>>}
1> Dynamic load attempt: ios
Loaded NIF: ios.
Open iosdrv port
1> Apache CouchDB has started. Time to relax.
1> 2011-09-24 15:05:02.612 daz[44141:13d03] Posting notification from Erlang: couchStarted [{
uri = "http://0.0.0.0:5985/";
}]
2011-09-24 15:05:02.630 daz[44141:f803] Couchbase: CouchDB is up and running after 4.933 sec at <http://0.0.0.0:5985/>
2011-09-24 15:05:02.631 daz[44141:f803] Couchbase is Ready, go! http://0.0.0.0:5985/
[info] [<0.42.0>] Apache CouchDB has started on http://0.0.0.0:5985/
1> ok
1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment