[Insight-users] Osirix Plugin EXC_BAD_ACCESS Error

Ella Maria Kadas ella_kadas at yahoo.com
Wed Jan 12 07:38:22 EST 2011


Hi,
   I am trying for the moment to just use the itk::ConnectedThresholdImageFilter, to compute Roi on MRI. After getting the Seed point's location, and defining a region where to search for the max gray value of that region, i use an  itk::ImageRegionConstIterator to go through the pixels from the region. Unfortunatly i get, except from some cases (although these seem pretty random), the message "Program received signal:EXC_BAD_ACCESS". If i just put a value without performing the search it gives the same error when i try to compute the volume of the Roi that i found.Any help would be welcomed. Another thing that i don't get is why when i get this type of error i also get a lot of warnings likewarning: Could not find object file "/Users/antoinerosset/osirix/osirix/Binaries/libPapyrusToolkit.a(PapyFiles3.o)" - no debug information available for "/Users/antoinerosset/pixmeo/osirixmd/PapyrusToolkit/PapyFiles3.c".


warning: Could not find object file "/Users/antoinerosset/osirix/osirix/Binaries/libPapyrusToolkit.a(PapyJpeg8.o)" - no debug information available for "/Users/antoinerosset/pixmeo/osirixmd/PapyrusToolkit/PapyJpeg8.c".


warning: Could not find object file "/Users/antoinerosset/osirix/osirix/Binaries/libPapyrusToolkit.a(PapyEallocUnix3.o)" - no debug information available for "/Users/antoinerosset/pixmeo/osirixmd/PapyrusToolkit/PapyEallocUnix3.c".and so on. I don't understand the connection, because the plugin stopps at  /** Get a const reference to the pixel. */
  inline const ExternalPixelType Get( const InternalPixelType & input ) const
    {
    return m_PixelAccessor.Get( input );
    }
  from itkDefaultPixelAccessorFunctor.hThanks,Ella


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110112/2fe31539/attachment.htm>


More information about the Insight-users mailing list