<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Very slow start-up on MacOS]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I have another problem on MacOS Snow Leopard and MacOS Mavericks (MacOS Lion (10.7.3), Windows and Linux work fine):</p>
<p dir="auto">When my application starts, it takes about 60 seconds, where it normally takes less than 10 seconds. The console output is somewhat cryptic:</p>
<ul>
<li>*** __NSAutoreleaseNoPool(): Object 0x1012e2a30 of class QNSView autoreleased with no pool in place - just leaking</li>
<li>*** __NSAutoreleaseNoPool(): Object 0x100634240 of class NSTextInputContext autoreleased with no pool in place - just leaking</li>
<li>*** __NSAutoreleaseNoPool(): Object 0x1012f3a30 of class NSCFArray autoreleased with no pool in place - just leaking</li>
</ul>
<p dir="auto">and so on...</p>
<p dir="auto">Checking in my code, following instruction is the culprit:</p>
<p dir="auto">@statusBar=new QPlainTextEdit();@</p>
<p dir="auto">Above instruction makes the start-up process stall for almost 60 seconds. But the widget finally works fine, and the application runs at normal speed.</p>
<p dir="auto">Removing that instruction makes Qt stall at some other place, which makes me think that it is linked with some internal initialization that Qt might be doing wrong.</p>
<p dir="auto">Thanks for any advice</p>
]]></description><link>https://forum.qt.io/topic/33581/very-slow-start-up-on-macos</link><generator>RSS for Node</generator><lastBuildDate>Sat, 22 Aug 2026 15:59:54 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/33581.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 27 Oct 2013 14:43:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Very slow start-up on MacOS on Sun, 27 Oct 2013 20:21:01 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">You should rather ask this question on the interest mailing list. You'll find Qt's maintainers/developers there (this forum is more user oriented)</p>
]]></description><link>https://forum.qt.io/post/202052</link><guid isPermaLink="true">https://forum.qt.io/post/202052</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 27 Oct 2013 20:21:01 GMT</pubDate></item></channel></rss>