Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] SDM seems unable to start GDB

Hi Christoph,

Are you running Eclipse from a windows machine? If not you should be seeing some logging output in the shell where you started Eclipse. If you're debugging the application on the same machine as Eclipse, then you can increase the logging output from the debugger in the PTP > Debug > SDM preference page by adding "--debug=15" (this will turn on all logging).

Which version of Eclipse & PTP are you using?

Thanks,

Greg

On May 26, 2009, at 11:53 AM, Christoph Karle wrote:

Hi Greg,

actually, there is no console output I could send to you. Neither in the shell where eclipse is started from, nor in the console tab for the mpi application
inside of eclipse (display combined output is selected in the debug
configuration) is any output at all.

What might help to locate the problem is the output of ps -ef | grep sdm:
ck        7080  6887  0 17:42 pts/2    00:00:00
/home/ck/libraries/Intel/openmpi/bin/mpirun -mca orte_show_resolved_nodenames
1 -xml -display-map -np 4 -host localhost
/home/ck/eclipse/plugins/ org.eclipse.ptp.debug.sdm_2.1.2.200905110828/sdm -- port=60467 --host=localhost --debugger=gdb-mi --debugger_path=/usr/ bin/gdb
ck        7107  7104  0 17:42 ?        00:00:00
/home/ck/eclipse/plugins/ org.eclipse.ptp.debug.sdm_2.1.2.200905110828/sdm -- port=60467 --host=localhost --debugger=gdb-mi --debugger_path=/usr/ bin/gdb
ck        7108  7104  0 17:42 ?        00:00:00
/home/ck/eclipse/plugins/ org.eclipse.ptp.debug.sdm_2.1.2.200905110828/sdm -- port=60467 --host=localhost --debugger=gdb-mi --debugger_path=/usr/ bin/gdb
ck        7109  7104  0 17:42 ?        00:00:00
/home/ck/eclipse/plugins/ org.eclipse.ptp.debug.sdm_2.1.2.200905110828/sdm -- port=60467 --host=localhost --debugger=gdb-mi --debugger_path=/usr/ bin/gdb
ck        7110  7104  0 17:42 ?        00:00:00
/home/ck/eclipse/plugins/ org.eclipse.ptp.debug.sdm_2.1.2.200905110828/sdm -- port=60467 --host=localhost --debugger=gdb-mi --debugger_path=/usr/ bin/gdb

So the correct number of sdm instances are running, but no gdm and no instance
of the actual mpi program.
Regards

Christoph

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user



Back to the top