[Insight-users] ITK crash on Lion/Qt

Sean McBride sean at rogue-research.com
Fri Oct 14 17:39:41 EDT 2011


On Fri, 14 Oct 2011 22:50:03 +0200, Christian Lackas said:

>#0  0x00007fff93ad8ce2 in __pthread_kill ()
>#1  0x00007fff948c17d2 in pthread_kill ()
>#2  0x00007fff948b2a7a in abort ()
>#3  0x00007fff9491184c in free ()

If you're dying in free() it's probably because of a memory error.  You could try enabling MallocScribble and friends (see 'man malloc') and/or guard malloc (see 'man libgmalloc').

Does it work if you build in 10.6 and run that executable in 10.7?  If so, it could be related to SDK and deployment target choice.

Is there nothing in the console?  Failures in malloc/free often log something.

Cheers,

-- 
____________________________________________________________
Sean McBride, B. Eng                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada




More information about the Insight-users mailing list