garrett-davidson / iLikeMusic

Save music from popular internet radio sites like Pandora and Grooveshark
GNU General Public License v3.0
2 stars 0 forks source link

Pandora causes uncaught exception in NSTableView #1

Open mdaniel opened 10 years ago

mdaniel commented 10 years ago
014-01-04 10:33:06.135 iLikeMusic[5557:9a43] NSTableView error inserting/removing/moving row 0 (numberOfRows: 0).
2014-01-04 10:33:06.135 iLikeMusic[5557:9a43] (
    0   CoreFoundation                      0x00007fff8b35a41c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff8941de75 objc_exception_throw + 43
    2   AppKit                              0x00007fff8f8ff1bf -[NSTableRowData _throwExceptionForUpdateErrorOnRow:] + 65
    3   AppKit                              0x00007fff8f1de72d -[NSTableRowData _removeRowsAtIndexes:withRowAnimation:] + 143
    4   AppKit                              0x00007fff8f1de687 -[NSTableRowData removeRowsAtIndexes:withRowAnimation:] + 220
    5   AppKit                              0x00007fff8f129ac8 -[NSTableView _doUpdatedWorkWithHandler:] + 221
    6   AppKit                              0x00007fff8f1de52d -[NSTableView removeRowsAtIndexes:withAnimation:] + 242
    7   iLikeMusic                          0x000000010e6f8c81 -[CaptureWindowController saveSong:] + 5233
    8   iLikeMusic                          0x000000010e6fdccf -[InterceptionProtocol connectionDidFinishLoading:] + 223
    9   Foundation                          0x00007fff91b9c71d __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke + 48
    10  Foundation                          0x00007fff91b9c64d -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] + 244
    11  Foundation                          0x00007fff91b9c53c -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] + 69
    12  CFNetwork                           0x00007fff8a45b284 ___ZN27URLConnectionClient_Classic26_delegate_didFinishLoadingEU13block_pointerFvvE_block_invoke + 104
    13  CFNetwork                           0x00007fff8a511820 ___ZN27URLConnectionClient_Classic18_withDelegateAsyncEPKcU13block_pointerFvP16_CFURLConnectionPK33CFURLConnectionClientCurrent_VMaxE_block_invoke_2 + 84
    14  CFNetwork                           0x00007fff8a43e3fc ___ZNK17CoreSchedulingSet13_performAsyncEPKcU13block_pointerFvvE_block_invoke + 25
    15  CoreFoundation                      0x00007fff8b256e94 CFArrayApplyFunction + 68
    16  CFNetwork                           0x00007fff8a43e2db _ZN19RunloopBlockContext7performEv + 115
    17  CFNetwork                           0x00007fff8a43e183 _ZN17MultiplexerSource7performEv + 269
    18  CFNetwork                           0x00007fff8a43dfb2 _ZN17MultiplexerSource8_performEPv + 72
    19  CoreFoundation                      0x00007fff8b28b8f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    20  CoreFoundation                      0x00007fff8b27d062 __CFRunLoopDoSources0 + 242
    21  CoreFoundation                      0x00007fff8b27c7ef __CFRunLoopRun + 831
    22  CoreFoundation                      0x00007fff8b27c275 CFRunLoopRunSpecific + 309
    23  Foundation                          0x00007fff91b4b907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    24  Foundation                          0x00007fff91b4b70b __NSThread__main__ + 1318
    25  libsystem_pthread.dylib             0x00007fff8a74d899 _pthread_body + 138
    26  libsystem_pthread.dylib             0x00007fff8a74d72a _pthread_struct_init + 0
    27  libsystem_pthread.dylib             0x00007fff8a751fc9 thread_start + 13
)

I'm on Mavericks, with Xcode 5.0.2

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2485529-pandora-causes-uncaught-exception-in-nstableview?utm_campaign=plugin&utm_content=tracker%2F2443955&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2443955&utm_medium=issues&utm_source=github).
kyleknighted commented 10 years ago

+1