I have an app who instantiates a nodejs cluster/workers to execute some 
routines.

Most of the time everything works fine, but sometimes i am getting some 
weird error logs.

How could i identify the cause of the error if the root exception is not 
logged?

The only logs that i get are like below:

c:\windows\system32\inetsrv\w3wp.exe[3708]: src\node.cc:1453: Assertion 
`(env_->execution_async_id()) == (0)' failed.
 1: node::DecodeWrite
 2: node::CallbackScope::~CallbackScope
 3: node::CallbackScope::~CallbackScope
 4: node::MakeCallback
 5: node::Start
 6: uv_run
 7: node::FreeEnvironment
 8: node::FreeEnvironment
 9: node::Start10: lh_node_usage_stats_bio11: BaseThreadInitThunk12: 
RtlUserThreadStart
worker 3708 died with code 3Worker 11872 startedWorker 11872 is running on port 
10000FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal.
 1: node_module_register
 2: v8::V8::ToLocalEmpty
 3: v8::internal::StackGuard::ArchiveSpacePerThread
 4: v8::internal::StackGuard::ArchiveSpacePerThread
 5: node::Start
 6: v8::internal::AsmJsScanner::IsNumberStart
 7: 00000246365843C1
worker 10952 died with code 3
c:\windows\system32\inetsrv\w3wp.exe[8512]: src\node.cc:1453: Assertion 
`(env_->execution_async_id()) == (0)' failed.
 1: node::DecodeWrite
 2: node::CallbackScope::~CallbackScope
 3: node::CallbackScope::~CallbackScope
 4: node::MakeCallback
 5: node::Start
 6: uv_run
 7: node::FreeEnvironment
 8: node::FreeEnvironment
 9: node::Start10: lh_node_usage_stats_bio

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/476620c8-e7ed-4b4f-80ae-f2950d46264c%40googlegroups.com.

Reply via email to