[Insight-developers] run examples on rapture
Xinwei Xue
xwxue at cs . utah . edu
Thu, 8 Aug 2002 10:30:32 -0600 (MDT)
Thanks Bill,
I turned the variable off and recompiled the ITK, and now it seems to
work!
Thanks a lot,
Xinwei
On Thu, 8 Aug 2002, Lorensen, William E (Research) wrote:
> Xinwei,
>
> Check your CMakeCache.txt file to be sure that
> ITK_USE_SYSTEM_STDLIB:BOOL=OFF
>
> This is required on SGI's since the distributed stl is not thread-safe.
>
> Bill
>
> -----Original Message-----
> From: Xinwei Xue [mailto:xwxue@cs.utah.edu]
> Sent: Thursday, August 08, 2002 12:43 AM
> To: Luis Ibanez
> Cc: insight-developers@public.kitware.com
> Subject: Re: [Insight-developers] run examples on rapture
>
>
>
> Hi Luis,
>
> The normal test did not crash. Only the examples does not
> work. The HeaderTest files runs OK. ShapeDetection gave seg
> fault. SimpleLevelSetExample just abort.
> Unfortunately gdb/ddd was not installed in the IRIX machine.
>
> I debugged the SimpleLevelSetExample and found that the abort may be
> because of the imagewriter. If I comment it out, it would run well. Could
> you please have a look at it? One more thing, I am using pthread
> in one of my applications, do I have to define USE_PTHREAD somewhere?(I
> saw -D_PTHREAD in the compilation).
>
> Thanks,
>
> Xinwei
>
>
> On Wed, 7 Aug 2002, Luis Ibanez wrote:
>
> > Hi Xinwei,
> >
> > Are the normal test crashing too ?
> > or only the examples.
> >
> > Could please you run any of the examples from gdb
> > or ddd and post the traceback after crashing ?
> >
> > Thanks
> >
> > Luis
> >
> > ==============================================
> >
> > Xinwei Xue wrote:
> >
> > >
> > > Hi,
> > >
> > > I magaged to compile ITK on one of our mutilprocessor IRIX machines. When
> > > I compile the examples(say RawImageReadWriter it gave me these warnings:
> > >
> > > ld32: WARNING 84
> > > : /home/sci/xwxue/res/itk/Insight-IRIX/Code/Algorithms/libITKAlgorithms.a
> > > is not used for resolving any symbol.
> > > ld32: WARNING 84
> > > : /home/sci/xwxue/res/itk/Insight-IRIX/Code/BasicFilters/libITKBasicFilters.a
> > > is not used for resolving any symbol.
> > > ld32: WARNING 84
> > > : /home/sci/xwxue/res/itk/Insight-IRIX/Code/Common/libITKCommon.a is not
> > > used for resolving any symbol.
> > > ld32: WARNING 84
> > > : /home/sci/xwxue/res/itk/Insight-IRIX/Code/Common/libITKCommon.a is not
> > > used for resolving any symbol.
> > > ld32: WARNING 84
> > > : /home/sci/xwxue/res/itk/Insight-IRIX/Code/Numerics/vxl/libVXLNumerics.a
> > > is not used for resolving any symbol.
> > >
> > >
> > > when I run it it always Abort after start. This happens to all examples,
> > > and I did not catch any exception when running the examples.
> > >
> > > Can anyone tell me why this happens?
> > >
> > > Thanks,
> > >
> > > Xinwei
> > >
> > > _______________________________________________
> > > Insight-developers mailing list
> > > Insight-developers@public.kitware.com
> > > http://public.kitware.com/mailman/listinfo/insight-developers
> > >
> > >
> >
> >
> >
>
> _______________________________________________
> Insight-developers mailing list
> Insight-developers@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-developers
>