Changes between Initial Version and Version 1 of Ticket #1361


Ignore:
Timestamp:
Apr 27, 2012, 11:00:09 PM (12 years ago)
Author:
vts
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1361 – Description

    initial v1  
    55Attaching !WinDbg in a debug build during the hang shows that it's hanging somewhere in !SpiderMonkey as a result of a call to `ScriptInterface::CallFunction_` while doing some AI work.
    66{{{
     7WARNING: Stack unwind information not available. Following frames may be wrong.
    780030e4f4 0f41d566 mozjs185_ps_debug_1_0!JS_StrictPropertyStub+0xde5e1
    890030e530 0f41dbd7 mozjs185_ps_debug_1_0!JS_StrictPropertyStub+0xd0306
     
    2829}}}
    2930
    30 Seeming to indicate that perhaps some AI computation is going into a loop.
     31Seeming to indicate that perhaps some AI computation is going into a loop? Attaching to a release build shows similar results: also in SpiderMonkey, after a result to a script interface call with the `HandleMessage` function name.