<?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: pthread problem on itanium in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-problem-on-itanium/m-p/3640123#M808692</link>
    <description>The OS error 251 is as follows.&lt;BR /&gt;&lt;BR /&gt;#define ENOSYS          251     /* Function not implemented     */&lt;BR /&gt;&lt;BR /&gt;what are you kernel settings for max_thread_proc and nkthread??</description>
    <pubDate>Mon, 03 Oct 2005 05:41:43 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2005-10-03T05:41:43Z</dc:date>
    <item>
      <title>pthread problem on itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-problem-on-itanium/m-p/3640121#M808690</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am facing a problem in my code while migrating to HP11iv2 Itanium env. On a  pthread_create() call I get the return value 251. And the desired thread fails to spawn. Could somebody help me out on this. What could be the problem missing patch etc.?&lt;BR /&gt;&lt;BR /&gt;Thanks very much,&lt;BR /&gt;Alok</description>
      <pubDate>Mon, 03 Oct 2005 05:35:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-problem-on-itanium/m-p/3640121#M808690</guid>
      <dc:creator>Alok Chugh</dc:creator>
      <dc:date>2005-10-03T05:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: pthread problem on itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-problem-on-itanium/m-p/3640122#M808691</link>
      <description>251 error is nothing but,&lt;BR /&gt;&lt;BR /&gt;#define ENOSYS          251     /* Function not implemented     */&lt;BR /&gt;&lt;BR /&gt;Did you include -lpthread library during compilation??&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Mon, 03 Oct 2005 05:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-problem-on-itanium/m-p/3640122#M808691</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-03T05:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: pthread problem on itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-problem-on-itanium/m-p/3640123#M808692</link>
      <description>The OS error 251 is as follows.&lt;BR /&gt;&lt;BR /&gt;#define ENOSYS          251     /* Function not implemented     */&lt;BR /&gt;&lt;BR /&gt;what are you kernel settings for max_thread_proc and nkthread??</description>
      <pubDate>Mon, 03 Oct 2005 05:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-problem-on-itanium/m-p/3640123#M808692</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-10-03T05:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: pthread problem on itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-problem-on-itanium/m-p/3640124#M808693</link>
      <description>Similar problem, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/ml/showArchiveMessage/1,,24!00!01!0025,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/ml/showArchiveMessage/1,,24!00!01!0025,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is better to post this question into cxx-dev list sponsored by HP. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/comm/comm_Community_Home_IDX/1,1273,,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/comm/comm_Community_Home_IDX/1,1273,,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 03 Oct 2005 05:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-problem-on-itanium/m-p/3640124#M808693</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-03T05:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: pthread problem on itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-problem-on-itanium/m-p/3640125#M808694</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply. The kernel parameters for my system are  :&lt;BR /&gt;&lt;BR /&gt;max_thread_proc - 3000&lt;BR /&gt;nkthread - 8416&lt;BR /&gt;&lt;BR /&gt;The link line for generating the shared library is :&lt;BR /&gt;&lt;BR /&gt;/opt/aCC/bin/aCC -b +DD64 -AP -DPTHREAD_COMPAT_MODE -Wl,+e,AgentApi_I&lt;BR /&gt;nit, -Wl ,+e,__StaticCtorTable_Start,+e,__ZStaticCtorTable_End,+e,__StaticCtorTable_End,+e,__ZStaticCtorTable_Start,+e,_shlInit  -o mylib.so AgentAPI.o WinRegistry.o AgentConfig.o -lstd -lstream -lCsup -lunwind -lm  -lnsl -lpthread&lt;BR /&gt;&lt;BR /&gt;Do you see something fishy here..&lt;BR /&gt;&lt;BR /&gt;Thanks very much,&lt;BR /&gt;Alok&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Oct 2005 07:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-problem-on-itanium/m-p/3640125#M808694</guid>
      <dc:creator>Alok Chugh</dc:creator>
      <dc:date>2005-10-03T07:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: pthread problem on itanium</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-problem-on-itanium/m-p/3640126#M808695</link>
      <description>I dont see anything fishy out there. As i said, HP's C++ dev-list is most active and you can get good answers' there. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 03 Oct 2005 07:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-problem-on-itanium/m-p/3640126#M808695</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-03T07:55:46Z</dc:date>
    </item>
  </channel>
</rss>

