<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 8 July 2017 at 18:36, Chris Sherlock <span dir="ltr"><<a href="mailto:chris.sherlock79@gmail.com" target="_blank">chris.sherlock79@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">We aren’t the only ones who have this issue - it looks like the MacPorts have encountered this for InkScape:<br>
<br>
<a href="https://trac.macports.org/ticket/52632" rel="noreferrer" target="_blank">https://trac.macports.org/<wbr>ticket/52632</a></blockquote><div><br></div><div>Sorry, but that crash looks nothing like this crash.</div><div>You can tell because the methods at the top of the crashing stack are nothing alike.</div><div><br></div><div>This looks like a memory management issue - we are trying to call a method on an OSX object that has already been freed.</div><div><br></div><div>Apple calls this a "zombies" problem, and has a dedicated tool for tracking it down:</div><div><br></div><div><a href="https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/EradicatingZombies.html">https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/EradicatingZombies.html</a><br></div><div><br></div><div> </div></div></div></div>