<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 19 Aug 2019, at 3:06, Jay Soffian wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Bump. Allan, any ideas here?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">I have added even more debug output into rc.30 available by option-clicking Check Now in software update.</p>

<p dir="auto">Unfortunately the previous debug output was not enough to give me any idea of what goes on; was therefore waiting for a second person to provide logging output, I got this today via IRC, and for this person, it is also stalling basically when creating the window, so now I littered the setup code with log statements.</p>

<p dir="auto">For those with the issue, in addition to capturing the log, it would also be useful to create an alias in your shell a la:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">alias s='sample TextMate 3'
</code></pre>

<p dir="auto">Then when you realize it is stalling, immediately create new tab in terminal (⌘T) and run <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">s</code> to sample the process.</p>

<p dir="auto">It is very likely some system code that is failing to obtain a spinlock with a 10s timeout, a sample should make this immediately obvious, where log statements added by me may take a while to pinpoint what exactly is triggering it (and pinpointing alone may not explain why, here a stack trace from sample would be a lot more useful).</p>
</div>
</div>
</body>
</html>