<?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 Problems with execl system call in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-execl-system-call/m-p/3375100#M713641</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am using execl() system call to launch another binary executable on a HP-UX OS platform. But the execl returns a error code -1 and the description of the error is "Bad Address" &lt;BR /&gt;The program was compiled using the aCC compiler version 03.10. Any idea what could be the problem. Should any patch be applied to the aCC inorder to get this working.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Moved from HP-UX Technical Documentation to HP-UX &amp;gt; languages&lt;/P&gt;</description>
    <pubDate>Fri, 29 Mar 2013 03:25:43 GMT</pubDate>
    <dc:creator>Srikanth_14</dc:creator>
    <dc:date>2013-03-29T03:25:43Z</dc:date>
    <item>
      <title>Problems with execl system call</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-execl-system-call/m-p/3375100#M713641</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am using execl() system call to launch another binary executable on a HP-UX OS platform. But the execl returns a error code -1 and the description of the error is "Bad Address" &lt;BR /&gt;The program was compiled using the aCC compiler version 03.10. Any idea what could be the problem. Should any patch be applied to the aCC inorder to get this working.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Srikanth&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Moved from HP-UX Technical Documentation to HP-UX &amp;gt; languages&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2013 03:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-execl-system-call/m-p/3375100#M713641</guid>
      <dc:creator>Srikanth_14</dc:creator>
      <dc:date>2013-03-29T03:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with execl system call</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-execl-system-call/m-p/3375101#M713642</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;Stab in the dark....&lt;BR /&gt;&lt;BR /&gt;error code 1 is EPERM - Not super user. The programme you are calling isn't owned by root is it ? you not trying to do something you don't have permission to ?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 08 Sep 2004 18:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-execl-system-call/m-p/3375101#M713642</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2004-09-08T18:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with execl system call</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-execl-system-call/m-p/3375102#M713643</link>
      <description>Steven, &lt;BR /&gt;&lt;BR /&gt; he got the error code -1 not the error 1.&lt;BR /&gt;&lt;BR /&gt;Bad Address is notified as "EFAULT"&lt;BR /&gt;&lt;BR /&gt;execl man page for EFAULT says as,&lt;BR /&gt;&lt;BR /&gt;[EFAULT]            path, argv, or envp point to an illegal address.  The reliable detection of this error is implementation dependent.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Sep 2004 01:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-execl-system-call/m-p/3375102#M713643</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-09T01:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with execl system call</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-execl-system-call/m-p/3375103#M713644</link>
      <description>The same code compiled on a different HP-UX machine works just fine. So was wondering if any aCC compiler or HP-UX related patches needs to be applied. Any ideas would be grealtly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 09 Sep 2004 02:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-execl-system-call/m-p/3375103#M713644</guid>
      <dc:creator>Srikanth_14</dc:creator>
      <dc:date>2004-09-09T02:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with execl system call</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-execl-system-call/m-p/3375104#M713645</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can check differences in the patch versions of the different workstations with 'swlist -l product|grep aCC'&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar</description>
      <pubDate>Thu, 09 Sep 2004 03:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-execl-system-call/m-p/3375104#M713645</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2004-09-09T03:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with execl system call</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-execl-system-call/m-p/3375105#M713646</link>
      <description>Get the aCC version on different platforms as&lt;BR /&gt;what `which aCC`&lt;BR /&gt;&lt;BR /&gt;May be aCC problem / architecture change cause&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Sep 2004 07:00:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-execl-system-call/m-p/3375105#M713646</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-09T07:00:18Z</dc:date>
    </item>
  </channel>
</rss>

