<?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 idb debugger fails to start any programs. in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850177#M80451</link>
    <description>It is running CentOS 6.3 (64-Bit)&lt;BR /&gt;Linux 2.6.32-279.2.1.el6.x86_64 #1 SMP Fri Jul 20 01:55:29 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;It occurs as soon as you try to run, never gets to user code. &lt;BR /&gt;It doesn't matter what program it is C/C++/Fortran even a simple "Hello World" in any of those languages, compiled with icc/gcc doesn't matter.&lt;BR /&gt;&lt;BR /&gt;Doesn't matter if it is the command-line idbc/iidb or the GUI idb.&lt;BR /&gt;&lt;BR /&gt;I just have the 64-bit of parallel studio installed, so they would all be 64-bit programs.&lt;BR /&gt;</description>
    <pubDate>Wed, 22 Aug 2012 15:01:55 GMT</pubDate>
    <dc:creator>Richard_Suignard</dc:creator>
    <dc:date>2012-08-22T15:01:55Z</dc:date>
    <item>
      <title>idb debugger fails to start any programs.</title>
      <link>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850175#M80449</link>
      <description>The product is parallel_studio_xe_2011_sp1_update3_intel64&lt;BR /&gt;&lt;BR /&gt;As soon as you click run, after the program is loaded idb just responds with the following:&lt;BR /&gt;&lt;BR /&gt;[New Thread 47144 (LWP 47144)]&lt;BR /&gt;Cannot run thread, error #COULDNT_READ_REGISTER_VALUE&lt;BR /&gt;Program exited normally.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This was working fine, nothing on our end has changed.</description>
      <pubDate>Tue, 21 Aug 2012 21:52:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850175#M80449</guid>
      <dc:creator>Richard_Suignard</dc:creator>
      <dc:date>2012-08-21T21:52:02Z</dc:date>
    </item>
    <item>
      <title>idb debugger fails to start any programs.</title>
      <link>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850176#M80450</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;could you provide me a simple reproducer for this problem?&lt;BR /&gt;When exactly do you see this error? Did the application already run for a while or does it occur right at the beginning?&lt;BR /&gt;Also, please let me know what OS you're running and whether it is 32 or 64 bit (OS and application).&lt;BR /&gt;&lt;BR /&gt;Thank you &amp;amp; best regards,&lt;BR /&gt;&lt;BR /&gt;Georg Zitzlsberger</description>
      <pubDate>Wed, 22 Aug 2012 13:26:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850176#M80450</guid>
      <dc:creator>Georg_Z_Intel</dc:creator>
      <dc:date>2012-08-22T13:26:42Z</dc:date>
    </item>
    <item>
      <title>idb debugger fails to start any programs.</title>
      <link>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850177#M80451</link>
      <description>It is running CentOS 6.3 (64-Bit)&lt;BR /&gt;Linux 2.6.32-279.2.1.el6.x86_64 #1 SMP Fri Jul 20 01:55:29 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;It occurs as soon as you try to run, never gets to user code. &lt;BR /&gt;It doesn't matter what program it is C/C++/Fortran even a simple "Hello World" in any of those languages, compiled with icc/gcc doesn't matter.&lt;BR /&gt;&lt;BR /&gt;Doesn't matter if it is the command-line idbc/iidb or the GUI idb.&lt;BR /&gt;&lt;BR /&gt;I just have the 64-bit of parallel studio installed, so they would all be 64-bit programs.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Aug 2012 15:01:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850177#M80451</guid>
      <dc:creator>Richard_Suignard</dc:creator>
      <dc:date>2012-08-22T15:01:55Z</dc:date>
    </item>
    <item>
      <title>idb debugger fails to start any programs.</title>
      <link>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850178#M80452</link>
      <description>$ cat test.c&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;int main(int argc, char *argv[])&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; printf("Hello World!\n");&lt;BR /&gt;}&lt;BR /&gt;$ icc test.c&lt;BR /&gt;$ ./a.out&lt;BR /&gt;Hello World!&lt;BR /&gt;$ idbc a.out&lt;BR /&gt;Intel® Debugger for applications running on Intel® 64, Version 12.1, Build [78.226.14]&lt;BR /&gt;------------------ &lt;BR /&gt;object file name: a.out &lt;BR /&gt;Reading symbols from /a.out...done.&lt;BR /&gt;(idb) r&lt;BR /&gt;Starting program: /a.out&lt;BR /&gt;[New Thread 51646 (LWP 51646)]&lt;BR /&gt;Cannot run thread, error #COULDNT_READ_REGISTER_VALUE&lt;BR /&gt;Program exited normally.&lt;BR /&gt;(idb)&lt;/STDIO.H&gt;</description>
      <pubDate>Wed, 22 Aug 2012 15:05:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850178#M80452</guid>
      <dc:creator>Richard_Suignard</dc:creator>
      <dc:date>2012-08-22T15:05:54Z</dc:date>
    </item>
    <item>
      <title>idb debugger fails to start any programs.</title>
      <link>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850179#M80453</link>
      <description>Looks like there is a bug where if that initial thread (used for whatever by idb) gets a PID &amp;gt; 32767 it dies with that error.&lt;BR /&gt;&lt;BR /&gt;Starting program: /home/suignard/a.out&lt;BR /&gt;[New Thread 32763 (LWP 32763)]&lt;BR /&gt;Hello World!&lt;BR /&gt;Program exited normally.&lt;BR /&gt;(idb) r&lt;BR /&gt;Starting program: /home/suignard/a.out&lt;BR /&gt;[New Thread 32765 (LWP 32765)]&lt;BR /&gt;Hello World!&lt;BR /&gt;Program exited normally.&lt;BR /&gt;(idb) r&lt;BR /&gt;Starting program: /home/suignard/a.out&lt;BR /&gt;[New Thread 32767 (LWP 32767)]&lt;BR /&gt;Hello World!&lt;BR /&gt;Program exited normally.&lt;BR /&gt;(idb) r&lt;BR /&gt;Starting program: /home/suignard/a.out&lt;BR /&gt;[New Thread 32769 (LWP 32769)]&lt;BR /&gt;Cannot run thread, error #COULDNT_READ_REGISTER_VALUE&lt;BR /&gt;Program exited normally.&lt;BR /&gt;(idb) r&lt;BR /&gt;Starting program: /home/suignard/a.out&lt;BR /&gt;[New Thread 32771 (LWP 32771)]&lt;BR /&gt;Cannot run thread, error #COULDNT_READ_REGISTER_VALUE&lt;BR /&gt;Program exited normally.&lt;BR /&gt;(idb) r&lt;BR /&gt;Starting program: /home/suignard/a.out&lt;BR /&gt;[New Thread 32775 (LWP 32775)]&lt;BR /&gt;Cannot run thread, error #COULDNT_READ_REGISTER_VALUE&lt;BR /&gt;Program exited normally.&lt;BR /&gt;(idb) &lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;.&lt;BR /&gt;-then it works again once the pid wraps at 65536-&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;(idb) r&lt;BR /&gt;Starting program: /home/suignard/a.out&lt;BR /&gt;[New Thread 65530 (LWP 65530)]&lt;BR /&gt;Cannot run thread, error #COULDNT_READ_REGISTER_VALUE&lt;BR /&gt;Program exited normally.&lt;BR /&gt;(idb) r&lt;BR /&gt;Starting program: /home/suignard/a.out&lt;BR /&gt;[New Thread 65532 (LWP 65532)]&lt;BR /&gt;Cannot run thread, error #COULDNT_READ_REGISTER_VALUE&lt;BR /&gt;Program exited normally.&lt;BR /&gt;(idb) r&lt;BR /&gt;Starting program: /home/suignard/a.out&lt;BR /&gt;[New Thread 65534 (LWP 65534)]&lt;BR /&gt;Cannot run thread, error #COULDNT_READ_REGISTER_VALUE&lt;BR /&gt;Program exited normally.&lt;BR /&gt;(idb) r&lt;BR /&gt;Starting program: /home/suignard/a.out&lt;BR /&gt;[New Thread 300 (LWP 300)]&lt;BR /&gt;Hello World!&lt;BR /&gt;Program exited normally.&lt;BR /&gt;r(idb) r&lt;BR /&gt;Starting program: /home/suignard/a.out&lt;BR /&gt;[New Thread 302 (LWP 302)]&lt;BR /&gt;Hello World!&lt;BR /&gt;Program exited normally.&lt;BR /&gt;r(idb) r&lt;BR /&gt;Starting program: /home/suignard/a.out&lt;BR /&gt;[New Thread 304 (LWP 304)]&lt;BR /&gt;Hello World!&lt;BR /&gt;Program exited normally.&lt;BR /&gt;r(idb) r&lt;BR /&gt;Starting program: /home/suignard/a.out&lt;BR /&gt;[New Thread 306 (LWP 306)]&lt;BR /&gt;Hello World!&lt;BR /&gt;Program exited normally.&lt;BR /&gt;(idb) &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Aug 2012 15:26:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850179#M80453</guid>
      <dc:creator>Richard_Suignard</dc:creator>
      <dc:date>2012-08-22T15:26:56Z</dc:date>
    </item>
    <item>
      <title>idb debugger fails to start any programs.</title>
      <link>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850180#M80454</link>
      <description>If anyone else is getting this error you can fix this by setting the pid_max kernel paramater to 32767 by (as root)&lt;BR /&gt;&lt;BR /&gt;$ sysctl -w kernel.pid_max=32767&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then edit /etc/sysctl.conf and add the line:&lt;BR /&gt;kernel.pid_max = 32767&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Aug 2012 15:44:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850180#M80454</guid>
      <dc:creator>Richard_Suignard</dc:creator>
      <dc:date>2012-08-22T15:44:59Z</dc:date>
    </item>
    <item>
      <title>idb debugger fails to start any programs.</title>
      <link>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850181#M80455</link>
      <description>I would still like intel to fix their issue though as I would like to increase this paramater on our development server again so we can verify our software works correctly with PIDs &amp;gt; 32767.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Aug 2012 15:53:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850181#M80455</guid>
      <dc:creator>Richard_Suignard</dc:creator>
      <dc:date>2012-08-22T15:53:12Z</dc:date>
    </item>
    <item>
      <title>idb debugger fails to start any programs.</title>
      <link>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850182#M80456</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;thank you for providing the workaround! I can confirm it. After talking with our engineers it was already fixed some weeks ago and will be first available with Intel® Composer XE 2013 (initial release), out beginning of September.&lt;BR /&gt;Unfortunately there won't be a fix for Intel® Composer XE 2011 anymore.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Georg Zitzlsberger</description>
      <pubDate>Thu, 23 Aug 2012 11:58:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/idb-debugger-fails-to-start-any-programs/m-p/850182#M80456</guid>
      <dc:creator>Georg_Z_Intel</dc:creator>
      <dc:date>2012-08-23T11:58:23Z</dc:date>
    </item>
  </channel>
</rss>

