<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — SF 2.11 Hangs Occasionally when compiling]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=329</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=329&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in SF 2.11 Hangs Occasionally when compiling.]]></description>
		<lastBuildDate>Tue, 25 Mar 2014 21:17:53 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: SF 2.11 Hangs Occasionally when compiling]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1353#p1353</link>
			<description><![CDATA[<p>Jeff,</p><p>Thank you for evaluating SF for this possible intermittent problem. I&#039;m sure all SF user&#039;s very much appreciate your extra effort in developing such a seamless Fortran compiler as SF.&nbsp; As I continue to use and enjoy the simplicity of SF, I must say that I&#039;ve not since encountered the problem that I described above.&nbsp; Either I&#039;m more careful and perhaps slower in selecting SF options, or it&#039;s possible that some code in my program caused SF to hiccup.&nbsp; Either way, I&#039;ll keep you inform of any new developments.</p><p>Thanks again,<br />Frank</p>]]></description>
			<author><![CDATA[null@example.com (drfrank)]]></author>
			<pubDate>Tue, 25 Mar 2014 21:17:53 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1353#p1353</guid>
		</item>
		<item>
			<title><![CDATA[Re: SF 2.11 Hangs Occasionally when compiling]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1352#p1352</link>
			<description><![CDATA[<p>Frank,</p><p>I&nbsp; haven&#039;t definitively solved your problem just yet, but I have resolved some possible performance issues within the indexing thread.&nbsp; It should be more performant.&nbsp; Furthermore, there were some possible spots where problems could occur when checking if dependencies were completely calculated.&nbsp; The issue could lead to incorrect dependencies in the Makefile simply because the dependencies weren&#039;t <em>actually</em> finished computing. It came down to popping a request for work out of a queue prior to actually doing the work (calculating a file&#039;s dependencies), making the build system erroneously assume all dependencies were up to date.</p><p>I plan on continuing to look for the apparent deadlock you&#039;ve described.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 25 Mar 2014 00:54:58 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1352#p1352</guid>
		</item>
		<item>
			<title><![CDATA[Re: SF 2.11 Hangs Occasionally when compiling]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1342#p1342</link>
			<description><![CDATA[<p>Frank,</p><p>When it appears to lock up on &quot;Generating Makefile...&quot; does the <em>Indexing</em> say &quot;Dependencies&quot; or a filename possibly in the status bar at the bottom of Simply Fortran?&nbsp; &nbsp;If that status is not idle, it can block generation of the Makefile.&nbsp; If the indexing routine gets locked up or, more likely, it is working on a particularly difficult and long Fortran source file, it will block generation of the Makefile until complete.</p><p>I&#039;m just describing why it might occur.&nbsp; I&#039;m not implying that it is the desired behavior, though.&nbsp; I would still call this a bug even if the above conditions are indeed true.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Mon, 17 Mar 2014 19:18:49 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1342#p1342</guid>
		</item>
		<item>
			<title><![CDATA[Re: SF 2.11 Hangs Occasionally when compiling]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1340#p1340</link>
			<description><![CDATA[<p>Jeff,</p><p>Q: Did you experience anything like this on 2.10 by chance?&nbsp; Just wondering if you feel like it is a new bug.</p><p>A: I&#039;ve not seen this problem with earlier versions of SF, however I&#039;ve not revised the subroutine in question for some time so it might not be version specific.&nbsp; Of note is that the subroutine is DISLIN intensive.</p><p>When it occurs SF reports the usual &quot;Generating Makefile... &quot;, but that&#039;s all that occurs and SF hangs.</p><p>My intent is to just give notice of a possible intermittent bug and that other users pay attention if they experience something similar.</p><p>Thanks,<br />Frank</p>]]></description>
			<author><![CDATA[null@example.com (drfrank)]]></author>
			<pubDate>Mon, 17 Mar 2014 18:39:06 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1340#p1340</guid>
		</item>
		<item>
			<title><![CDATA[Re: SF 2.11 Hangs Occasionally when compiling]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1339#p1339</link>
			<description><![CDATA[<p>I&#039;ve used 2.11 quite a bit but I have not noticed this reported behaviour.&nbsp; <br />My problem is that SF <span class="bbu">does</span> work, and it&#039;s the program I&#039;ve written that doesn&#039;t!</p><p>I make no suggestion that Frank is doing anything incorrectly, but I thought it might be helpful in tracking down the problem to have my report of no similar problem.<br />--- <br />John</p>]]></description>
			<author><![CDATA[null@example.com (JohnWasilewski)]]></author>
			<pubDate>Mon, 17 Mar 2014 18:32:06 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1339#p1339</guid>
		</item>
		<item>
			<title><![CDATA[Re: SF 2.11 Hangs Occasionally when compiling]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1338#p1338</link>
			<description><![CDATA[<p>Frank,</p><p>I haven&#039;t heard of this behavior, but I&#039;ll attempt to replicate it on my end and/or search for possible lockups.&nbsp; Did you experience anything like this on 2.10 by chance?&nbsp; Just wondering if you feel like it is a new bug.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Mon, 17 Mar 2014 15:25:44 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1338#p1338</guid>
		</item>
		<item>
			<title><![CDATA[SF 2.11 Hangs Occasionally when compiling]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1337#p1337</link>
			<description><![CDATA[<p>Hi Jeff,</p><p>I would like to mention an intermittent problem that I&#039;ve experienced with SF 2.11.</p><p>Occasionally SF hangs up when compiling after editing a subroutine. I cannot identify the problem however.</p><p>For example, when generating a Makefile... SF occasionally hangs...</p><p>but compilation doesn&#039;t appear to end and no *.exe is created. </p><p>When this occurs I must exit SF, reload the project, and compile again.&nbsp; </p><p>Then the program compiles and everything is fine.</p><p>I&#039;m just wondering if anyone else has experienced this issue.</p><p>Frank</p>]]></description>
			<author><![CDATA[null@example.com (drfrank)]]></author>
			<pubDate>Mon, 17 Mar 2014 15:04:06 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1337#p1337</guid>
		</item>
	</channel>
</rss>
