<?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: LIB$INIT_DATE_TIME_CONTEXT in External Function causes Process to Continually Grow in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214824#M43334</link>
    <description>&lt;!--!*#--&gt;I know nothing, but I see&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82final/5932/5932pro_029.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/82final/5932/5932pro_029.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;where it says:&lt;BR /&gt;&lt;BR /&gt;Condition Values Returned&lt;BR /&gt;[...]&lt;BR /&gt;Any condition value returned by LIB$GET_VM or LIB$ANALYZE_SDESC.&lt;BR /&gt;&lt;BR /&gt;and LIB$GET_VM suggests to me that it's&lt;BR /&gt;allocating some VM.  Perhaps you need to be&lt;BR /&gt;freeing something somewhere.  (I don't see&lt;BR /&gt;what, however.)  Or not calling this thing&lt;BR /&gt;repeatedly?</description>
    <pubDate>Wed, 16 Dec 2009 15:57:35 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2009-12-16T15:57:35Z</dc:date>
    <item>
      <title>LIB$INIT_DATE_TIME_CONTEXT in External Function causes Process to Continually Grow</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214821#M43331</link>
      <description>I have found that calls to LIB$INIT_DATE_TIME_CONTEXT in an external function causes a process to grow continually until I get the message "Maximum Memory Exceeded."  I'm using BASIC.  Making the calls in the main program is fine, but in an external function the process grows and grows.  I'm in the middle of a big project and this has me dead in the water.  Any help would be appreciated.  Thanks!</description>
      <pubDate>Wed, 16 Dec 2009 15:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214821#M43331</guid>
      <dc:creator>Patricia Morman</dc:creator>
      <dc:date>2009-12-16T15:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: LIB$INIT_DATE_TIME_CONTEXT in External Function causes Process to Continually Grow</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214822#M43332</link>
      <description>Guess: You're probably missing a corresponding call to the LIB$FREE_DATE_TIME_CONTEXT routine to free the context.  Calls that are not paired will leak memory.</description>
      <pubDate>Wed, 16 Dec 2009 15:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214822#M43332</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-12-16T15:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: LIB$INIT_DATE_TIME_CONTEXT in External Function causes Process to Continually Grow</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214823#M43333</link>
      <description>Good Guess!  That did the trick.  Thanks so much!!</description>
      <pubDate>Wed, 16 Dec 2009 15:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214823#M43333</guid>
      <dc:creator>Patricia Morman</dc:creator>
      <dc:date>2009-12-16T15:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: LIB$INIT_DATE_TIME_CONTEXT in External Function causes Process to Continually Grow</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214824#M43334</link>
      <description>&lt;!--!*#--&gt;I know nothing, but I see&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82final/5932/5932pro_029.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/82final/5932/5932pro_029.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;where it says:&lt;BR /&gt;&lt;BR /&gt;Condition Values Returned&lt;BR /&gt;[...]&lt;BR /&gt;Any condition value returned by LIB$GET_VM or LIB$ANALYZE_SDESC.&lt;BR /&gt;&lt;BR /&gt;and LIB$GET_VM suggests to me that it's&lt;BR /&gt;allocating some VM.  Perhaps you need to be&lt;BR /&gt;freeing something somewhere.  (I don't see&lt;BR /&gt;what, however.)  Or not calling this thing&lt;BR /&gt;repeatedly?</description>
      <pubDate>Wed, 16 Dec 2009 15:57:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214824#M43334</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-12-16T15:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: LIB$INIT_DATE_TIME_CONTEXT in External Function causes Process to Continually Grow</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214825#M43335</link>
      <description>If thou call LIB$INIT_DATE_TIME_CONTEXT thou shalt also call LIB$FREE_DATE_TIME_CONTEXT.  You saved my bacon.  Thanks!</description>
      <pubDate>Wed, 16 Dec 2009 16:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214825#M43335</guid>
      <dc:creator>Patricia Morman</dc:creator>
      <dc:date>2009-12-16T16:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: LIB$INIT_DATE_TIME_CONTEXT in External Function causes Process to Continually Grow</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214826#M43336</link>
      <description>&lt;!--!*#--&gt;Note that on that same Web page, the&lt;BR /&gt;explanation of LIB$INIT_TIMER mentions&lt;BR /&gt;LIB$FREE_TIMER ("You need to call&lt;BR /&gt;LIB$FREE_TIMER [...]), but you don't get any&lt;BR /&gt;corresponding help with&lt;BR /&gt;LIB$INIT_DATE_TIME_CONTEXT.&lt;BR /&gt;&lt;BR /&gt;I assume that it would be a waste of time and&lt;BR /&gt;effort, but one could try reporting this to&lt;BR /&gt;the VMS documentation people.</description>
      <pubDate>Wed, 16 Dec 2009 16:27:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214826#M43336</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-12-16T16:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: LIB$INIT_DATE_TIME_CONTEXT in External Function causes Process to Continually Grow</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214827#M43337</link>
      <description>Yes, I had looked up the INIT command specifically because I wondered if I had to explicitly release the memory and it mentionned nothing about the FREE conterpart.</description>
      <pubDate>Wed, 16 Dec 2009 16:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214827#M43337</guid>
      <dc:creator>Patricia Morman</dc:creator>
      <dc:date>2009-12-16T16:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: LIB$INIT_DATE_TIME_CONTEXT in External Function causes Process to Continually Grow</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214828#M43338</link>
      <description>It is hard to tell if reporting documentation errors is worth while or not.&lt;BR /&gt;&lt;BR /&gt;I sent a report to openvmsdoc@hp.com on Dec 3, 2009 concerning incorrect information in the system manager's manual.&lt;BR /&gt;&lt;BR /&gt;The mail did not bounce, but I never got any acknowledgment that anyone had received the mail.&lt;BR /&gt;&lt;BR /&gt;It is definitely a dis-incentive to spending the time to report errors whent there is absolutely no feedback.&lt;BR /&gt;&lt;BR /&gt;Ideally there should be an online errata for manuals, and the online PDF and html should be updated (with a revision number) so the online manuals are always as accurate as possible.  They should keep the base level (what was "shipped") and the latest revision onlline.&lt;BR /&gt;&lt;BR /&gt;I still remember replacing pages in the 3 ring binders when a point release came out for the Blue Wall and Orange Wall editions.  I am not sure if they issued replacement pages for the Gray Wall edition or not.</description>
      <pubDate>Wed, 16 Dec 2009 18:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214828#M43338</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-12-16T18:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: LIB$INIT_DATE_TIME_CONTEXT in External Function causes Process to Continually Grow</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214829#M43339</link>
      <description>Well it does appear that someone from HP is reading either this thread or the mail sent to openvmsdoc@hp.com, because I did get a response back on Dec 18th, concerning the mail I sent on Dec 3rd.&lt;BR /&gt;&lt;BR /&gt;So it is worth reporting documentation errors.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Sat, 19 Dec 2009 00:47:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/lib-init-date-time-context-in-external-function-causes-process/m-p/5214829#M43339</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-12-19T00:47:15Z</dc:date>
    </item>
  </channel>
</rss>

