<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Interesting PASCAL failure in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/interesting-pascal-failure/m-p/3908479#M35177</link>
    <description>Hmmm,&lt;BR /&gt;&lt;BR /&gt;And it fails on the v6 compiler as well. (see attached).&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Dec 2006 05:25:42 GMT</pubDate>
    <dc:creator>Brian Reiter</dc:creator>
    <dc:date>2006-12-06T05:25:42Z</dc:date>
    <item>
      <title>Interesting PASCAL failure</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/interesting-pascal-failure/m-p/3908478#M35176</link>
      <description>Hi folks,&lt;BR /&gt;&lt;BR /&gt;I thought I'd float this question here, see if I get a response while embarking on the tortorous route of getting our reseller to organise the ticket.&lt;BR /&gt;&lt;BR /&gt;The pascal compiler (V5.9-95) crashed when building a debug version of an image. (Stack trace attached).  This is unusual as the non-debug version build quite happily, in the past I've has problems with optimised code versus non-optimised code.&lt;BR /&gt;&lt;BR /&gt;Any clues while I wait for HP to get in touch?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Dec 2006 04:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/interesting-pascal-failure/m-p/3908478#M35176</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2006-12-06T04:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting PASCAL failure</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/interesting-pascal-failure/m-p/3908479#M35177</link>
      <description>Hmmm,&lt;BR /&gt;&lt;BR /&gt;And it fails on the v6 compiler as well. (see attached).&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Dec 2006 05:25:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/interesting-pascal-failure/m-p/3908479#M35177</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2006-12-06T05:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting PASCAL failure</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/interesting-pascal-failure/m-p/3908480#M35178</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;the error seems to be happening in the same routine in both compiler versions: DBG_FIND_LOCAL_THUNK&lt;BR /&gt;&lt;BR /&gt;The routine name seems to imply, that it's being used when compiling /DEBUG.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 06 Dec 2006 05:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/interesting-pascal-failure/m-p/3908480#M35178</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-12-06T05:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting PASCAL failure</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/interesting-pascal-failure/m-p/3908481#M35179</link>
      <description>Brian,&lt;BR /&gt;&lt;BR /&gt;  By definition, any compiler generated stack dump is a bug which should be formally reported to HP. &lt;BR /&gt;&lt;BR /&gt;  If you can provide a (small?) reproducer, the compiler team will usually respond with a fix quickly. As long as it's not too unwieldy, the reproducer may then be added to the compiler regression test suite.</description>
      <pubDate>Wed, 06 Dec 2006 17:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/interesting-pascal-failure/m-p/3908481#M35179</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-12-06T17:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting PASCAL failure</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/interesting-pascal-failure/m-p/3908482#M35180</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;I've already put that in motion (through the reseller as we don't have a support contract). &lt;BR /&gt;&lt;BR /&gt;I'll have a word with the engineer and see if we can put to together a reproducer, can't guarantee a small one though.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Dec 2006 02:59:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/interesting-pascal-failure/m-p/3908482#M35180</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2006-12-07T02:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting PASCAL failure</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/interesting-pascal-failure/m-p/3908483#M35181</link>
      <description>Drat.  I thought I fixed all of those for V6.0.&lt;BR /&gt;&lt;BR /&gt;As you guessed, this is with debug support for schema types (even STRING).  V5.9 had some problems, but I spent a day or two cleaning it up for V6.0.&lt;BR /&gt;&lt;BR /&gt;I would need to see a reproducer (I'll take something big as long as I have all the files needed to compile the program).&lt;BR /&gt;&lt;BR /&gt;While you are waiting for the "official" response, feel free to send the sources directly to me at "john dot reagan at hp dot com"&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;Pascal Project Leader</description>
      <pubDate>Thu, 07 Dec 2006 08:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/interesting-pascal-failure/m-p/3908483#M35181</guid>
      <dc:creator>John Reagan</dc:creator>
      <dc:date>2006-12-07T08:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting PASCAL failure</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/interesting-pascal-failure/m-p/3908484#M35182</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Thanks for that. The engineer is working on the reproducer at the moment. It should be with you soon (I hope).&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 07 Dec 2006 09:46:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/interesting-pascal-failure/m-p/3908484#M35182</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2006-12-07T09:46:00Z</dc:date>
    </item>
  </channel>
</rss>

