<div dir="ltr">Dear Simon,<div><br></div><div>Thank you for your reply. I am using the Mavericks build (running on latest Yosemite), and have noticed this issue ever since I upgraded to 3.1.2:</div><div><br></div><div><img src="cid:ii_14bb84a513d901b8"><br></div><div><br></div><div>As an aside, I occasionally see errors in the GUI like this, and they seem to come from other apps (e.g., Dropbox):</div><div><br></div><div><img src="cid:ii_14bb84b10811c3bc" width="500"><br></div><div><br></div><div>More importantly, I wrote Yan about a workaround, which involves changing the max.print option from the default and limiting it to 1000. This reliably stops R from slowing down over time (although how long, I don't know). However, I can replicate the basic issue easily in R with the following code:</div><div><br></div><div>options(max.print=99999)</div><div>temp <- data.frame(1:100000, 1:100000)<br></div><div>temp</div><div><br></div><div>This should eventually turn up on screen, and after try typing anything in the console. Typing will be extremely delayed (e.g., type hello and it will take several seconds for each letter to show up, one at a time).</div><div><br></div><div>It's even possible to crash the GUI if you print something in a function called in a bootstrap, and then invoke a progress bar (e.g., the pROC package). Progress will be steady and then suddenly R will lock up. The moment you remove the print statement (which isn't actually printing since the progress bar is present), the same call works perfectly.</div><div><br></div><div>I'd love to have a real fix for this other than reducing max.print. I'd dig into the source myself but can't commit the time at the moment.</div><div><br></div><div>Best,</div><div><br></div><div>David</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 23, 2015 at 4:00 PM, Simon Urbanek <span dir="ltr"><<a href="mailto:simon.urbanek@r-project.org" target="_blank">simon.urbanek@r-project.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Are you using the Mavericks build of R? The SL build will do that, because SL has no AppNap support - but then you can also disable AppNap (see the corresponding threads here).<br>
<br>
Cheers,<br>
S<br>
<span class=""><br>
<br>
On Feb 14, 2015, at 12:43 AM, David Dobolyi <<a href="mailto:dd2es@virginia.edu">dd2es@virginia.edu</a>> wrote:<br>
<br>
> Dear Yan,<br>
><br>
> Are you still seeing this issue? It has been bothering me for months now,<br>
> and I even found an instance where using progress_bar with underlying<br>
> output to the GUI will cause so much slowdown as to crash R given<br>
> sufficient time (i.e., as hidden printed output piles<br>
> up in the background, the whole process slows to a crawl).<br>
><br>
> Best,<br>
><br>
> David<br>
><br>
> _______________________________________________<br>
> R-SIG-Mac mailing list<br>
> <a href="mailto:R-SIG-Mac@r-project.org">R-SIG-Mac@r-project.org</a><br>
</span>> <a href="https://stat.ethz.ch/mailman/listinfo/r-sig-mac" target="_blank">https://stat.ethz.ch/mailman/listinfo/r-sig-mac</a><br>
><br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">David Dobolyi, M.A.<br>PhD Candidate<br>Cognitive Psychology<br><font face="arial, sans-serif">University of Virginia</font><br><div style="font-size:13px;font-family:arial,sans-serif"><span title="Call with Google Voice" style="color:rgb(0,51,187);text-decoration:underline">434-535-6073</span><br><a href="mailto:dd2es@virginia.edu" style="color:rgb(28,81,168)" target="_blank">dd2es@virginia.edu</a></div></div>
</div>