On 9 Jul 2017, at 4:22 am, Noel Grandin <noelgrandin@gmail.com> wrote: On 8 July 2017 at 18:36, Chris Sherlock <chris.sherlock79@gmail.com <mailto: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 <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 <https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/EradicatingZombies.html>
In that case, I’m on the wrong path and will continue to troubleshoot this. The issue is logged in bug 108793: https://bugs.documentfoundation.org/show_bug.cgi?id=108793 <https://bugs.documentfoundation.org/show_bug.cgi?id=108793> It’s definitely related to issues with the status bar though. I’m doing a bisect to see where this started. Chris