开发者

adobe air app freezes suddenly but debugger claims exit with status 0

开发者 https://www.devze.com 2023-01-27 16:20 出处:网络
My air program freezes after running for some time without any error. The app wi开发者_如何学Cll freeze (non responsive) and the debugger will claim the program has terminated with status 0.

My air program freezes after running for some time without any error. The app wi开发者_如何学Cll freeze (non responsive) and the debugger will claim the program has terminated with status 0.

I don't know what could possibly lead to this unpredictable behaviour.

Thanks.


You can enable logging in your app, it isn't trivial though. But, I have had the same problem and for me it is because I am getting a stack overflow. Safari which is the browser in air has a substantially smaller call stack that other browsers, so this tends to happen.

0

精彩评论

暂无评论...
验证码 换一张
取 消