I am using sortArrayUsingFunction: context: to sort a fairly large
table (100k recs). Judging from the readout of comparisons being
made the sort appears to be about 80% done when everything comes to
a halt. No message, no nothing. It just stops.
Do you mean the process exits? Or hangs?
If it exits, it's probably an abort( ) call somewhere — run it in the
debugger and see if it catches it. If not, set symbolic breakpoints on
exit( ) and abort( ).
If it hangs, sample it, using the 'sample' command or Activity
Monitor. Or run it in the debugger and push the pause button.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden