我沒有答案,但我有找到產生問題的代碼。也許我們可以一起工作來找出發生這種情況的原因。我是一名開發人員,但尚未了解此SB *和朋友瀏覽器的工作原理。
if (hasValue)
{
// Now we have to deal with attributes of the form x=y
if ((p = SBinetHttpUtils::expectChar(p,"=")) == NULL || !*p)
{
if (logger)
logger->Error(257, L"%s%S%s%S", L"attributeSpec", attributeSpec,L"attribute", attribute);
return NULL;
}
p++;
位於openvxi-3.4 + vglue/src目錄/ INET/SBinetCookie.cpp
如果你想停止造成的未處理的錯誤的無限循環。正確的方法是將標記添加到java錯誤引發的未處理事件中,這些錯誤會無限地拋出。這是在默認情況下,但不是在從ampersand.com的例子
<error>
<log expr="'*** unhandled event ' + _event + ' thrown : ' + _message + ' ***'"/>
<prompt bargein="false">
A technical problem just occurred,
Please check the logs for more information.
</prompt>
<exit/>
</error>
您好@ user1039677哇tats gr8。我是這個領域的新手想要更多關於這個領域的信息。我會很樂意一起工作:) –
[link](http://stackoverflow.com/questions/8064867/voiceglue-logger-says-maximum-loop-count-exceeded-there-is-probably-an-infinite)請回答這個問題,看看是否回覆..我已經在VXML中使用了max errors = 3。但是我不明白什麼錯誤正在發生,爲什麼它會進入無限循環 –