On 8 July 2017 at 18:36, Chris Sherlock <chris.sherlock79@gmail.com> wrote:
We aren’t the only ones who have this issue - it looks like the MacPorts have encountered this for InkScape: https://trac.macports.org/ticket/52632
Sorry, but that crash looks nothing like this crash. You can tell because the methods at the top of the crashing stack are nothing alike. This looks like a memory management issue - we are trying to call a method on an OSX object that has already been freed. Apple calls this a "zombies" problem, and has a dedicated tool for tracking it down: https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/EradicatingZombies.html