<div dir="ltr"><div><div>Hi<br><br></div>Without debug symbols, we can't really use the backtrace.<br><br></div>Regarding 5.3 version, are you saying that it does not have the segfault ?<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mathieu Westphal<br></div></div></div>
<br><div class="gmail_quote">On Tue, Mar 7, 2017 at 4:29 PM, Yves Rogez <span dir="ltr"><<a href="mailto:yves.rogez@univ-grenoble-alpes.fr" target="_blank">yves.rogez@univ-grenoble-alpes.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<p>Hi Mathieu,</p>
<p>for info, here is the backtrace for the PV5.2 bug with seg fault
when disconnecting (sorry it was stuck in my draft e-mails since a
while :-). <br>
</p>
<p>I did not find the time to rebuild with the last version. I will
try to do so soon... I think I have to rebuild it from source as
the basic goal is to package it on nix system (which uses internal
nix package dependencies). I currently use 5.3 RC2 for my
developments and it works completely fine on any system (not
including nix :-).<br>
</p>
<p>Bye,</p>
<p>Yves<br>
</p><div><div class="h5">
<br>
<div class="m_-5571846420994025973moz-cite-prefix">Le 10/02/2017 à 15:14, Mathieu Westphal
a écrit :<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>
<div>
<div>Hi Yves<br>
<br>
</div>
In order to test with the last version, you do not need to
compile, you can download a nightly build on the ParaView
download page.<br>
</div>
(Highest number means newer).<br>
</div>
<div>Let me know how it goes.<br>
</div>
<div><br>
</div>
I will defer to others regarding the packaging question.<br>
<br>
</div>
<div class="gmail_extra"><br clear="all">
<div>
<div class="m_-5571846420994025973gmail_signature" data-smartmail="gmail_signature">
<div dir="ltr">Mathieu Westphal<br>
</div>
</div>
</div>
<br>
<div class="gmail_quote">On Fri, Feb 10, 2017 at 9:44 AM, Yves
Rogez <span dir="ltr"><<a href="mailto:yves.rogez@univ-grenoble-alpes.fr" target="_blank">yves.rogez@univ-grenoble-<wbr>alpes.fr</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<p>Hi Mathieu :-)</p>
<p>yes it's for the case of multi-server (actually single
client) option. I will get the source from the git
repository master a give it another try.</p>
<p>OK for the debug, I can compile it again in debug but
it takes a long time on my little test laptop so I was
wondering maybe some other tricky test on the release
version ;-) I will let the debug build run this week-end
and send a quick report.</p>
<p>By the way, do you plan to support nix packages build
in the future for Paraview ? The problem I will
encounter now is that Paraview depends on video card
driver OpenGL libs so that to get good performances, I
will break the nix packages philosophy of being
independent from the operating system specific kernel...<br>
</p>
<p>Thanks for the answer!</p>
<p>Yves<br>
</p>
<div>
<div class="m_-5571846420994025973h5"> <br>
<div class="m_-5571846420994025973m_8580887374267790081moz-cite-prefix">Le
10/02/2017 à 03:48, Mathieu Westphal a écrit :<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>
<div>
<div>
<div>Hi Yves !<br>
<br>
</div>
Do you happen to use the
multi-clients/multi-server option ? we
recently corrected a bug that sound like
yours, will be fixed in ParaView 5.3.<br>
</div>
In any case, you may want to try with the last
version of paraview master.<br>
<br>
</div>
In order to debug, the first step would be to
build ParaView in Debug, and then run it with a
debuger, in order to get a backtrace of the
segfault.<br>
<br>
</div>
Best Regards,<br>
</div>
<div class="gmail_extra"><br clear="all">
<div>
<div class="m_-5571846420994025973m_8580887374267790081gmail_signature" data-smartmail="gmail_signature">
<div dir="ltr">Mathieu Westphal<br>
</div>
</div>
</div>
<br>
<div class="gmail_quote">On Thu, Feb 9, 2017 at
6:09 PM, Yves Rogez <span dir="ltr"><<a href="mailto:yves.rogez@univ-grenoble-alpes.fr" target="_blank">yves.rogez@univ-grenoble-alpe<wbr>s.fr</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<p>Dear Paraview team,</p>
<p>we are currently studying the opportunity
of migrating our computing grid
environment from "module" system to "nix"
packaging system (<a class="m_-5571846420994025973m_8580887374267790081m_3538402776635204479moz-txt-link-freetext" href="https://nixos.org/" target="_blank">https://nixos.org/</a>).
In that purpose, I'm trying to compile and
pack Paraview 5.2.0 with its dependencies
with nix packages (<a class="m_-5571846420994025973m_8580887374267790081m_3538402776635204479moz-txt-link-freetext" href="https://nixos.org/nixos/packages.html" target="_blank">https://nixos.org/nixos/packa<wbr>ges.html</a>).
<br>
</p>
<p>To do so, I first installed nixos on a
local laptop and give it a try. The main
issue I encountered was to update my nixos
kernel with native videocard drivers but
OK, that's done. Then using the attached
nix package script (a slight evolution on
paraview 4.0.1 existing one), I could have
packetized 5.2.0 succesfully and it runs
very well.</p>
<p>However, I still get an error when I'm
trying to use MPI functionality. The MPI
itself with parallelism works, as I can
run a auto-MPI session without problem.
The issue occurs when <b>servermanager.Disconnect()
function is called => Seg fault</b>
with no more info... The bad thing is that
the Disconnect function is called every
time I would like to connect to a server
(to disconnect the built-in one). This is
also the case when passing the pvserver in
command-line argument.</p>
<p>Do you have an idea of the cause of this
seg fault ? Maybe could you help me find
any useful test to debug this ?</p>
<p>Thanks in advance for your support,</p>
<p>Best regards,</p>
<p>Yves<span class="m_-5571846420994025973m_8580887374267790081HOEnZb"><font color="#888888"><br>
</font></span></p>
<span class="m_-5571846420994025973m_8580887374267790081HOEnZb"><font color="#888888"> <br>
<div class="m_-5571846420994025973m_8580887374267790081m_3538402776635204479moz-signature">--
<br>
Yves Rogez<br>
<br>
<b>IPAG</b><br>
<em>Institut de Planétologie et
d'Astrophysique de Grenoble </em><br>
<br>
</div>
</font></span></div>
<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Please keep messages on-topic and check the
ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaV<wbr>iew</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/paraview</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
</div>
</div>
<div class="m_-5571846420994025973m_8580887374267790081moz-signature">
<div>
<div class="m_-5571846420994025973h5">-- <br>
Yves Rogez<br>
<br>
<b>IPAG</b><br>
<em>Institut de Planétologie et d'Astrophysique de
Grenoble </em><br>
</div>
</div>
<font size="2">Bat D de Physique - BP. 53 - 38041
Grenoble - FRANCE<br>
<br>
</font> tel : <a href="tel:+33%204%2076%2063%2052%2080" value="+33476635280" target="_blank">+33 (0)4 76 63 52
80</a><br>
lab : <a href="tel:+33%204%2076%2063%2057%2060" value="+33476635760" target="_blank">+33 (0)4 76 63 57
60</a><br>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
<div class="m_-5571846420994025973moz-signature">-- <br>
Yves Rogez<br>
<br>
<b>IPAG</b><br>
<em>Institut de Planétologie et d'Astrophysique de Grenoble </em><br>
<font size="2">Bat D de Physique - BP. 53 - 38041 Grenoble -
FRANCE<br>
<br>
</font>
tel : <a href="tel:+33%204%2076%2063%2052%2080" value="+33476635280" target="_blank">+33 (0)4 76 63 52 80</a><br>
lab : <a href="tel:+33%204%2076%2063%2057%2060" value="+33476635760" target="_blank">+33 (0)4 76 63 57 60</a><br>
</div>
</div></div></div>
</blockquote></div><br></div>