Okay, after studying your log file looking for other types of non-load related errors, I can see that near line 2144 that the javascript that repositions the cursor in PV stopped being run for some reason.
From examining the code, multiple spurious load finished signals will prevent further ExecuteCaretUpdate() calls from actually doing anything because of a decrement of m_pendingLoadCount that goes too far. This appears to be a safety device put in to prevent multiple loading but in fact this seems to causing an issue.
I will push a change to prevent that from impacting anything and when the next release happens we can see if that helped or not, as we have turned back off the extra debugging output in preparation for a release soonish.
Thanks for posting your debug log!
KevinH
|