Re: Crash in terminate: on Mavericks

2019-01-21 Thread James Walker
On 1/21/19 11:38 AM, Georg Seifert wrote: Your symbol settings are wrong. Make sure you use a target that has any. DEBUG_INFORMATION_FORMAT = dwarf COPY_PHASE_STRIP = NO STRIP_INSTALLED_PRODUCT = NO > > Then you should at least see where it happens. > I have: DEBUG_INFORMATION_FORMAT = dwarf-

Re: Crash in terminate: on Mavericks

2019-01-21 Thread Georg Seifert
Your symbol settings are wrong. Make sure you use a target that has any. DEBUG_INFORMATION_FORMAT = dwarf COPY_PHASE_STRIP = NO STRIP_INSTALLED_PRODUCT = NO Then you should at least see where it happens. Georg > Am 21.01.2019 um 18:39 schrieb James Walker : > > On 1/18/19 6:30 PM, Ken Thomas

Re: Crash in terminate: on Mavericks

2019-01-21 Thread James Walker
On 1/21/19 10:07 AM, Quincey Morris wrote: On Jan 21, 2019, at 09:39 , James Walker > wrote: I used LLDB, and said env NSZombieEnabled=YES before starting the process. You should turn on zombies from the Diagnostics panel of your target’s scheme, or (as Ken s

Re: Crash in terminate: on Mavericks

2019-01-21 Thread James Walker
On 1/21/19 9:43 AM, Sean McBride wrote: On Fri, 18 Jan 2019 16:48:37 -0800, James Walker said: When my app runs in Mavericks (10.9.5), it crashes on quit, but in High Sierra it's fine. The backtrace doesn't show any of my code, so I'm not sure how to proceed. I don't suppose this means anythi

Re: Crash in terminate: on Mavericks

2019-01-21 Thread Quincey Morris
On Jan 21, 2019, at 09:39 , James Walker wrote: > > I used LLDB, and said > > env NSZombieEnabled=YES > > before starting the process. You should turn on zombies from the Diagnostics panel of your target’s scheme, or (as Ken suggested) use Instruments. > The backtrace doesn't show any of my

Re: Crash in terminate: on Mavericks

2019-01-21 Thread Sean McBride
On Fri, 18 Jan 2019 16:48:37 -0800, James Walker said: >When my app runs in Mavericks (10.9.5), it crashes on quit, but in High >Sierra it's fine. The backtrace doesn't show any of my code, so I'm not >sure how to proceed. I don't suppose this means anything to anyone? Have you tried ASan and T

Re: Crash in terminate: on Mavericks

2019-01-21 Thread James Walker
On 1/18/19 6:30 PM, Ken Thomases wrote: You haven't included the nature of the crash, like an access violation or uncaught exception. That would be in the lines just above the excerpt you sent. Also, if you're able to reproduce this yourself, try running your app under the Zombies instrument