Skip to content

Instantly share code, notes, and snippets.

@dennda
Created November 13, 2011 09:36
Show Gist options
  • Save dennda/1361883 to your computer and use it in GitHub Desktop.
Save dennda/1361883 to your computer and use it in GitHub Desktop.
// EXC_BAD_ACCESS:
#0 0x35adfeda in objc_retain ()
#1 0x35aecbe4 in objc_retainAutoreleasedReturnValue ()
#2 0x0001165c in __block_global_2 (.block_descriptor=0xa9b08, tex1=0x438c60, tex2=0x337820) at /Users/dennda/dev/msc/pocs/Smile/Smile/Dataset.m:133
#3 0x3504174c in __CFSimpleMergeSort ()
#4 0x350417b4 in __CFSimpleMergeSort ()
#5 0x350417b4 in __CFSimpleMergeSort ()
#6 0x350417b4 in __CFSimpleMergeSort ()
#7 0x350417b4 in __CFSimpleMergeSort ()
#8 0x350417b4 in __CFSimpleMergeSort ()
#9 0x350417b4 in __CFSimpleMergeSort ()
#10 0x350417b4 in __CFSimpleMergeSort ()
#11 0x34fc079a in CFSortIndexes ()
#12 0x34fc8958 in -[NSMutableArray sortRange:options:usingComparator:] ()
#13 0x34fedad0 in -[NSMutableArray sortUsingComparator:] ()
#14 0x00011424 in __block_global_0 (.block_descriptor=0x34d600) at /Users/dennda/dev/msc/pocs/Smile/Smile/Dataset.m:131
#15 0x358f9d54 in _dispatch_call_block_and_release ()
#16 0x358fbdc6 in _dispatch_queue_drain ()
#17 0x358fbc5c in _dispatch_queue_invoke$VARIANT$mp ()
#18 0x358fc866 in _dispatch_worker_thread2 ()
#19 0x305041ce in _pthread_wqthread ()
#20 0x305040a4 in start_wqthread ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment