bin/couchjs hangs when executing any map function
Fri, 09/30/2011 - 07:56
I get this in the logs:
[error] [<0.24379.9>] ** Generic server <0.24379.9> terminating
** Last message in was {#Port<0.219239>,{exit_status,1}}
** When Server state == {os_proc,"bin/couchjs share/couchdb/server/main.js",
#Port<0.219239>,
#Fun<couch_os_process.2.43678220>,
#Fun<couch_os_process.3.41968847>,5000}
** Reason for termination ==
** {exit_status,1}
[Fri, 30 Sep 2011 14:55:50 GMT] [error] [<0.24379.9>] {error_report,<0.49.0>,
{<0.24379.9>,crash_report,
[[{initial_call,
{couch_os_process,init,['Argument__1']}},
{pid,<0.24379.9>},
{registered_name,[]},
{error_info,
{exit,
{exit_status,1},
[{gen_server,terminate,6},
{proc_lib,init_p_do_apply,3}]}},
{ancestors,
[couch_query_servers,couch_secondary_services,
couch_server_sup,cb_couch_sup,
ns_server_cluster_sup,<0.50.0>]},
{messages,
[{'$gen_call',
{<0.1452.0>,#Ref<0.0.5.118618>},
{prompt,
[<<"reset">>,
{[{<<"reduce_limit">>,true},
{<<"timeout">>,30000}]}]}}]},
{links,[<0.118.0>]},
{dictionary,[]},
{trap_exit,false},
{status,running},
{heap_size,610},
{stack_size,24},
{reductions,798}],
[]]}}
running couchjs with a simple test script works too.
And running with the main.js works to as it reacts to commands, even with an error msg from main.js.
so whats the cause for this crash/hang?
Anybody got some clues for me?
Thanks in advance.
This post is in the wrong forum, and I can't tell which version and platform you're using. Can you re-post it to the correct forum along with the version and platform?