<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Memory leak in jit.gl.text2d/3d</title>
		<atom:link href="http://cycling74.com/forums/topic/memory-leak-in-jit-gl-text2d3d/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/memory-leak-in-jit-gl-text2d3d/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 21:55:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/memory-leak-in-jit-gl-text2d3d/#post-42157</guid>
					<title><![CDATA[Memory leak in jit.gl.text2d/3d]]></title>
					<link>http://cycling74.com/forums/topic/memory-leak-in-jit-gl-text2d3d/#post-42157</link>
					<pubDate>Sat, 07 Feb 2009 08:19:17 +0000</pubDate>
					<dc:creator>Jesse</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m working on an application that uses a js-scripted jit.gl.text3d object in the same pattern as the multi_text subpatch in the jit.gl.text2d help file to render a few hundred blocks of animated text to the output.  I&#8217;ve found that my application leaks memory horribly (uses 2GB and crashes within a few minutes).</p>
<p>Upon further review, the multi_text subpatch in the help file actually leaks as well (with no js), just much more slowly because it&#8217;s rendering only 8 blocks of text at only 10fps.  If I change the patch to render 300 text blocks at 50fps it leaks at the same rate as my js version.</p>
<p>I&#8217;ve emailed C74 support, but does anyone have any suggestions in the meantime?  </p>
<p>I&#8217;ll attach my modified version of the patch from the help file.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/memory-leak-in-jit-gl-text2d3d/#post-150797</guid>
					<title><![CDATA[Re: Memory leak in jit.gl.text2d/3d]]></title>
					<link>http://cycling74.com/forums/topic/memory-leak-in-jit-gl-text2d3d/#post-150797</link>
					<pubDate>Sat, 07 Feb 2009 08:20:03 +0000</pubDate>
					<dc:creator>Jesse</dc:creator>

					<description>
						<![CDATA[
						<p></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/memory-leak-in-jit-gl-text2d3d/#post-150798</guid>
					<title><![CDATA[Re: Memory leak in jit.gl.text2d/3d]]></title>
					<link>http://cycling74.com/forums/topic/memory-leak-in-jit-gl-text2d3d/#post-150798</link>
					<pubDate>Sat, 07 Feb 2009 12:51:24 +0000</pubDate>
					<dc:creator>MJ</dc:creator>

					<description>
						<![CDATA[
						<p>yes does leak here too<br />
with about 1 mb every 2 seconds<br />
running at 10fps</p>
<p>but not chrashing (yet)<br />
maybe when the memory is full &#8230; that would be in about 6 hours &#8230; got 12Gb .. lol</p>
<p>
last month also got some problems with jit.gl.text2d ( it can only work with 255 or less lines &#8230;)<br />
 and worked around it with text > jit.lcd > texture > videoplane</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/memory-leak-in-jit-gl-text2d3d/#post-150799</guid>
					<title><![CDATA[Re: Memory leak in jit.gl.text2d/3d]]></title>
					<link>http://cycling74.com/forums/topic/memory-leak-in-jit-gl-text2d3d/#post-150799</link>
					<pubDate>Mon, 09 Feb 2009 18:04:32 +0000</pubDate>
					<dc:creator>Joshua Kit Clayton</dc:creator>

					<description>
						<![CDATA[
						<p>
Thanks for the clear example. I can reproduce, and will work on a fix.</p>
<p>-Joshua</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/memory-leak-in-jit-gl-text2d3d/#post-150800</guid>
					<title><![CDATA[Re: Memory leak in jit.gl.text2d/3d]]></title>
					<link>http://cycling74.com/forums/topic/memory-leak-in-jit-gl-text2d3d/#post-150800</link>
					<pubDate>Mon, 09 Feb 2009 19:48:01 +0000</pubDate>
					<dc:creator>relevante</dc:creator>

					<description>
						<![CDATA[
						<p>Excellent, thanks!  Any idea when I might be able to expect the fix?  I&#8217;ve got to deliver this project in a little under 2 weeks, and if I can&#8217;t get a fix by then I&#8217;ll have to investigate a different solution (which I hope to not have to do, as the current one works great except for the leak).</p>
<p>Thanks again,<br />
-JNS.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/memory-leak-in-jit-gl-text2d3d/#post-150801</guid>
					<title><![CDATA[Re: Memory leak in jit.gl.text2d/3d]]></title>
					<link>http://cycling74.com/forums/topic/memory-leak-in-jit-gl-text2d3d/#post-150801</link>
					<pubDate>Mon, 09 Feb 2009 20:38:09 +0000</pubDate>
					<dc:creator>Joshua Kit Clayton</dc:creator>

					<description>
						<![CDATA[
						<p>
On Feb 9, 2009, at 11:48 AM, James Nick Sears wrote:</p>
<p>><br />
> Excellent, thanks!  Any idea when I might be able to expect the  <br />
> fix?  I&#8217;ve got to deliver this project in a little under 2 weeks,  <br />
> and if I can&#8217;t get a fix by then I&#8217;ll have to investigate a  <br />
> different solution (which I hope to not have to do, as the current  <br />
> one works great except for the leak).</p>
<p>We hope to release 5.0.6 in the near future. If it doesn&#8217;t happen in 2  <br />
weeks, I can get you a version for your project.</p>
<p>Thanks for the reports.</p>
<p>-Joshua</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

