<!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.17102" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=294281014-27102011><FONT face=Arial color=#0000ff size=2>No, I 
wasn't. Applying the "continue" command fixed the non-issue. Thanks, 
Paul.</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV><!-- Converted from text/plain format -->
<P><FONT size=2>===================================<BR><BR>Adriano Gagliardi 
MEng PhD<BR>Business Sector Leader<BR>Computational Aerodynamics<BR>Aircraft 
Research Association Ltd.<BR>Manton Lane<BR>Bedford<BR><BR>Tel: 01234 32 
4644<BR>E-mail: agagliardi@ara.co.uk<BR>Url: www.ara.co.uk </FONT></P>
<DIV>&nbsp;</DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Paul Edwards 
[mailto:paul.m.edwards@gmail.com] <BR><B>Sent:</B> 27 October 2011 
13:09<BR><B>To:</B> agagliardi@ara.co.uk<BR><B>Cc:</B> 
paraview@paraview.org<BR><B>Subject:</B> Re: [Paraview] ParaView GUI hanging in 
debug mode<BR></FONT><BR></DIV>
<DIV></DIV>I just testing connecting to a running pvserver and it works ok for 
me - are you continuing the gdb process after you attach?
<DIV><BR></DIV>
<DIV>Regards,<BR>Paul<BR><BR>
<DIV class=gmail_quote>On 27 October 2011 11:24, Adriano Gagliardi <SPAN 
dir=ltr>&lt;<A 
href="mailto:agagliardi@ara.co.uk">agagliardi@ara.co.uk</A>&gt;</SPAN> 
wrote:<BR>
<BLOCKQUOTE class=gmail_quote 
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><U></U>
  <DIV>
  <DIV><SPAN><FONT face=Arial color=#0000ff size=2>Thanks, Paul. I still can't 
  stop it hanging, but I've resolved the bug I was tracking 
  anyway.</FONT></SPAN></DIV>
  <DIV><SPAN><FONT face=Arial color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN><FONT face=Arial color=#0000ff size=2>We have some totalview 
  licences here, but I tend to prefer gdb. I remember you saying you&nbsp;worked 
  on DDT. Nothing like favouritism!</FONT></SPAN></DIV>
  <DIV class=im>
  <DIV>&nbsp;</DIV>
  <P><FONT size=2>===================================<BR><BR>Adriano Gagliardi 
  MEng PhD<BR>Business Sector Leader<BR>Computational Aerodynamics<BR>Aircraft 
  Research Association Ltd.<BR>Manton Lane<BR>Bedford<BR><BR>Tel: 01234 32 
  4644<BR>E-mail: <A href="mailto:agagliardi@ara.co.uk" 
  target=_blank>agagliardi@ara.co.uk</A><BR>Url: <A href="http://www.ara.co.uk" 
  target=_blank>www.ara.co.uk</A> </FONT></P>
  <DIV>&nbsp;</DIV><BR></DIV>
  <DIV lang=en-us dir=ltr align=left>
  <HR>
  <FONT face=Tahoma size=2><B>From:</B> Paul Edwards [mailto:<A 
  href="mailto:paul.m.edwards@gmail.com" 
  target=_blank>paul.m.edwards@gmail.com</A>] <BR><B>Sent:</B> 26 October 2011 
  18:59<BR><B>To:</B> <A href="mailto:agagliardi@ara.co.uk" 
  target=_blank>agagliardi@ara.co.uk</A><BR><B>Cc:</B> <A 
  href="mailto:paraview@paraview.org" 
  target=_blank>paraview@paraview.org</A><BR><B>Subject:</B> Re: [Paraview] 
  ParaView GUI hanging in debug mode<BR></FONT><BR></DIV>
  <DIV>
  <DIV></DIV>
  <DIV class=h5>
  <DIV></DIV>
  <P>When debugging in parallel you will need to start the job without gdb and 
  then connect individually to&nbsp; each of the pvserver processes with 
gdb.</P>
  <P>The other option is to use a parallel debugger such as DDT or totalview - 
  both are commercial but you can get a trial license. Note: I'm biased towards 
  DDT as I used to work for Allinea and was one of the original developers!</P>
  <P>Regards,<BR>Paul</P>
  <DIV class=gmail_quote>On 26 Oct 2011 13:57, "Adriano Gagliardi" &lt;<A 
  href="mailto:agagliardi@ara.co.uk" target=_blank>agagliardi@ara.co.uk</A>&gt; 
  wrote:<BR type="attribution">
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><BR>Dear 
    All,<BR><BR>I'm trying to debug a parallel reader I am working on. I 
    normally work with<BR>gdb and ParaView in serial client-server mode, which 
    works fine. However,<BR>I'm now trying to debug the client-server mode when 
    run in parallel using<BR>MPICH2 and I'm encountering issues.<BR><BR>I've 
    tried the following:<BR><BR>(1) Run parallel pvserver first -&gt; attach gdb 
    to a process id -&gt; start<BR>paraview client -&gt; connect to server -&gt; 
    Result: client connected message<BR>appears then the client 
    hangs.<BR><BR>&gt;&gt;&gt; mpirun -np 16 
    /path/to/ParaView-3.10.1-Debug/bin/pvserver<BR>&gt;&gt;&gt; gdb --pid 
    xxxx<BR>&gt;&gt;&gt; paraview<BR>&gt;&gt;&gt; (connect to client)<BR><BR>(2) 
    Run parallel pvserver first with gdb -&gt; Result: pvserver does not 
    start<BR>properly (no port message or waiting for 
    client).<BR><BR>&gt;&gt;&gt; mpirun -np 16 gdb 
    /path/to/ParaView-3.10.1-Debug/bin/pvserver<BR>gdb&gt;&gt; 
    run<BR>&gt;&gt;&gt; (server hangs)<BR><BR>I tried the second option just in 
    case it worked, but I was sure (and<BR>previous posts on the mailing lists 
    showed) that the first option would<BR>work. I am using ParaView 3.10.1 
    Release built on CentOS5.4 using standard<BR>OS libraries with 
    MPICH2.1.3.<BR><BR>Is there something I've done wrong here? Any 
    suggestions?<BR><BR>Thanks,<BR><BR>Adriano<BR><BR>===================================<BR><BR>Adriano 
    Gagliardi MEng PhD<BR>Business Sector Leader<BR>Computational 
    Aerodynamics<BR>Aircraft Research Association Ltd.<BR>Manton 
    Lane<BR>Bedford<BR><BR>Tel: 01234 32 4644<BR>E-mail: <A 
    href="mailto:agagliardi@ara.co.uk" 
    target=_blank>agagliardi@ara.co.uk</A><BR>Url: <A 
    href="http://www.ara.co.uk" 
    target=_blank>www.ara.co.uk</A><BR><BR><BR>**********************************************************************<BR>This 
    email contains information that is private and confidential and is intended 
    only for the addressee.<BR>If you are not the intended recipient please 
    delete it and notify us immediately by e-mailing the sender.<BR>Note: All 
    email sent to or from this address may be accessed by someone other than the 
    recipient, for<BR>system management and security reasons.<BR>Aircraft 
    Research Association Ltd. &nbsp;Registered in England, Registration No 
    503668 Registered Office:<BR>Manton Lane, Bedford MK41 7PF England VAT No GB 
    196351245<BR><BR>**********************************************************************<BR>_______________________________________________<BR>Powered 
    by <A href="http://www.kitware.com" 
    target=_blank>www.kitware.com</A><BR><BR>Visit other Kitware open-source 
    projects at <A href="http://www.kitware.com/opensource/opensource.html" 
    target=_blank>http://www.kitware.com/opensource/opensource.html</A><BR><BR>Please 
    keep messages on-topic and check the ParaView Wiki at: <A 
    href="http://paraview.org/Wiki/ParaView" 
    target=_blank>http://paraview.org/Wiki/ParaView</A><BR><BR>Follow this link 
    to subscribe/unsubscribe:<BR><A 
    href="http://www.paraview.org/mailman/listinfo/paraview" 
    target=_blank>http://www.paraview.org/mailman/listinfo/paraview</A><BR></BLOCKQUOTE></DIV>
  <P>**********************************************************************<BR>This 
  email contains information that is private and confidential and is intended 
  only for the addressee.<BR>If you are not the intended recipient please delete 
  it and notify us immediately by e-mailing the sender.<BR>Note: All email sent 
  to or from this address may be accessed by someone other than the recipient, 
  for<BR>system management and security reasons.<BR>Aircraft Research 
  Association Ltd.&nbsp; Registered in England, Registration No 503668 
  Registered Office:<BR>Manton Lane, Bedford MK41 7PF England VAT No GB 
  196351245</P>
  <P>**********************************************************************</P></DIV></DIV></DIV></BLOCKQUOTE></DIV><BR></DIV><p>**********************************************************************<br />This email contains information that is private and confidential and is intended only for the addressee.<br />If you are not the intended recipient please delete it and notify us immediately by e-mailing the sender.<br />Note: All email sent to or from this address may be accessed by someone other than the recipient, for<br />system management and security reasons.<br />Aircraft Research Association Ltd.  Registered in England, Registration No 503668 Registered Office:<br />Manton Lane, Bedford MK41 7PF England VAT No GB 196351245</p><p>**********************************************************************</p>
</BODY></HTML>