osx - what does the decreasing numbers in stack trace in Mac process hang report means? -


i have mac application hangs when command executed. when force quit application, mac generates report current stack trace. stack trace looks like:

14 start + 53 (app 14.0) [0x2955]
14 main + 164 (app 14.0) [0x444f5f]
13 paste + 53 (app 14.0) [0x2955]
12 pasteinternal + 164 (app 14.0) [0x444f5f] , on...

wondering prefixed numbers (14, 13, 12...) mean here? number of times method called?


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -