<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Thu, 09 Feb 2012 23:14:37 -0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/idb-linux/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network Comments Feed</title>
    <link>http://software.intel.com/en-us/articles/idb-linux</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>By Haw-Jye (Howard) Shyu</title>
      <description><![CDATA[ Is there a PDF file user manual for the new Intel debugger (IDB) that I can download?
We are using the new version of Intel debugger in our lab but have problem in using the DDD as the front end for the IDB. 

Sincerely,

Haw-Jye (Howard) Shyu
 ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-25633</link>
      <pubDate>Fri, 05 Jun 2009 07:46:50 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-25633</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ There is a command reference available at http://www.intel.com/cd/software/products/asmo-na/eng/406036.htm.

The debugger user manual itelf is only available in html format inside the debugger installaion itself. /opt/intel/Compiler/11.x/xxx/Documentation/idb

There also is a more complete Eclipse based online help available inside the debugger GUI.

Since we have our own Eclipse RCP based GUI which is way more powerful than DDD, the support for DDD has been deprecated. I cannnot guarantee that it will still work. A good way to start would be to use the command line binary of idb ./idbc for the integration.    ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-25634</link>
      <pubDate>Fri, 05 Jun 2009 08:05:50 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-25634</guid>
    </item>
    <item>
      <title>By DAVID GALILI</title>
      <description><![CDATA[ Hello

do you have support for Intel(R) Debugger for Linux* (IDB) in ISRAEL

Thanks
David ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-29022</link>
      <pubDate>Tue, 04 Aug 2009 08:01:11 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-29022</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ With Ubuntu 8.x and Fedora* 9 or Fedora* 10 there can be a problem displaying the Intel(R) Debugger Online Help.

The problem is due to a proxy setting configuration issue in Firefox*, where Eclipse is prevented from connecting to the local help server. The proxy can handle "localhost" but not 127.0.0.1 which is the loopback of the localhost.
 ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-29122</link>
      <pubDate>Wed, 05 Aug 2009 10:27:56 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-29122</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi David,

debugger support is owned by the Compiler TCE team. There are colleagues of mine in Germany that are like me more debugger focused, since quite abit of our debugger development is done there. I'll send you an email on this.  ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-29124</link>
      <pubDate>Wed, 05 Aug 2009 10:29:39 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-29124</guid>
    </item>
    <item>
      <title>By Angela Sigmund</title>
      <description><![CDATA[ 
When I bring up the debugger I get invisible source code. How does one
fix this? 

Thanks,
Angie ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-29714</link>
      <pubDate>Mon, 17 Aug 2009 06:00:56 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-29714</guid>
    </item>
    <item>
      <title>By dan0112</title>
      <description><![CDATA[ Hi 

I am trying to use idb 11.0 from within eclipse sdk 3.4.1. I have searched on this forum and elsewhere, but it seems that the explanations always refer to older versions (idb 10.1) and are not applicable. 

Let me know if u need further information.

Thanks a lot.

Daniel ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-30540</link>
      <pubDate>Wed, 02 Sep 2009 07:33:51 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-30540</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Dan,

since we have our own full blown Eclipse based GUI that provides features beyond what can be done with CDT integration we don't actively work on the CDT integration part any more. That said, everything that is states in the 10.1 documentation is actually still working, except that you will need to make sure to link in ./idbc (the comman dline debugger call command), instead of ./idb (which would try to call IDB's Eclispe RCP GUI.

Thanks, Rob ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-30541</link>
      <pubDate>Wed, 02 Sep 2009 07:38:57 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-30541</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Angie,

is your applicatio nbuild with -g (symbol info enabled). You can double check with using readelf on your executable file. Your problem could also be one of path mapping although the debugger should ask you to provide the correct source path i this was the issue. Lastly if you are debuging a runtime loaded shared object yo may need to add the binary path for that shared object to your library search path. 

Thanks, Rob ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-30542</link>
      <pubDate>Wed, 02 Sep 2009 07:41:30 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-30542</guid>
    </item>
    <item>
      <title>By dan0112</title>
      <description><![CDATA[ Hi Rob,

thanks for your quick reply. I checked again, and as far as I can see, the documentation for using IDB 10.1 with eclipse is not applicable to 11.0, for two reasons: (1) the menus described for eclipse do not exist anymore, and (2) the folder structure described for IDB 10.1 does not exist anymore (in particular there is no eclipse directory in 11.0) - see for example http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/lin/compiler_c/bldaps_cls/cppug_ccl/bldaps_start_ec_cl.htm (and others). Please let me know if you have a different documentation.

I am not sure what u mean by 'link in ./idbc'. I tried to define idbc as the debugger in the Run/Debug Settings (launch configuration properties) of my eclipse project, instead of the default gdb. I then get the following error message:

Error initializing shared library options: Not implemented: gdb_show_solib_search_path

I also tried iidb as the debugger. In that case I got the error message: 
Error creating session
iidb: error while loading shared libraries: libPostOffice.so: cannot open shared object file: No such file or directory

I am still relatively new to all this, so I greatly appreciate your help. 

Thanks a lot

Daniel

PS: I tried the IDB 11.0 GUI, but I can't see how to look at variables, or put expressions on watch and the like. Where can I find an easy Intro guide for that? ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-30550</link>
      <pubDate>Wed, 02 Sep 2009 09:18:00 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-30550</guid>
    </item>
    <item>
      <title>By aleks vadnjal</title>
      <description><![CDATA[ I’m trying to ./install Intel Fortran compiler 11.046 on Linux Centos OS distro, but have problems getting JRE being recognized by interactive install. However I have 2 compatible  JRE installed on…. 
/usr/java/jre1.5.0_11/
/usr/java/jdk1.6.0_03/jre/
…and for some reason install script missed them both. Could you please advise on how to get my JRE working with idb?
Thank you!
 ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-30925</link>
      <pubDate>Fri, 11 Sep 2009 10:58:52 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-30925</guid>
    </item>
    <item>
      <title>By joex26</title>
      <description><![CDATA[ I have the same error running iidb:
iidb: error while loading shared libraries: libPostOffice.so: cannot open shared object file: No such file or directory

How I can solve it? Please help ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-33259</link>
      <pubDate>Mon, 26 Oct 2009 02:40:17 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-33259</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Aleks,

normally if you do a JRE install from the RPM at java.com or from your OS repository / package manager the installation should work without problems.

One possibility could be that you have an ia32 compiler/debugger installation on an Intel64 system. As far as 64bit support goes the JRE and the debugger need to match.  ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-33290</link>
      <pubDate>Mon, 26 Oct 2009 09:27:59 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-33290</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Joe and Dan,

On the error message:
iidb: error while loading shared libraries: libPostOffice.so: cannot open shared object file: No such file or directory

This should be caused simply by an incomplete environment setup on your system.

If you go to /opt/intel/Compiler/11.x/xxx/bin you should find something like fortvars.sh or iccvars.sh depending on your installaiton that handles the complete environment setup for you.

The type of enviornment setting that is probably missing for you would be 

export LD_LIBRARY_PATH=/opt/intel/Compiler/11.0/069/idb/lib/intel64:$LD_LIBRARY_PATH


To set breakpoints or wathcpoints there is a Debug>breakpoint menu entry and there also is a stop sign (may also look like a red flower to you) in the debugger icon bar.
There also is a variable browser, locals window and a freely definable variables window available. I guess the easiest would be to hover over the button bar and look at the mouse-over hints - if it is not obvious which those are.


 ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-33292</link>
      <pubDate>Mon, 26 Oct 2009 09:49:11 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-33292</guid>
    </item>
    <item>
      <title>By Pierre</title>
      <description><![CDATA[ Whether I setup idb, idbc, or iidb from the Eclipse Galileo 'Debug Configuration' options, I invariably get a disassembly dump rather than my source code files.

I have entered the source actual code path in the 'Source' tab (/Project/Source1, /Project/Source2).

When I run idb, it launches separately (java GUI) and lists the cc8mSUAH.s / crti.S / init.c / initfini.c source files instead of my code (it tries to find my code in the /Project/Release folder rather than in /Project/Source1).

Any idea about how I can tell the Intel Debugger to look at the Source Code Path setup (under the "Debug Configuration") in Eclipse?

Thanks!

Pierre. ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-35211</link>
      <pubDate>Sat, 21 Nov 2009 05:38:44 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-35211</guid>
    </item>
    <item>
      <title>By Pierre</title>
      <description><![CDATA[ .
It works like a charm now I have put all my source files in one large (and ugly) directory.
.
Support for splitting source code to several folders should not be that difficult to get working... maybe for the next release.

Pierre. ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-35214</link>
      <pubDate>Sat, 21 Nov 2009 06:26:12 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-35214</guid>
    </item>
    <item>
      <title>By Intel Software Network Blogs &amp;raquo; Parallel Programming Talk #62 &amp;#8211; What Every Software Developers Should Know About Intel AVX</title>
      <description><![CDATA[ n/a ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-38914</link>
      <pubDate>Wed, 03 Feb 2010 16:54:39 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-38914</guid>
    </item>
    <item>
      <title>By Intel Software Network Blogs &amp;raquo; Parallel Programming Talk #62 &amp;#8211; What Every Software Developer Should Know About Intel AVX</title>
      <description><![CDATA[ n/a ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-38919</link>
      <pubDate>Wed, 03 Feb 2010 17:04:39 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-38919</guid>
    </item>
    <item>
      <title>By Parallel Programming Talk #62 &amp;#8211; What Every Software Developer Should Know About Intel AVX</title>
      <description><![CDATA[ n/a ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-38929</link>
      <pubDate>Wed, 03 Feb 2010 22:00:50 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-38929</guid>
    </item>
    <item>
      <title>By prashanthnsbhat</title>
      <description><![CDATA[ Hi all,

     Where can i download intel debugger for linux?? will this work in meego with a atom processor based netbook ??  ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-46864</link>
      <pubDate>Mon, 02 Aug 2010 04:19:32 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-46864</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Prashant,
The Intel(R) Debugger for Linux* is part of any of the the Intel(R) C++ Compiler for Linux* products:
http://software.intel.com/en-us/intel-compilers/

At the same time because of the GUI restrictions on MeeGo* we tend to recommend a TCP/IP based cross-debug setup for us with the Intel(R) Atom(TM) processor and MeeGo*.

For this approach the Intel(R) Application Debugger included in the Intel(R) Application Software Development Tool Suite for Intel(R) Atom(TM) processor is better suited:
http://www.intel.com/software/products/atomtools
http://software.intel.com/en-us/articles/intel-tools-for-intel-atom-processors/
http://software.intel.com/en-us/articles/debugging-meego/

 ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-46871</link>
      <pubDate>Mon, 02 Aug 2010 08:01:06 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-46871</guid>
    </item>
    <item>
      <title>By Maxim Sorockin</title>
      <description><![CDATA[ Hi all.

When I start idb, it try to load GUI. But I use PuTTY and GUI can not be loaded. What can I do to disable GUI? ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47120</link>
      <pubDate>Sun, 08 Aug 2010 17:52:56 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47120</guid>
    </item>
    <item>
      <title>By Maxim Sorockin</title>
      <description><![CDATA[ Hi all.

When I start idb it tries to run GUI. But I use PuTTY and GUI can not be loaded. How can I disable GUI?

Thanks!
Maxim ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47121</link>
      <pubDate>Sun, 08 Aug 2010 18:07:10 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47121</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Maxim,

in the /opt/intel/Compiler/11.1/xxx/bin directory you will find the startup executables for the debugger. ./idbc will launch the command line only version.

Thanks, Rob ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47122</link>
      <pubDate>Sun, 08 Aug 2010 18:13:17 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47122</guid>
    </item>
    <item>
      <title>By Maxim Sorockin</title>
      <description><![CDATA[ Thanks a lot, Rob!

Previous problem is solved. But idb tries run xterm and I have error
 
sh: xterm: command not found

What is solution?

Maxim ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47138</link>
      <pubDate>Mon, 09 Aug 2010 02:18:30 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47138</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Maxim,

when running the command-line version of IDB directly this should not normally be an issue. Are you using MPI?

With MPI, we do have the requirement of some output terminal being available for opening. With mpirun on mpiexec the standard use case of our debugger is to open an xterm window. Unfortunately the I/O in the window where mpiexec is launched would be locked by mpiexec, and IDB wouldn't be able to read/write to it, if started right in there. 

If your system has some other applications that are similar to xterm in nature, then they should be able to use that in place of xterm. You can try to 

1. open the script mpiexec.py
2. search for the string "xterm" (no quotes)
3. replace xterm with the equivalent app on the system 

Rob ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47149</link>
      <pubDate>Mon, 09 Aug 2010 08:41:28 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47149</guid>
    </item>
    <item>
      <title>By Maxim Sorockin</title>
      <description><![CDATA[ Hi Rob.

1. I use MPI.
2. I work on cluster via PuTTY.
3. Our cluster don't have graphics.

How can I solve problem with parallel idb run?

Maxim ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47179</link>
      <pubDate>Tue, 10 Aug 2010 00:38:56 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47179</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ One workaround I can think of in the absence of GUI is to use the command "screen" so that the MPI process and the debugger process can share the same physical terminal (although only one process is displaying at any time). To do this, replace "xterm" with "screen" and remove "-e" in mpiexec.py.  ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47194</link>
      <pubDate>Tue, 10 Aug 2010 11:41:57 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47194</guid>
    </item>
    <item>
      <title>By Maxim Sorockin</title>
      <description><![CDATA[ Rob,

After run

mpiexec -idb -n 4 ./pc-un_exe

writes

Must be connected to a terminal.

and crash.

Maxim


 ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47222</link>
      <pubDate>Wed, 11 Aug 2010 03:22:12 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47222</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Maxim,

hmmmm - When you enter the shell command "screen bash", what kind of response do you get from the shell?

Rob ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47244</link>
      <pubDate>Wed, 11 Aug 2010 07:24:38 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47244</guid>
    </item>
    <item>
      <title>By Maxim Sorockin</title>
      <description><![CDATA[ Hi Rob,

No response. But when I run "exit" command I see 
[screen is terminating]

Maxim ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47266</link>
      <pubDate>Wed, 11 Aug 2010 18:03:07 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47266</guid>
    </item>
    <item>
      <title>By prashanthnsbhat</title>
      <description><![CDATA[ Hi Rob, 

    Is there any documents regarding installing and using "Development Tool Suite for Intel(R) Atom(TM) processor" ??

Regards , 
Prashanth .

 ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47281</link>
      <pubDate>Thu, 12 Aug 2010 02:31:41 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47281</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Prashant,

I would start with the product page: 
http://software.intel.com/en-us/articles/intel-tools-for-intel-atom-processors/ 
and the corresponding documentation page which includes the installation guide and release notes
http://software.intel.com/en-us/articles/intel-embedded-tool-suite-documentation/.

There also is the knowledge base 
http://software.intel.com/en-us/articles/software-development-toolsuite-atom-kb/all/1/
and user forum
http://software.intel.com/en-us/forums/software-development-toolsuite-atom/

For integration with Moblin/MeeGo and supported usage models there are two OUTDATED articles:
Integrating Intel® Software Development Tool Suite Components with MeeGo* Image Creator
http://software.intel.com/en-us/articles/meego-integration-software-development-tool-suite-atom/
Installing the Intel(R) C++ Compiler and Intel(R) Integrated Performance Primitives into KVM* for Intel(R) Atom(TM) Processor targeted development
http://software.intel.com/en-us/articles/installing-compiler-into-kvm-atom/ 

A lot of the basic principles in these two articles still hold. The yum repository based component installs are however currently not working because we are migrating to MeeGo support and are rehosting them on meegozone.com. I will update these two articles in the next few weeks and the repository will come back online.

Thanks, Rob ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47297</link>
      <pubDate>Thu, 12 Aug 2010 07:59:03 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47297</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Maxim,

we ran some tests on a setup like yours and it looks as though the following change to the workaround idea mentioned yesterday should indeed do the trick:

When you put a screen job to the background inside a python script (as mpiexec does to the debug session), then you would get that "Must be connected to a terminal" error. To work around that, here's what you can do:

1. As before, use "screen" in place of "xterm -e"
2. Replace the line

           os.system(dbg_cmd)

with the following lines:

            cpid = os.fork()

            if (cpid == 0):
                os.system(dbg_cmd)
                sys.exit(0)

Rgds, Rob ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47299</link>
      <pubDate>Thu, 12 Aug 2010 10:01:24 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47299</guid>
    </item>
    <item>
      <title>By prashanthnsbhat</title>
      <description><![CDATA[ Thanks a lot Rob. Now i am able to install and use cross debug environment. 

Regards, 
Prashanth. ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47498</link>
      <pubDate>Mon, 16 Aug 2010 23:34:05 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47498</guid>
    </item>
    <item>
      <title>By Maxim Sorockin</title>
      <description><![CDATA[ Hi Rob,

Still  
"Must be connected to a terminal."

Maxim ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47560</link>
      <pubDate>Tue, 17 Aug 2010 23:22:44 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47560</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Maxim,

we did some more tests on the workaround I proposed next week and clarified the details for this workaround as well as the prrequisites some more. Please have a look at the (admittedly very brief) knowledge base article I just published.

http://software.intel.com/en-us/articles/remote-terminal-mpi-debug/

Thanks, Rob ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-47597</link>
      <pubDate>Wed, 18 Aug 2010 07:33:52 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-47597</guid>
    </item>
    <item>
      <title>By tolik</title>
      <description><![CDATA[ Fedora 13 полное гавно не работает ничего ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-48260</link>
      <pubDate>Fri, 03 Sep 2010 13:10:08 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-48260</guid>
    </item>
    <item>
      <title>By vectorzhang</title>
      <description><![CDATA[ to Robert,
i have the same problem as Aleks. While my machine is 32bit and the system is also 32bit. the java install file i download from java.com is jre-6u21-linux-i586-rpm.bin.
I think they all match each other. but why the idb install scripts still miss it?

uname -ai
Linux localhost.localdomain 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:21 EST 2007 i686 athlon i386 GNU/Linux

which java
/usr/java/jre1.6.0_21/bin/java

and check version of java
java -version
java version "1.6.0_21"
Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
Java HotSpot(TM) Server VM (build 17.0-b16, mixed mode)

But when i install the intel debugger for linux, it said
Missing optional pre-requisite
-- No compatible Java* Runtime Environment (JRE) found

 ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-48814</link>
      <pubDate>Thu, 16 Sep 2010 09:12:38 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-48814</guid>
    </item>
    <item>
      <title>By Robert Mueller</title>
      <description><![CDATA[ Hi Vector,

the JRE needs to actually match in it's memory model to the IDB Debugger used. Thus if you are using the 32bit debugger on a 32bit system you will indeed also need the 32bit version of the JRE for the Debugger to detect it, since teh debugger itself is a 32bit executable. Only if you install and run on a 64bit build with the debugger from the 64bit Compiler Pro install will a 32bit JRE install work ..... sorry for this convenience. ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-48830</link>
      <pubDate>Thu, 16 Sep 2010 12:13:45 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-48830</guid>
    </item>
    <item>
      <title>By Maxim Sorockin</title>
      <description><![CDATA[ Hi Rob

Will Intel make support other MPI libraries exept IntelMPI and MPICH (OpenMPI for example) in IDB?

Maxim ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-49807</link>
      <pubDate>Tue, 05 Oct 2010 18:13:20 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-49807</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Maxim,

support for other MPI libraries besides MPICH and Intel MPI is currently not planned. If you have a specific reason to prefer another library set I can however certainly file a feature request for you.

Rob ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-49810</link>
      <pubDate>Tue, 05 Oct 2010 18:24:12 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-49810</guid>
    </item>
    <item>
      <title>By Maxim Sorockin</title>
      <description><![CDATA[ Thank you Rob.

I prefer IntelMPI.
But most of clusters where I work have OpenMPI library installed.

Maxim ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-49811</link>
      <pubDate>Tue, 05 Oct 2010 19:10:12 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-49811</guid>
    </item>
    <item>
      <title>By Ron Johnson</title>
      <description><![CDATA[ Is idb included in the Intel Cluster Toolkit Compiler Edition (ictce) 4.0 distribution? ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-50900</link>
      <pubDate>Tue, 26 Oct 2010 15:21:49 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-50900</guid>
    </item>
    <item>
      <title>By fallschirmjaeger</title>
      <description><![CDATA[ I have an issue. I compiled my fortran code with the following command
$ ifort -mcmodel medium -shared-intel xyz.f

it compiles well and gives our a.out

now when I call idb 

$ idb a.out  

the GUI opens but there is an error Error: could not start debugee
                                                   could not start process for a.out
                                                  No image loaded....Recovering..... 

Can anyone tell the problem ? ... when i compile my code without additional memory allocation as stated above ..everything works ...but not after that...... would be grateful if someone can shed some light ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-62711</link>
      <pubDate>Tue, 09 Aug 2011 05:36:01 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-62711</guid>
    </item>
    <item>
      <title>By Linux debuggers | Atommarcom</title>
      <description><![CDATA[ n/a ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-68955</link>
      <pubDate>Sun, 01 Jan 2012 13:17:48 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-68955</guid>
    </item>
    <item>
      <title>By Sergey Kostrov</title>
      <description><![CDATA[ Is there an IDB version for Windows platforms ( 32-bit & 64-bit )? ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-69470</link>
      <pubDate>Mon, 16 Jan 2012 21:53:44 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-69470</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Sergey,

since v11.x of the Intel(R) C++ Compiler and Composer XE releases there is no standalone version of the Intel(R) Debugger for Windows* any more. 

There are however the Intel(R) Parallel Debugger Extensions that are part of the Intel(R) Composer XE and Intel(R) Parallel Studio products.

http://software.intel.com/en-us/articles/parallel-debugger-extension/


Thanks, Rob     ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-69478</link>
      <pubDate>Tue, 17 Jan 2012 05:53:25 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-69478</guid>
    </item>
  </channel></rss>
