Same results for me on Windows.  My repro case is creating the following .lldbinit file:<br><br><br>file d:\testexe\simple_step.exe<br>break set -f simple_step.cpp -l 12<br>run<br>bt<br><br>and then running lldb with no arguments.<br><div class="gmail_quote">On Wed, Apr 8, 2015 at 1:35 PM Greg Clayton <<a href="mailto:gclayton@apple.com" target="_blank">gclayton@apple.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">OK, another more complete patch to try out...<br>
<br>
<br>
<br>
Make sure you revert any previous changes. This patch was made against 234429.<br>
<br>
This one removes the m_iohandler_sync completely and coordinates async IO with the IOHandlers. Let me know if this works any better for freebsd, linux or windows.</blockquote></div>