<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Backtrace doesn't seem to be working]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=577</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=577&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Backtrace doesn't seem to be working.]]></description>
		<lastBuildDate>Mon, 08 Aug 2016 14:40:33 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Backtrace doesn't seem to be working]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2643#p2643</link>
			<description><![CDATA[<p>Thanks. It&#039;s surprising that no one reported this before, as it seems to happen no matter what the code executed is.</p>]]></description>
			<author><![CDATA[null@example.com (franceint)]]></author>
			<pubDate>Mon, 08 Aug 2016 14:40:33 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2643#p2643</guid>
		</item>
		<item>
			<title><![CDATA[Re: Backtrace doesn't seem to be working]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2642#p2642</link>
			<description><![CDATA[<p>I&#039;m still pursuing this bug.&nbsp; The backtrace functionality in the runtime diagnostics first appeared in GNU Fortran 6.1, and it does not appear to be working in our distribution.&nbsp; There were some initial problems related to Windows, specifically determining the currently running executable, that are now fixed, but I&#039;m still tracking down why the stack addresses are not reported properly.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Mon, 08 Aug 2016 11:43:58 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2642#p2642</guid>
		</item>
		<item>
			<title><![CDATA[Re: Backtrace doesn't seem to be working]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2621#p2621</link>
			<description><![CDATA[<p>It appears to be a compiler bug.&nbsp; I&#039;ll have to look into the problem in more detail, but I&#039;ll update this thread as I go.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sun, 24 Jul 2016 14:16:30 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2621#p2621</guid>
		</item>
		<item>
			<title><![CDATA[Re: Backtrace doesn't seem to be working]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2619#p2619</link>
			<description><![CDATA[<p>It is 32-bit architecture. Under 64-bit, it says:</p><p>Could not print backtrace: libbacktrace could not find executable to open <br />and then follows what looks like a register dump</p>]]></description>
			<author><![CDATA[null@example.com (franceint)]]></author>
			<pubDate>Sat, 23 Jul 2016 16:11:35 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2619#p2619</guid>
		</item>
		<item>
			<title><![CDATA[Re: Backtrace doesn't seem to be working]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2618#p2618</link>
			<description><![CDATA[<p>I have Enable Debugging checked in the Code Generation tab of the Project Options. I have the following compiler flags:</p><p>-fbounds-check -finit-local-zero -fbacktrace</p><p>I am using Windows 7.0. I have not specifically enabled any optimizations. How do I turn them off?<br />Here is a simple program with the above settings that demonstrates the problem</p><p>program testmain<br />implicit none<br />integer :: x(10)</p><p>Call ChangeX(x,0)</p><p>stop<br />end<br />subroutine changex(x,n)<br />implicit none<br />integer :: x(10),n<br />x(n) = 1<br />return<br />end</p>]]></description>
			<author><![CDATA[null@example.com (franceint)]]></author>
			<pubDate>Sat, 23 Jul 2016 16:06:09 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2618#p2618</guid>
		</item>
		<item>
			<title><![CDATA[Re: Backtrace doesn't seem to be working]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2617#p2617</link>
			<description><![CDATA[<p>Do you currently have debugging enabled?&nbsp; It might be necessary to enable debugging to produce a valid backtrace.&nbsp; I would also suggest disabling any optimizations.&nbsp; </p><p>Also, what architecture (32- or 64-bit) are you currently using?&nbsp; Are you on Windows?&nbsp; I&#039;ll see if I can reproduce the issue.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Sat, 23 Jul 2016 15:47:02 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2617#p2617</guid>
		</item>
		<item>
			<title><![CDATA[Backtrace doesn't seem to be working]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=2615#p2615</link>
			<description><![CDATA[<p>I have bounds checking turned on. When a bounds error occurs, I get a message of which routine and line it occurs on but no backtrace. Do I have to change some setting to get this? Here is a sample of what I get.</p><p>At line 19 of file .\qjutil.F90FORTRAN runtime error: Index &#039;0&#039; of dimension 1 of array &#039;rstart&#039; below bound of 1<br />Error termination. Backtrace:</p><p>Then nothing more. The routine in question is called several levels deep from different places in the program and I&#039;d sure like to know from where without having to put in a lot of debugging statements.</p>]]></description>
			<author><![CDATA[null@example.com (franceint)]]></author>
			<pubDate>Fri, 22 Jul 2016 21:07:15 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=2615#p2615</guid>
		</item>
	</channel>
</rss>
