[IGSTK-Users] IGSTK test errors
Patrick Cheng
cheng at isis.georgetown.edu
Fri Apr 21 01:54:56 EDT 2006
Hi Manuel,
This is a bug in View class that has been fixed.
Before igstkView class inherited from both FL_GL_Window and
vtkRenderWindowInteractor. When the test program trying to delete a
instance of View class, the reference counting is not working properly
for its underlying VTK object. that's why there is a vtk error
message: "Trying to delete object with non-zero reference count."
This have been fixed already, but making View subclass of FL_GL_Window
and encapsulating vtkRenderWindowInteractor inside it.
The failing of these test shouldn't affect your use of this toolkit.
You can either wait for the Release 8 to come out (in a week of two),
or check out the CVS version of the code. Detailed instruction can be
found on:
http://www.igstk.org/download.htm
Let me know if you need help on the cvs access.
Patrick
The error msg:
----------------------------------------------------------------------
1145574298.86567902565002441406 : (DEBUG) Destructor() called ...
1145574298.86572909355163574219 : (DEBUG) SetRenderWindow() called ...
1145574298.86592888832092285156 : (ERROR) ERROR: In
/home/manuelr/Sources/VTK5/Common/vtkObject.cxx, line 137
vtkObject (0x9370960): Trying to delete object with non-zero reference
count.
1145574298.86597394943237304688 : (WARNING) Generic Warning: In
/home/manuelr/Sources/VTK5/Common/vtkObjectBase.cxx, line 74
Trying to delete object with non-zero reference count.
-- Process completed
***Failed
----------------------------------------------------------------------
Manuel Ricardo Galindo Moreno wrote:
> Thank you very much patrick for the assistance
>
> The log file i got is attached
>
>
> I am using IGSTK release 7
>
>
> -----Original Message-----
> From: Patrick Cheng [mailto:cheng at isis.georgetown.edu]
> Sent: Thu 20/04/2006 08:38 PM
> To: Manuel Ricardo Galindo Moreno
> Cc: igstk-users at public.kitware.com
> Subject: Re: [IGSTK-Users] IGSTK test errors
>
> Hi Manuel,
>
> It looks like all the tests related to view class are failing. Since
> you are using linux box, it might be the problem of the X server.
>
> Please let me know which release of IGSTK you are working on. And do
> the following:
>
> 1. cd into your IGSTK binary directory
> 2. type
> ctest -V >log
> 3. Send us the log file
>
> We can then help you identify the problem.
>
> Patrick
>
> Manuel Ricardo Galindo Moreno wrote:
> > Thank you Patrick
> >
> > I suppose i did not notice my error while building VTK, i rebuilt it and
> > IGST built ok.
> >
> > Now i have some problems running the tests
> >
> > The following tests FAILED:
> > 25 - igstkAnnotation2DTest (Failed)
> > 40 - igstkCylinderObjectTest (Failed)
> > 41 - igstkEllipsoidObjectTest (Failed)
> > 44 - igstkViewTest (Failed)
> > 45 - igstkViewRefreshRateTest (Failed)
> > 47 - igstkConeObjectTest (Failed)
> > 48 - igstkBoxObjectTest (Failed)
> > 49 - igstkAxesObjectTest (Failed)
> > 50 - igstkTubeObjectTest (Failed)
> > 52 - igstkUltrasoundProbeObjectTest (Failed)
> > 53 - igstkCTImageSpatialObjectReadingAndRepresentationTest
> (Failed)
> > 54 - igstkMeshObjectTest (Failed)
> > 55 - igstkImageSpatialObjectRepresentationTest (Failed)
> > Errors while running CTest
> > gmake: *** [test] Error 8
> >
> > Any thoughts about this? need more info? how can a i solve this?
> >
> >
> >
> > -----Original Message-----
> > From: Patrick Cheng [mailto:cheng at isis.georgetown.edu]
> > Sent: Thu 20/04/2006 05:19 PM
> > To: Manuel Ricardo Galindo Moreno
> > Cc: igstk-users at public.kitware.com
> > Subject: Re: [IGSTK-Users] Buildong problem with
> > igstkImageSpatialObjectRepresentation.txx
> >
> > Hi Manuel,
> >
> > The build log is a little bit hard to read, but it seems like the
> > problem of VTK package. The suggested version are:
> > ITK 2.6 and VTK 5.0
> >
> > Please try to build Release 7 with these two version of ITK and VTK.
> >
> > Let me know if it still has problem.
> >
> > Patrick
> >
> > Manuel Ricardo Galindo Moreno wrote:
> > > Hello
> > >
> > > I am starting a project about image-guided spine surgery, so i am kind
> > > of a newbie with this toolkit.
> > >
> > > When i am trying to build in linux (mandriva 2005) IGSTK (7 and 6)
> i get
> > > this error:
> > >
> > > Building CXX object
> > >
> >
> Source/CMakeFiles/IGSTK.dir/igstkCTImageSpatialObjectReprese
> > > ntation.o
> > >
> >
> /home/manuelr/Sources/IGSTK-Release-6/Source/igstkImageSpatialObjectRepresentati
> > > on.txx: In member function 'void
> > >
> >
> igstk::ImageSpatialObjectRepresentation<TImageS
> > > patialObject>::CreateActors() [with TImageSpatialObject =
> > >
> >
> igstk::CTImageSpatialO
> > > bject]':
> > >
> >
> /home/manuelr/Sources/IGSTK-Release-6/Source/igstkCTImageSpatialObjectRepresenta
> > > tion.cxx:34: instantiated from here
> > >
> >
> /home/manuelr/Sources/IGSTK-Release-6/Source/igstkImageSpatialObjectRepresentati
> > > on.txx:378: error: no matching function for call to
> > >
> >
> 'igstk::ImageSpatialObjectRe
> > > presentation<igstk::CTImageSpatialObject>::AddActor(vtkImageActor*&)'
> > >
> >
> /home/manuelr/Sources/IGSTK-Release-6/Source/igstkObjectRepresentation.h:102:
> > >
> >
> no
> > > te: candidates are: void
> > igstk::ObjectRepresentation::AddActor(vtkProp3D*)
> > > gmake[2]: ***
> > >
> >
> [Source/CMakeFiles/IGSTK.dir/igstkCTImageSpatialObjectRepresentati
> > > on.o] Error 1
> > > gmake[1]: *** [Source/CMakeFiles/IGSTK.dir/all] Error 2
> > > gmake: *** [all] Error 2
> > >
> > > I really don't know how to solve this problem.
> > >
> > > With IGSTK 7 i am using ITK 2.6, VTK 5 and FLTK 1.1
> > >
> > > With IGSTK 6 i am using ITK 2.4.1 VTK 4.4 and FLTK 1.1
> > >
> > > To build i am using CMAKE 2.2 patch 3
> > >
> > > Thanks
> > >
> > > Manuel
> > >
> > >
> > >
> ------------------------------------------------------------------------
> > >
> > > _______________________________________________
> > > IGSTK-Users mailing list
> > > IGSTK-Users at public.kitware.com
> > > http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users
> >
> > --
> > Patrick Cheng Work phone: 202-687-2902
> > Software Engineer Work fax: 202-784-3479
> > Email: cheng at isis.georgetown.edu
> >
> > Imaging Science and Information Systems (ISIS) Center
> > Department of Radiology, Georgetown University Medical Center
> > 2115 Wisconsin Avenue, Suite 603, Washington, DC, 20007
> >
> >
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > IGSTK-Users mailing list
> > IGSTK-Users at public.kitware.com
> > http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users
>
> --
> Patrick Cheng Work phone: 202-687-2902
> Software Engineer Work fax: 202-784-3479
> Email: cheng at isis.georgetown.edu
>
> Imaging Science and Information Systems (ISIS) Center
> Department of Radiology, Georgetown University Medical Center
> 2115 Wisconsin Avenue, Suite 603, Washington, DC, 20007
>
>
>
--
Patrick Cheng Work phone: 202-687-2902
Software Engineer Work fax: 202-784-3479
Email: cheng at isis.georgetown.edu
Imaging Science and Information Systems (ISIS) Center
Department of Radiology, Georgetown University Medical Center
2115 Wisconsin Avenue, Suite 603, Washington, DC, 20007
More information about the IGSTK-Users
mailing list