<?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 Error when performing more command. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-performing-more-command/m-p/2514600#M897502</link>
    <description>When using the more function on a unix file and doing a Shift G to go to the bottom of the file I get the following error.&lt;BR /&gt;"Pid 8982 received a SIGSEGV for stack growth failure.  Possible causes: insufficient memory or swap space or stack size exceeded maxssiz." We have 4 gig memory on this N class box, maxssiz value is 8388608.  Is there an upper limit to what maxssiz can be?</description>
    <pubDate>Fri, 06 Apr 2001 17:11:38 GMT</pubDate>
    <dc:creator>MarkW_1</dc:creator>
    <dc:date>2001-04-06T17:11:38Z</dc:date>
    <item>
      <title>Error when performing more command.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-performing-more-command/m-p/2514600#M897502</link>
      <description>When using the more function on a unix file and doing a Shift G to go to the bottom of the file I get the following error.&lt;BR /&gt;"Pid 8982 received a SIGSEGV for stack growth failure.  Possible causes: insufficient memory or swap space or stack size exceeded maxssiz." We have 4 gig memory on this N class box, maxssiz value is 8388608.  Is there an upper limit to what maxssiz can be?</description>
      <pubDate>Fri, 06 Apr 2001 17:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-performing-more-command/m-p/2514600#M897502</guid>
      <dc:creator>MarkW_1</dc:creator>
      <dc:date>2001-04-06T17:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error when performing more command.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-performing-more-command/m-p/2514601#M897503</link>
      <description>Check with swapinfo -mt for swap problem.</description>
      <pubDate>Fri, 06 Apr 2001 17:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-performing-more-command/m-p/2514601#M897503</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-04-06T17:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error when performing more command.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-performing-more-command/m-p/2514602#M897504</link>
      <description>Workaround is open the file with vi,cat,pg.</description>
      <pubDate>Fri, 06 Apr 2001 17:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-performing-more-command/m-p/2514602#M897504</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-04-06T17:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error when performing more command.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-performing-more-command/m-p/2514603#M897505</link>
      <description>How big is the file you are trying to look at?  It must be incredible.&lt;BR /&gt;&lt;BR /&gt;SIGSEGV alludes to an invalid memory address&lt;BR /&gt;&lt;BR /&gt;You might use view to look at the file in read only mode.</description>
      <pubDate>Fri, 06 Apr 2001 18:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-performing-more-command/m-p/2514603#M897505</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-04-06T18:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error when performing more command.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-performing-more-command/m-p/2514604#M897506</link>
      <description>Is this file a pure text file?  I've had problems using more on files that are mostly text but have a few binary characters thrown in - sometimes more flips out in those instances.  Maybe it's something similar in your case?</description>
      <pubDate>Fri, 06 Apr 2001 18:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-performing-more-command/m-p/2514604#M897506</guid>
      <dc:creator>Andrew Maslin</dc:creator>
      <dc:date>2001-04-06T18:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error when performing more command.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-performing-more-command/m-p/2514605#M897507</link>
      <description>I think that was just because the file being opened was way too big for the 'more' program.  Try using 'vi' for it (I remember having same problem myself when open HUGE file with more).&lt;BR /&gt;&lt;BR /&gt;~Philip</description>
      <pubDate>Sat, 07 Apr 2001 00:29:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-performing-more-command/m-p/2514605#M897507</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-04-07T00:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error when performing more command.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-performing-more-command/m-p/2514606#M897508</link>
      <description>Hello Mark,&lt;BR /&gt;&lt;BR /&gt;there is a known bug report for the more command and large files.&lt;BR /&gt;&lt;BR /&gt;From what I see it is known and is been worked on and it will be fixed in a future release of the OS.&lt;BR /&gt;&lt;BR /&gt;In the meantime go with the above recommendations like vi, cat, etc.&lt;BR /&gt;&lt;BR /&gt;Steffi Jones</description>
      <pubDate>Sat, 07 Apr 2001 01:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-performing-more-command/m-p/2514606#M897508</guid>
      <dc:creator>Steffi Jones_1</dc:creator>
      <dc:date>2001-04-07T01:45:24Z</dc:date>
    </item>
  </channel>
</rss>

