On Jul 24, 2016, at 6:41 PM, William Squires <wsqui...@satx.rr.com> wrote: > > Which way is the call stack in a crash log? I've got a crash log from > com.apple.dock.extra that is:
> Is "0" the top of the call stack (i.e. the most recently called > method/function), or the bottom (where the call would eventually unwind, had > it not crashed.) Frame 0 is the top of the call stack. > Also, does the dump for the non-main threads really help out here (in > general), or is this usually a red herring? There's no general case when it comes to debugging. You never know what will be relevant to figuring things out. So, crash logs try to capture as much information as is practical. Note that there's no reason to expect that crashes are usually in the main thread. And, yes, knowing what the other threads are doing is often useful. Regards, Ken _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (Xcode-users@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to arch...@mail-archive.com