Question
FMS 3 Coredumping in LoadVars
Does anyone have any idea why using LoadVars might randomly
crash fmscore? The backtrace shows the crash happening in
TCJavaScriptEngine::postEvent when it actually calls the onLoad
handler, so it seems like the handler was unloaded for some reason
although the event was not fired yet and LoadVars was still waiting
for a reply.
Did this happen to anyone else before? And if so, how did you fix it?
Full backtrace:
#0 0x08370cf1 in TCJavaScriptEngine::postEvent ()
#1 0x082356bc in LoadVarsHttpRequest::onResponse ()
#2 0x0835dad7 in TCHttpRequestHandler::doWork ()
#3 0x0835eeda in TCHttpRequestHandler::run ()
#4 0x08403b64 in TCThreadPool::launchThreadRun ()
#5 0x084045dc in TCThreadPool::__ThreadDynamicPoolEntry ()
#6 0x084054a8 in launchThreadRun ()
#7 0x08406423 in __TCThreadEntry ()
#8 0xb7eef4bb in start_thread () from /lib/libpthread.so.0
#9 0xb7d2476e in clone () from /lib/libc.so.6
Did this happen to anyone else before? And if so, how did you fix it?
Full backtrace:
#0 0x08370cf1 in TCJavaScriptEngine::postEvent ()
#1 0x082356bc in LoadVarsHttpRequest::onResponse ()
#2 0x0835dad7 in TCHttpRequestHandler::doWork ()
#3 0x0835eeda in TCHttpRequestHandler::run ()
#4 0x08403b64 in TCThreadPool::launchThreadRun ()
#5 0x084045dc in TCThreadPool::__ThreadDynamicPoolEntry ()
#6 0x084054a8 in launchThreadRun ()
#7 0x08406423 in __TCThreadEntry ()
#8 0xb7eef4bb in start_thread () from /lib/libpthread.so.0
#9 0xb7d2476e in clone () from /lib/libc.so.6
