<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16441" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear MPICH experts,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am using MPICH2 on a Beowulf cluster, and I am 
trouble setting breakpoints.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This is a typical interaction I have with 
gdb:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><A 
href="mailto:testm@master:~/test">testm@master:~/test</A>&gt; mpiexec -gdb -n 4 
/RNC<BR>0-3:&nbsp; (gdb) break main<BR>0-3:&nbsp; Note: breakpoint 1 also set 
at pc 0x402560.<BR>0-3:&nbsp; Breakpoint 2 at 0x402560<BR>0-3:&nbsp; (gdb) 
run<BR>0-3:&nbsp; Continuing.<BR>0:&nbsp; <BR>0:&nbsp; Program received signal 
SIGSEGV, Segmentation fault.<BR>0:&nbsp; 0x00002b49f7267ace in _int_free () from 
/lib64/libc.so.6<BR>0:&nbsp; (gdb) 0:&nbsp; (gdb) <BR></FONT></DIV>
<DIV><FONT face=Arial size=2>The problem is that although I set the breakpoint, 
the program does not stop.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any ideas what I am doing wrong?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Christian</DIV></FONT></BODY></HTML>