Our app has suddenly started exhibiting a strange delay when resuming from the background; it gradually takes longer and longer to reactivate the UI. Eventually, the app takes several seconds to resume, and crashes for failure to resume in time.
I looked at the crash log, and found four threads with identical call stacks. Anyone know what might be the problem here? We use CoreLocation, but I don't recall changing anything about our use of it in many weeks (this problem seems to be new). Thanks for any insight. Thread 8 name: Dispatch queue: com.apple.locationd.registration.xpcq Thread 8: 0 libsystem_kernel.dylib 0x33732078 0x33731000 + 4216 1 libdispatch.dylib 0x34b680e6 0x34b5b000 + 53478 2 libdispatch.dylib 0x34b68154 0x34b5b000 + 53588 3 CoreLocation 0x31a895a0 0x31a87000 + 9632 4 CoreLocation 0x31a8bd2c 0x31a87000 + 19756 5 CoreLocation 0x31abf19e 0x31a87000 + 229790 6 CoreLocation 0x31abc97e 0x31a87000 + 219518 7 CoreLocation 0x31abd78c 0x31a87000 + 223116 8 libxpc.dylib 0x36ffc8c2 0x36ff4000 + 35010 9 libxpc.dylib 0x36ff5d5c 0x36ff4000 + 7516 10 libxpc.dylib 0x36ff5b18 0x36ff4000 + 6936 11 libxpc.dylib 0x36ff59b8 0x36ff4000 + 6584 12 libxpc.dylib 0x36ff53f6 0x36ff4000 + 5110 13 libdispatch.dylib 0x34b6921e 0x34b5b000 + 57886 14 libdispatch.dylib 0x34b66b70 0x34b5b000 + 47984 15 libdispatch.dylib 0x34b66caa 0x34b5b000 + 48298 16 libdispatch.dylib 0x34b66b66 0x34b5b000 + 47974 17 libdispatch.dylib 0x34b66caa 0x34b5b000 + 48298 18 libdispatch.dylib 0x34b66b66 0x34b5b000 + 47974 19 libdispatch.dylib 0x34b66caa 0x34b5b000 + 48298 20 libdispatch.dylib 0x34b66b66 0x34b5b000 + 47974 21 libdispatch.dylib 0x34b6776c 0x34b5b000 + 51052 22 libsystem_c.dylib 0x37a471c8 0x37a3d000 + 41416 23 libsystem_c.dylib 0x37a4709c 0x37a3d000 + 41116 _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com