<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — SF 2.11 Hangs Occasionally when compiling]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=329&amp;type=atom" />
	<updated>2014-03-25T21:17:53Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=329</id>
		<entry>
			<title type="html"><![CDATA[Re: SF 2.11 Hangs Occasionally when compiling]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1353#p1353" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2014-03-25T21:17:53Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1353#p1353</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SF 2.11 Hangs Occasionally when compiling]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1352#p1352" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-03-25T00:54:58Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1352#p1352</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SF 2.11 Hangs Occasionally when compiling]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1342#p1342" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-03-17T19:18:49Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1342#p1342</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SF 2.11 Hangs Occasionally when compiling]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1340#p1340" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2014-03-17T18:39:06Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1340#p1340</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SF 2.11 Hangs Occasionally when compiling]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1339#p1339" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2014-03-17T18:32:06Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1339#p1339</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SF 2.11 Hangs Occasionally when compiling]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1338#p1338" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2014-03-17T15:25:44Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1338#p1338</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[SF 2.11 Hangs Occasionally when compiling]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=1337#p1337" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2014-03-17T15:04:06Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=1337#p1337</id>
		</entry>
</feed>
