<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Bug Reports]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;fid=10&amp;type=atom" />
	<updated>2025-10-24T07:36:36Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/index.php</id>
		<entry>
			<title type="html"><![CDATA[Profiler Bug]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?id=995&amp;action=new" />
			<summary type="html"><![CDATA[<p>Hi Jeff, For reasons that I can&#039;t determine, the profiler starts to misreport. It will produce an empty report containing just the headers with no data/routine names. Once it happens to your project - it never recovers. When I inspect the gmon file it is mostly filled with nuls. Do you know of this behavior and how to get it working again in a project?<br />Regards, Pete</p>]]></summary>
			<author>
				<name><![CDATA[peter.kelly]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3586</uri>
			</author>
			<updated>2025-10-24T07:36:36Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?id=995&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[SF Package manager bug - crashes!]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?id=992&amp;action=new" />
			<summary type="html"><![CDATA[<p>Hi Jeff,<br />I went to use the SFPackage manager and found that it immediately crashed with barely a flicker on the screen. I tried to run spfm from the command line and got a fortran error message as follows;<br />C:\Program Files (x86)\SF Package Manager&gt;sfpm info<br /> SF Package Manager - Fortran Command Line Client 2.2<br /> Copyright 2021, 2022, 2023 Approximatrix, LLC</p><p>At line 223 of file .\config.F90<br />Fortran runtime error: Substring out of bounds: lower bound (0) of &#039;str&#039; is less than one<br />Error termination.<br />I just changed machines and thought that maybe that had somehow caused the problem so i did an uninstall/reinstall but no change. Any help would be appreciated as I use it fairly extensively.<br />Regards,<br />Pete</p>]]></summary>
			<author>
				<name><![CDATA[peter.kelly]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3586</uri>
			</author>
			<updated>2025-08-04T05:18:53Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?id=992&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[I want utf-8]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?id=991&amp;action=new" />
			<summary type="html"><![CDATA[<p>Warning: command-line option &#039;-finput-chartset=utf-8&#039; is valid for C/C++/ObjC/ObjC++ but not for Fortran.<br />How to fix it?</p>]]></summary>
			<author>
				<name><![CDATA[weixing1531]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3945</uri>
			</author>
			<updated>2025-07-25T02:38:21Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?id=991&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[undefined reference to a subroutine]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?id=973&amp;action=new" />
			<summary type="html"><![CDATA[<p>Just installed Simply Fortran on Windows11, tried to build and run a simple program</p><p>program test<br />implicit none</p><p>Double Precision s(10)<br />INTEGER IFAIL</p><p>Call G05FEF(0.5D0,0.5D0,10,s,IFAIL)</p><p>print *, &quot;s is&quot;, s</p><p>end program test</p><p>that calls some functions and routines, which I added to the project outline. Project building&nbsp; looks fine, with message Generating Makefile ... Okay, * Complete*, but when I compile and run the program file, I get the message undefined reference to &#039;g05fef_&#039;. Any help is greatly appreciated.</p>]]></summary>
			<author>
				<name><![CDATA[mt1234]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=4291</uri>
			</author>
			<updated>2025-01-29T22:05:46Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?id=973&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[macOS Sequoia Debugger Issues]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?id=966&amp;action=new" />
			<summary type="html"><![CDATA[<p>A user has reported, and I&#039;ve since confirmed, that our debugger is no longer functioning on macOS Sequoia on Intel Macs.&nbsp; There seems to be some serious issues, possibly related to but not limited to Apple&#039;s linker, causing the executables to be unusable by the GNU Debugger.&nbsp; The resulting executables seem to have DWARF debugging information that does not conform to the DWARF standard, though Apple&#039;s lldb does not seem bothered by the issue.</p><p>We&#039;re trying to find a workaround here, but the situation looks pretty bad right now.</p>]]></summary>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2024-10-31T20:28:51Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?id=966&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[compilation failure. Cannot read libgfortran.spec]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?id=958&amp;action=new" />
			<summary type="html"><![CDATA[<p>New 3.35.4225 release gives following error on compilation</p><p>==================<br />Generating Makefile... Okay<br />==================<br />Compiling .\hello.f90<br />Generating hello.exe<br />gfortran.exe: fatal error: cannot read spec file &#039;libgfortran.spec&#039;: No such file or directory<br />compilation terminated.<br />Error: Last command making (hello.exe) returned a bad status<br />Error: Make execution terminated</p><p>* Failed *</p>]]></summary>
			<author>
				<name><![CDATA[stettlere]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=4247</uri>
			</author>
			<updated>2024-09-06T14:49:13Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?id=958&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[the use of the debugger]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?id=952&amp;action=new" />
			<summary type="html"><![CDATA[<p>Everytime I try to add a wacht sf exits from the program.<br />Any ideas?</p>]]></summary>
			<author>
				<name><![CDATA[McTes]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=4190</uri>
			</author>
			<updated>2024-07-13T09:35:27Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?id=952&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Latest upgrade has broken LTO?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?id=950&amp;action=new" />
			<summary type="html"><![CDATA[<p>Hi Jeff,<br />I just upgraded to the latest release and I&#039;ve found that the LTO is erroring out with the following error<br />Generating target.exe<br />lto1.exe: fatal error: bytecode stream in file &#039;build\constants.o&#039; generated with LTO version 13.0 instead of the expected 14.0<br />compilation terminated.<br />lto-wrapper.exe: fatal error: C:\Program Files (x86)\Simply Fortran 3\mingw-w64\bin\gfortran.exe returned 1 exit status<br />compilation terminated.<br />collect2.exe: fatal error: lto-wrapper returned 1 exit status<br />compilation terminated.<br />I did a full install when I did the install. Can you help me at all?<br />Regards,<br />Pete</p>]]></summary>
			<author>
				<name><![CDATA[peter.kelly]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3586</uri>
			</author>
			<updated>2024-06-19T05:58:05Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?id=950&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Closing SF does not stop fwin.exe process]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?id=948&amp;action=new" />
			<summary type="html"><![CDATA[<p>Running SF version 3.34 4158 I observe strange behaviour when I&#039;m closing the machine. Windows informs about still running SF. I investigated it a little deeper. I start Process Explorer and then start and close SF via clicking the Close button in the right/upper window&#039;s corner or taking File -&gt; Exit. In both situations fwin.exe process still runs. In Temp folder there are leavings like SF_x.tmp.html and sfXx.tmp files/folders.</p><p>I recall somebody started the topic here and he saw fwin.exe still running that gave him surprising effects.</p>]]></summary>
			<author>
				<name><![CDATA[GrzegorzW]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=4153</uri>
			</author>
			<updated>2024-04-04T15:08:59Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?id=948&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Outline bugs]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?id=947&amp;action=new" />
			<summary type="html"><![CDATA[<p>don&#039;t print whole methods</p>]]></summary>
			<author>
				<name><![CDATA[weixing1531]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3945</uri>
			</author>
			<updated>2024-03-27T03:51:53Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?id=947&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[About settextboxdouble]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?id=927&amp;action=new" />
			<summary type="html"><![CDATA[<p>Sub settextboxdouble can’t work.</p>]]></summary>
			<author>
				<name><![CDATA[weixing1531]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3945</uri>
			</author>
			<updated>2023-11-08T13:34:25Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?id=927&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Smart indent file bugs]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?id=925&amp;action=new" />
			<summary type="html"><![CDATA[<p>It is not useful in if clause 、else if clause and end select</p>]]></summary>
			<author>
				<name><![CDATA[weixing1531]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3945</uri>
			</author>
			<updated>2023-11-08T03:01:35Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?id=925&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[SF 3.31 3993 Profiler not working?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?id=917&amp;action=new" />
			<summary type="html"><![CDATA[<p>Jeff,</p><p>I cannot get the SF 3.31 3993 Profiler to run after I&#039;ve enabled Profiling and executed the project within SF environment. More specifically, when the project is executed and then a menu to open a data file is selected following by running a regression analysis and Aplot display of the data, I keep getting the message that &quot;Profiling data does not yet exist&quot; even after I&#039;ve run the project with Profiling enabled. No gmon.out file is created in the working folder.&nbsp; However, if I execute the same project to display the window and menus but quickly quit the program without selecting a data file or running a regression of the data, a gmon.out file is created in the working folder.&nbsp; A gmon.out file is only created when the project is executed and then quit without performing any other operations or computations. FYI, I am using a multilinetextbox in the parent window.</p><p>Am I doing something incorrectly, or is there a bug in the Profiler of this build?</p><p>Frank</p>]]></summary>
			<author>
				<name><![CDATA[drfrank]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=223</uri>
			</author>
			<updated>2023-09-28T22:44:55Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?id=917&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odd optimizer bug]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?id=909&amp;action=new" />
			<summary type="html"><![CDATA[<p>I stumbled across an odd optimizer bug. I just though that I&#039;d flag it here.<br />I was updating &quot;Calpak&quot; a collection of Calendar routines by John Burkardt<br />and I found that it generated a lot on nonsense at optimization level -O3 <br />but worked perfectly with no optimizations. After a lot to sleuthing, I <br />tracked it down to this line:&nbsp; &nbsp; &nbsp; &nbsp;CALL Y_ASTRONOMICAL_TO_COMMON(Y , Y)<br />the left &quot;Y&quot; is the input and the right &quot;Y&quot; is the output. I am not sure exactly what<br />the optimizer was doing, but at -O3, it was returning just random junk.<br />doing this, fixed it; <br />temp=y<br />CALL Y_ASTRONOMICAL_TO_COMMON(Y , temp)<br />y=temp<br />So, if you are getting inexplicable results in your code, check that you don&#039;t have the same error.</p>]]></summary>
			<author>
				<name><![CDATA[peter.kelly]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3586</uri>
			</author>
			<updated>2023-08-18T04:42:47Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?id=909&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Newunit problem(?)]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?id=900&amp;action=new" />
			<summary type="html"><![CDATA[<p>I use the newer method of opening files -- Open(newunit=lfn, etc)</p><p>I have a program where I did this but after a certain number of opening files, I got the fatal error &quot;too many open files&quot; even though I closed out each one after processing them.</p><p>I fixed it by using assignments for the fiiles:<br />file1=20&nbsp; - Open(Unit=file1, etc)</p><p>These are processing fine on even longer lists of files.</p><p>Linda</p>]]></summary>
			<author>
				<name><![CDATA[lklawrie]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3396</uri>
			</author>
			<updated>2023-06-15T18:18:07Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?id=900&amp;action=new</id>
		</entry>
</feed>
