<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi!<br>Well, I use paraview 3.3.1 on windows xp. Debugging it with gdb I get the following error:<br><br>Program received signal SIGSEV, Segmentation fault.<br>0x63573e09 in vtkRectilinearGrid::Initialize (this=0xc2b8b90)<br>at C:/ParaviewSource/ParaView3/VTK/Filtering/vtkRectilinearGrid.cxx:95<br>95&nbsp;&nbsp; this -&gt; XCoordinates-&gt;UnRegister(this);<br><br>Tracing it, the filter is applied three times before I get the segmentation fault above, and I donīt understand why, I thought that once code works, it works forever.. ;-) <br>Just for information: My filter is a subclass of vtkRectilinearGridAlgorithm and it subtracts the horizontal average of the point data from the point data, so the structure of the input grid is passed directly to the output and I just do something with the associated point data. <br><br>Does anyone know how to avoid that segmentation fault?<br>thx,<br>NH<br>&gt; From: mike.jackson@bluequartz.net<br>&gt; To: nataliehapp@hotmail.com<br>&gt; Subject: Re: [Paraview] filter crashing when applied to a time series<br>&gt; Date: Thu, 9 Oct 2008 08:39:17 -0400<br>&gt; <br>&gt; Please provide a stack trace or other more precise error code/ <br>&gt; description so that we can help you. Also including your paraview  <br>&gt; version and Operating system will also help.<br>&gt; <br>&gt; On Oct 9, 2008, at 5:48 AM, Natalie Happenhofer wrote:<br>&gt; <br>&gt; &gt; Hi everybode,<br>&gt; &gt; I have written a filter for paraview and it works well when applied  <br>&gt; &gt; to one file, applied to a time series of files the filter is  <br>&gt; &gt; executed a few times (precisely: 4 times) before paraview breaks  <br>&gt; &gt; down. Does anyone have an idea what might be the problem here?<br>&gt; &gt; thx,<br>&gt; &gt; NH<br>&gt; &gt;<br>&gt; &gt; Express yourself instantly with MSN Messenger! MSN Messenger  <br>&gt; &gt; _______________________________________________<br>&gt; &gt; ParaView mailing list<br>&gt; &gt; ParaView@paraview.org<br>&gt; &gt; http://www.paraview.org/mailman/listinfo/paraview<br>&gt; <br><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>