Bastian,<div><br></div><div>I&#39;ve committed fixed to CVS head. The problem was with the SurfaceLIC representation and not the ExtractBlock filter :).</div><div><br></div><div>Utkarsh<br><br><div class="gmail_quote">On Fri, Mar 5, 2010 at 5:37 PM, <a href="mailto:Bastil2001@yahoo.de">Bastil2001@yahoo.de</a> <span dir="ltr">&lt;<a href="mailto:Bastil2001@yahoo.de">Bastil2001@yahoo.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


  
  

<div text="#000000" bgcolor="#ffffff">
Are there some news about that? Can anybody reproduce this behavior? My
cvs is about 10 days old.<br>
<br>
Regards Bastian<br>
<br>
-------- Original-Nachricht --------
<table border="0" cellpadding="0" cellspacing="0">
  <tbody>
    <tr>
      <th nowrap valign="BASELINE" align="RIGHT">Betreff: </th>
      <td>[Paraview] Fwd: Re: Fwd: Re: Problems with Paraview 3.7-dev:
Save screenshot, ExtractBlock in Python</td>
    </tr>
    <tr>
      <th nowrap valign="BASELINE" align="RIGHT">Datum: </th>
      <td>Thu, 04 Mar 2010 00:00:06 +0100</td>
    </tr>
    <tr>
      <th nowrap valign="BASELINE" align="RIGHT">Von: </th>
      <td><a href="mailto:Bastil2001@yahoo.de" target="_blank">Bastil2001@yahoo.de</a> <a href="mailto:Bastil2001@yahoo.de" target="_blank">&lt;Bastil2001@yahoo.de&gt;</a></td>
    </tr>
    <tr>
      <th nowrap valign="BASELINE" align="RIGHT">An: </th>
      <td>&#39;ParaView&#39; <a href="mailto:paraview@paraview.org" target="_blank">&lt;paraview@paraview.org&gt;</a>, pat marion
<a href="mailto:pat.marion@kitware.com" target="_blank">&lt;pat.marion@kitware.com&gt;</a></td>
    </tr>
  </tbody>
</table>
<br>
<br>


 Some corrections:<br>
<br>
I do Show(eb) not eb.Show() in my script.<br>
Python-Interface is not working in my build directory (do not know why)
so I always have to use installed version. I ran it under gdb:<br>
<pre>gdb  bin/paraview</pre>
<pre>GNU gdb 6.6</pre>
<pre>Copyright (C) 2006 Free Software Foundation, Inc.</pre>
<pre>GDB is free software, covered by the GNU General Public License, and you are</pre>
<pre>welcome to change it and/or distribute copies of it under certain conditions.</pre>
<pre>Type &quot;show copying&quot; to see the conditions.</pre>
<pre>There is absolutely no warranty for GDB.  Type &quot;show warranty&quot; for details.</pre>
<pre>This GDB was configured as &quot;x86_64-suse-linux&quot;...</pre>
<pre>Using host libthread_db library &quot;/lib64/libthread_db.so.1&quot;.</pre>
<pre>(gdb) run</pre>
<pre>Starting program: /opt/paraview/3.7-dev_20100224/bin/paraview</pre>
<pre>[Thread debugging using libthread_db enabled]</pre>
<pre>[New Thread 47188416477984 (LWP 23233)]</pre>
<pre>Executing with: 0</pre>
<pre>Program received signal SIGSEGV, Segmentation fault.</pre>
<pre>[Switching to Thread 47188416477984 (LWP 23233)]</pre>
<pre>0x00002aead94fa80d in vtkSMEnumerationDomain::GetEntryText () from /opt/paraview/3.7-dev_20100224/lib/paraview-3.7/libvtkPVServerManager.so</pre>
<pre>(gdb)
</pre>
Any hints? Thanks.<br>
<div>

</div>
<br>
Regards Bastian<br>
<br>
<br>
<a href="mailto:Bastil2001@yahoo.de" target="_blank">Bastil2001@yahoo.de</a> wrote:
<blockquote type="cite">
  
  <br>
  <br>
-------- Original-Nachricht --------
  <table border="0" cellpadding="0" cellspacing="0">
    <tbody>
      <tr>
        <th nowrap valign="baseline" align="right">Betreff: </th>
        <td>Re: [Paraview] Problems with Paraview 3.7-dev: Save
screenshot, ExtractBlock in Python</td>
      </tr>
      <tr>
        <th nowrap valign="baseline" align="right">Datum: </th>
        <td>Tue, 2 Mar 2010 15:59:54 -0500</td>
      </tr>
      <tr>
        <th nowrap valign="baseline" align="right">Von: </th>
        <td>pat marion <a href="mailto:pat.marion@kitware.com" target="_blank">&lt;pat.marion@kitware.com&gt;</a></td>
      </tr>
      <tr>
        <th nowrap valign="baseline" align="right">An: </th>
        <td><a href="mailto:Bastil2001@yahoo.de" target="_blank">Bastil2001@yahoo.de</a> <a href="mailto:Bastil2001@yahoo.de" target="_blank">&lt;Bastil2001@yahoo.de&gt;</a></td>
      </tr>
      <tr>
        <th nowrap valign="baseline" align="right">CC: </th>
        <td>Utkarsh Ayachit <a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">&lt;utkarsh.ayachit@kitware.com&gt;</a>,
ParaView


        <a href="mailto:paraview@paraview.org" target="_blank">&lt;paraview@paraview.org&gt;</a></td>
      </tr>
    </tbody>
  </table>
  <br>
  <br>
In a terminal, cd to the paraview build directory, then:<br>
  <br>
gdb bin/paraview<br>
run<br>
  <br>
This will open paraview.  Try to recreate the crash, then go back to
the terminal and type:<br>
  <br>
bt<br>
  <br>
Copy the entire terminal output to the mailing list.<br>
  <br>
Pat<br>
  <br>
  <div class="gmail_quote">On Tue, Mar 2, 2010 at 3:45 PM, <a href="mailto:Bastil2001@yahoo.de" target="_blank">Bastil2001@yahoo.de</a>
  <span dir="ltr">&lt;<a href="mailto:Bastil2001@yahoo.de" target="_blank">Bastil2001@yahoo.de</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
    <div text="#000000" bgcolor="#ffffff">In general, yes. However, I
have never done this before so I need a
short introduction how to do that.<br>
    <br>
Thanks Bastian<br>
    <br>
Am 02.03.2010 19:45, schrieb pat marion:
    <div>
    <div>
    <blockquote type="cite">Hi,  I&#39;m unable to reproduce that crash
using
paraview
cvshead.  Is it possible for you to provide a backtrace from a debugger?<br>
      <br>
Pat<br>
      <br>
      <div class="gmail_quote">On Tue, Mar 2, 2010 at 1:40 PM, <a href="mailto:Bastil2001@yahoo.de" target="_blank">Bastil2001@yahoo.de</a> <span dir="ltr">&lt;<a href="mailto:Bastil2001@yahoo.de" target="_blank">Bastil2001@yahoo.de</a>&gt;</span>
wrote:<br>
      <blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
        <div>Am 01.03.2010 19:19, schrieb Utkarsh Ayachit:<br>
        </div>
        <div>&gt; Sounds like an offscreen rendering issue, can
you try disabling &quot;Use<br>
&gt; offscreen rendering for screenshots&quot; from Edit |Settings | Render
View<br>
&gt; page?<br>
&gt;<br>
&gt; Utkarsh<br>
&gt;<br>
        </div>
Thanks Utkarsh. Turning off-screen-rednering off everything works fine.<br>
Additionally, the problem only occurs in &quot;SurfaceLIC&quot; representation.<br>
Some ideas about Python probs?<br>
        <br>
Regards Basti<br>
        <div>
        <div>&gt; 2010/3/1 <a href="mailto:Bastil2001@yahoo.de" target="_blank">Bastil2001@yahoo.de</a>
&lt;<a href="mailto:Bastil2001@yahoo.de" target="_blank">Bastil2001@yahoo.de</a>&gt;:<br>
&gt;<br>
&gt;&gt; Dear all,<br>
&gt;&gt;<br>
&gt;&gt; I was recently faced with two Problems in 3.7-dev om Linux64:<br>
&gt;&gt;<br>
&gt;&gt; &quot;Save screenshot&quot; with &quot;Print&quot; scheme does not create a white
backgroud. It<br>
&gt;&gt; is only white behind the pop-up window.<br>
&gt;&gt; Showing an ExtractBlock Filter with Python crashes Paraview:<br>
&gt;&gt;<br>
&gt;&gt; eb=ExtractBlock()<br>
&gt;&gt; eb.BlockIndices=[1,2]<br>
&gt;&gt; eb.Show()<br>
&gt;&gt; The same code works for 3.6.2 without any problems.<br>
&gt;&gt;<br>
&gt;&gt; Any comments/hints on this? Thanks.<br>
&gt;&gt;<br>
&gt;&gt; Regards<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt;<br>
&gt;&gt; Bastian Löffler<br>
&gt;&gt; Berechnung<br>
&gt;&gt; HWA AG<br>
&gt;&gt; Team AMG-Mercedes<br>
&gt;&gt; Benzstraße 8<br>
&gt;&gt; 71563 Affalterbach<br>
&gt;&gt; Tel.: 0049/(0)7144 / 8717 - 347<br>
&gt;&gt; Fax : 0049/(0)7144 / 8717 - 222<br>
&gt;&gt; mailto: <a href="mailto:B.Loeffler@hwaag.com" target="_blank">B.Loeffler@hwaag.com</a><br>
&gt;&gt; Internet: <a href="http://www.hwaag.com" target="_blank">http://www.hwaag.com</a><br>
&gt;&gt;<br>
&gt;&gt; Sitz der Gesellschaft: Affalterbach<br>
&gt;&gt; Vorsitzender des Aufsichtsrats: Prof. Jürgen Hubbert<br>
&gt;&gt; Vorstand: Hans-Jürgen Mattheis, Gerhard Ungar<br>
&gt;&gt; Registergericht: Amtsgericht Stuttgart HRB 721692<br>
&gt;&gt; USt-IdNr. : DE 197295031<br>
&gt;&gt;<br>
&gt;&gt;
********************************************************************************<br>
&gt;&gt;<br>
&gt;&gt; Diese E-Mail, einschließlich sämtlicher mit ihr übertragener
Dateien, ist<br>
&gt;&gt; vertraulich und für die ausschließliche Verwendung durch die
Person oder das<br>
&gt;&gt; Unternehmen vorgesehen, an die/das sie adressiert ist. Sollten
Sie diese<br>
&gt;&gt; E-Mail fälschlicherweise erhalten haben, benachrichtigen Sie
bitte den<br>
&gt;&gt; Systemverwalter. Diese E-Mail wurde auf die Anwesenheit von
Computerviren<br>
&gt;&gt; durch F-Secure überprüft.<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://www.mimesweeper.com" target="_blank">www.mimesweeper.com</a><br>
&gt;&gt;<br>
&gt;&gt;
*********************************************************************************<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<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>
        </div>
        </div>
      </blockquote>
      </div>
      <br>
    </blockquote>
    <br>
    </div>
    </div>
    </div>
  </blockquote>
  </div>
  <br>
  <br>
</blockquote>
</div>

<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>
<br></blockquote></div><br></div>