On 13 Mar '08, at 8:52 AM, Daniel Child wrote:

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.

—Jens

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list ([email protected])

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/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to