[ITK Community] [Insight-developpers] filter update causes libc++abi error

Matt McCormick matt.mccormick at kitware.com
Thu Feb 13 15:25:36 EST 2014


Hi Thibault,

Yes, a self-contained, buildable set of code may be the only way to
understand what is happening.  Github Gists [1] work well for this.

Thanks,
Matt

[1] https://gist.github.com/


On Thu, Feb 13, 2014 at 2:23 PM, Thibault Lucidarme <
thibault.lucidarme at gmail.com> wrote:

> Dear ITK Community,
> I am trying ITK for the first time to perform a simple registration on 3D
> data on a mac.
> Using various tutorials found online I came to write a simple registration
> composite filter.
> However when I launch the filter (registration->Update() ), the process
> stops with the error:
>
> libc++abi.dylib: terminate called throwing an exception. Abort trap: 6
>
> Here is the backtrace
>
> #8  0x00000001000f3b57 in itk::ProcessObject::VerifyPreconditions ()
>
> #9  0x00000001000f4248 in itk::ProcessObject::UpdateOutputInformation ()
>
> #10 0x00000001000263a1 in itk::ImageBase<3u>::UpdateOutputInformation
> (this=0x101758dd0) at itkImageBase.hxx:234
>
> #11 0x00000001000fcd72 in itk::DataObject::Update ()
>
> #12 0x000000010001b1b9 in main (argc=1, argv=0x7fff5fbffb68) at
> [...]/src/main.cpp:126 (this is the registration->Update line)
>
> Google hasn't helped.
> I do not think the problems comes from the library build or the structure
> of my GenerateData (I have already tested a composited enhanced watershed
> filter and it works fine). But I am running out of ideas as to how to solve
> this issue.
>
> Do you want me to provide the code for the filter?
>
> Thank you very much in advance for your help.
>
> Sincerely
>
> --
>
> Thibault Lucidarme
>
>
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/cgi-bin/mailman/listinfo/community
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20140213/571af536/attachment-0002.html>


More information about the Community mailing list