Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes under OS X quite regularly #1925

Closed
kevinquillen opened this issue Apr 10, 2014 · 19 comments
Closed

Crashes under OS X quite regularly #1925

kevinquillen opened this issue Apr 10, 2014 · 19 comments

Comments

@kevinquillen
Copy link

Here is the crash report. It happens a lot particularly if I click from one table to another with a lot of data.

_Process:         Sequel Pro [96130]
Path:            /Applications/Sequel Pro.app/Contents/MacOS/Sequel Pro
Identifier:      com.sequelpro.SequelPro
Version:         1.0.2 (4096)
Code Type:       X86-64 (Native)
Parent Process:  launchd [230]
User ID:         501

Date/Time:       2014-04-10 11:17:48.062 -0400
OS Version:      Mac OS X 10.8.5 (12F45)
Report Version:  10

Interval Since Last Report:          3960638 sec
Crashes Since Last Report:           561
Per-App Interval Since Last Report:  3141188 sec
Per-App Crashes Since Last Report:   4
Anonymous UUID:                      9A4E563E-08AC-571A-E9CD-68551F386D10

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
*** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 16 beyond bounds for empty array'
abort() called
terminate called throwing an exception

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff888d4b06 __exceptionPreprocess + 198
1   libobjc.A.dylib                     0x00007fff8b6093f0 objc_exception_throw + 43
2   CoreFoundation                      0x00007fff888718ec -[__NSArrayM objectAtIndex:] + 252
3   Sequel Pro                          0x000000010011f256 -[SPCopyTable shouldUseFieldEditorForRow:column:] + 77
4   Sequel Pro                          0x0000000100150bab -[SPTableContent(SPTableContentDataSource) tableView:objectValueForTableColumn:row:] + 1110
5   AppKit                              0x00007fff87e48fb4 -[NSTableView preparedCellAtColumn:row:] + 416
6   AppKit                              0x00007fff87e48b27 -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 47
7   AppKit                              0x00007fff87e4755e -[NSTableView drawRow:clipRect:] + 2131
8   AppKit                              0x00007fff87e373e3 -[NSTableView drawRowIndexes:clipRect:] + 397
9   AppKit                              0x00007fff87e35dc6 -[NSTableView drawRect:] + 1269
10  AppKit                              0x00007fff87d1a140 -[NSView _drawRect:clip:] + 4437
11  AppKit                              0x00007fff87d16fb3 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 3058
12  AppKit                              0x00007fff87d17a44 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5763
13  AppKit                              0x00007fff87d17a44 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5763
14  AppKit                              0x00007fff87d11d6d -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4675
15  AppKit                              0x00007fff87cdbc93 -[NSView displayIfNeeded] + 1830
16  AppKit                              0x00007fff87d8788f -[NSClipView _immediateScrollToPoint:] + 7852
17  AppKit                              0x00007fff87d85933 -[NSClipView scrollToPoint:] + 268
18  AppKit                              0x00007fff87e4e49d -[NSScrollView scrollClipView:toPoint:] + 426
19  AppKit                              0x00007fff87d856c9 -[NSClipView _scrollTo:animateScroll:flashScrollerKnobs:] + 1626
20  AppKit                              0x00007fff87c60ac6 -[NSClipView _scrollTo:animate:] + 28
21  AppKit                              0x00007fff88371f61 __31-[NSScrollView _snapRubberBand]_block_invoke_0610 + 1989
22  AppKit                              0x00007fff882eadef ____NSPeriodicInvokerScheduled_block_invoke_0 + 57
23  libdispatch.dylib                   0x00007fff8f1e0f01 _dispatch_call_block_and_release + 15
24  libdispatch.dylib                   0x00007fff8f1dd0b6 _dispatch_client_callout + 8
25  libdispatch.dylib                   0x00007fff8f1e196f _dispatch_after_timer_callback + 22
26  libdispatch.dylib                   0x00007fff8f1dd0b6 _dispatch_client_callout + 8
27  libdispatch.dylib                   0x00007fff8f1df29b _dispatch_source_invoke + 691
28  libdispatch.dylib                   0x00007fff8f1de305 _dispatch_queue_invoke + 72
29  libdispatch.dylib                   0x00007fff8f1e2091 _dispatch_main_queue_callback_4CF + 220
30  CoreFoundation                      0x00007fff88876b4c __CFRunLoopRun + 1644
31  CoreFoundation                      0x00007fff888760e2 CFRunLoopRunSpecific + 290
32  HIToolbox                           0x00007fff8cec1eb4 RunCurrentEventLoopInMode + 209
33  HIToolbox                           0x00007fff8cec1c52 ReceiveNextEventCommon + 356
34  HIToolbox                           0x00007fff8cec1ae3 BlockUntilNextEventMatchingListInMode + 62
35  AppKit                              0x00007fff87cd8533 _DPSNextEvent + 685
36  AppKit                              0x00007fff87cd7df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
37  AppKit                              0x00007fff87ccf1a3 -[NSApplication run] + 517
38  AppKit                              0x00007fff87c73bd6 NSApplicationMain + 869
39  Sequel Pro                          0x0000000100002084 start + 52
40  ???                                 0x0000000000000002 0x0 + 2

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff88cf8212 __pthread_kill + 10
1   libsystem_c.dylib               0x00007fff90cadb24 pthread_kill + 90
2   libsystem_c.dylib               0x00007fff90cf1f61 abort + 143
3   libc++abi.dylib                 0x00007fff88a8e9eb abort_message + 257
4   libc++abi.dylib                 0x00007fff88a8c39a default_terminate() + 28
5   libobjc.A.dylib                 0x00007fff8b609873 _objc_terminate() + 91
6   libc++.1.dylib                  0x00007fff901bb8fe std::terminate() + 20
7   libobjc.A.dylib                 0x00007fff8b6095de objc_terminate + 9
8   libdispatch.dylib               0x00007fff8f1dd0ca _dispatch_client_callout + 28
9   libdispatch.dylib               0x00007fff8f1e196f _dispatch_after_timer_callback + 22
10  libdispatch.dylib               0x00007fff8f1dd0b6 _dispatch_client_callout + 8
11  libdispatch.dylib               0x00007fff8f1df29b _dispatch_source_invoke + 691
12  libdispatch.dylib               0x00007fff8f1de305 _dispatch_queue_invoke + 72
13  libdispatch.dylib               0x00007fff8f1e2091 _dispatch_main_queue_callback_4CF + 220
14  com.apple.CoreFoundation        0x00007fff88876b4c __CFRunLoopRun + 1644
15  com.apple.CoreFoundation        0x00007fff888760e2 CFRunLoopRunSpecific + 290
16  com.apple.HIToolbox             0x00007fff8cec1eb4 RunCurrentEventLoopInMode + 209
17  com.apple.HIToolbox             0x00007fff8cec1c52 ReceiveNextEventCommon + 356
18  com.apple.HIToolbox             0x00007fff8cec1ae3 BlockUntilNextEventMatchingListInMode + 62
19  com.apple.AppKit                0x00007fff87cd8533 _DPSNextEvent + 685
20  com.apple.AppKit                0x00007fff87cd7df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
21  com.apple.AppKit                0x00007fff87ccf1a3 -[NSApplication run] + 517
22  com.apple.AppKit                0x00007fff87c73bd6 NSApplicationMain + 869
23  com.sequelpro.SequelPro         0x0000000100002084 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff88cf8d16 kevent + 10
1   libdispatch.dylib               0x00007fff8f1dfdea _dispatch_mgr_invoke + 883
2   libdispatch.dylib               0x00007fff8f1df9ee _dispatch_mgr_thread + 54

Thread 2:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff88cf6686 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff88cf5c42 mach_msg + 70
2   com.apple.CoreFoundation        0x00007fff88871233 __CFRunLoopServiceMachPort + 195
3   com.apple.CoreFoundation        0x00007fff88876916 __CFRunLoopRun + 1078
4   com.apple.CoreFoundation        0x00007fff888760e2 CFRunLoopRunSpecific + 290
5   com.apple.Foundation            0x00007fff87816546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
6   com.apple.Foundation            0x00007fff87874562 __NSThread__main__ + 1345
7   libsystem_c.dylib               0x00007fff90cac772 _pthread_start + 327
8   libsystem_c.dylib               0x00007fff90c991a1 thread_start + 13

Thread 3:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff88cf8322 __select + 10
1   com.apple.CoreFoundation        0x00007fff888b5f46 __CFSocketManager + 1302
2   libsystem_c.dylib               0x00007fff90cac772 _pthread_start + 327
3   libsystem_c.dylib               0x00007fff90c991a1 thread_start + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff88cf86d6 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff90caef1c _pthread_workq_return + 25
2   libsystem_c.dylib               0x00007fff90caece3 _pthread_wqthread + 412
3   libsystem_c.dylib               0x00007fff90c99191 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff88cf86d6 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff90caef1c _pthread_workq_return + 25
2   libsystem_c.dylib               0x00007fff90caece3 _pthread_wqthread + 412
3   libsystem_c.dylib               0x00007fff90c99191 start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib          0x00007fff88cf86d6 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff90caef1c _pthread_workq_return + 25
2   libsystem_c.dylib               0x00007fff90caece3 _pthread_wqthread + 412
3   libsystem_c.dylib               0x00007fff90c99191 start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff88cf86d6 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff90caef1c _pthread_workq_return + 25
2   libsystem_c.dylib               0x00007fff90caece3 _pthread_wqthread + 412
3   libsystem_c.dylib               0x00007fff90c99191 start_wqthread + 13

Thread 8:: com.apple.appkit-heartbeat
0   libsystem_kernel.dylib          0x00007fff88cf8386 __semwait_signal + 10
1   libsystem_c.dylib               0x00007fff90d367c8 nanosleep + 163
2   libsystem_c.dylib               0x00007fff90d366df usleep + 54
3   com.apple.AppKit                0x00007fff87ebd838 -[NSUIHeartBeat _heartBeatThread:] + 543
4   com.apple.Foundation            0x00007fff87874562 __NSThread__main__ + 1345
5   libsystem_c.dylib               0x00007fff90cac772 _pthread_start + 327
6   libsystem_c.dylib               0x00007fff90c991a1 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5fbfe3b8  rdx: 0x0000000000000000
  rdi: 0x0000000000000c07  rsi: 0x0000000000000006  rbp: 0x00007fff5fbfe3e0  rsp: 0x00007fff5fbfe3b8
   r8: 0x00007fff77ab4278   r9: 0x000000000000001f  r10: 0x0000000020000000  r11: 0x0000000000000206
  r12: 0x00007fff5fbfe540  r13: 0x00007fff5fbfe740  r14: 0x00007fff77ab5180  r15: 0x00007fff5fbfe420
  rip: 0x00007fff88cf8212  rfl: 0x0000000000000206  cr2: 0x00007fff77aadff0
Logical CPU: 0_
@dmoagx
Copy link
Member

dmoagx commented Apr 10, 2014

Looks like those crash reports got mixed up into http://log.sequelpro.com/view/2036

Also as the vast majority of those happened on Macbooks and there is a snapRubberBand method in the call stack my first guess is that this is related to scrolling while data is still being loaded.

@danieltaylor-nz
Copy link

Sequel Pro crashes on my mac every time i press 'save' while connected to my db. I am connected via SSH.

@designosis
Copy link

I'm also experiencing regular crashes of this type ... #1902 ... may be related.

@dmoagx
Copy link
Member

dmoagx commented May 2, 2014

I've not been able to reproduce this issue.
Please try the most recent development build from http://nightly.sequelpro.com and see if the problem persists.

Note: Do NOT use a development build with production databases.

@designosis
Copy link

I began experiencing this particular crash with the release of Nightly Build 4262 (in early February).
I'll post a crash log when it happens next.
Thanks!

@designosis
Copy link

@dmoagx I've been checking for updates every few days, and just spotted your note about broken nightly builds. I was hoping it was something like this and not a standstill in development :)

The error occurs when switching between tables. The animated "Loading blah..." box appears, and the app hangs. Here's a recent Activity Monitor sample:

Sampling process 22921 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling Sequel Pro (pid 22921) every 1 millisecond
Process:         Sequel Pro [22921]
Path:            /Applications/Sequel Pro.app/Contents/MacOS/Sequel Pro
Load Address:    0x100000000
Identifier:      com.sequelpro.SequelPro
Version:         Nightly build for revision 5c0212a51d (4262)
Code Type:       X86-64 (Native)
Parent Process:  launchd [184]

Date/Time:       2014-05-03 15:43:40.858 +0800
OS Version:      Mac OS X 10.8.5 (12F45)
Report Version:  7

Call graph:
    2801 Thread_285958   DispatchQueue_1: com.apple.main-thread  (serial)
    + 2801 start  (in Sequel Pro) + 52  [0x100001cd4]
    +   2801 NSApplicationMain  (in AppKit) + 869  [0x7fff8dcd5bd6]
    +     2801 -[NSApplication run]  (in AppKit) + 517  [0x7fff8dd311a3]
    +       2801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]  (in AppKit) + 128  [0x7fff8dd39df2]
    +         2801 _DPSNextEvent  (in AppKit) + 685  [0x7fff8dd3a533]
    +           2801 BlockUntilNextEventMatchingListInMode  (in HIToolbox) + 62  [0x7fff9853aae3]
    +             2801 ReceiveNextEventCommon  (in HIToolbox) + 356  [0x7fff9853ac52]
    +               2801 RunCurrentEventLoopInMode  (in HIToolbox) + 209  [0x7fff9853aeb4]
    +                 2801 CFRunLoopRunSpecific  (in CoreFoundation) + 290  [0x7fff949500e2]
    +                   2774 __CFRunLoopRun  (in CoreFoundation) + 1078  [0x7fff94950916]
    +                   ! 2774 __CFRunLoopServiceMachPort  (in CoreFoundation) + 195  [0x7fff9494b233]
    +                   !   2774 mach_msg  (in libsystem_kernel.dylib) + 70  [0x7fff9783dc42]
    +                   !     2774 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x7fff9783e686]
    +                   22 __CFRunLoopRun  (in CoreFoundation) + 728  [0x7fff949507b8]
    +                   ! 22 __CFRunLoopDoObservers  (in CoreFoundation) + 369  [0x7fff94975381]
    +                   !   22 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__  (in CoreFoundation) + 23  [0x7fff94975417]
    +                   !     22 __83-[NSWindow _postWindowNeedsDisplayOrLayoutOrUpdateConstraintsUnlessPostingDisabled]_block_invoke_01208  (in AppKit) + 46  [0x7fff8e308901]
    +                   !       22 _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints  (in AppKit) + 738  [0x7fff8dd3d1cc]
    +                   !         21 -[NSNextStepFrame displayIfNeeded]  (in AppKit) + 84  [0x7fff8dec7e64]
    +                   !         : 21 -[NSView displayIfNeeded]  (in AppKit) + 1830  [0x7fff8dd3dc93]
    +                   !         :   19 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]  (in AppKit) + 4675  [0x7fff8dd73d6d]
    +                   !         :   | 19 -[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]  (in AppKit) + 286  [0x7fff8dec7fab]
    +                   !         :   |   16 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]  (in AppKit) + 5763  [0x7fff8dd79a44]
    +                   !         :   |   + 16 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]  (in AppKit) + 5763  [0x7fff8dd79a44]
    +                   !         :   |   +   14 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]  (in AppKit) + 5763  [0x7fff8dd79a44]
    +                   !         :   |   +   ! 11 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]  (in AppKit) + 817  [0x7fff8dd786f2]
    +                   !         :   |   +   ! : 7 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]  (in AppKit) + 1656  [0x7fff8dd7a6c1]
    +                   !         :   |   +   ! : | 7 -[NSView _drawRect:clip:]  (in AppKit) + 4217  [0x7fff8dd7c064]
    +                   !         :   |   +   ! : |   5 -[YRKSpinningProgressIndicator drawRect:]  (in Sequel Pro) + 894  [0x1000b67dd]
    +                   !         :   |   +   ! : |   + 5 -[NSBezierPath stroke]  (in AppKit) + 241  [0x7fff8df02f1d]
    +                   !         :   |   +   ! : |   +   4 CGContextDrawPath  (in CoreGraphics) + 172  [0x7fff93e7d1f2]
    +                   !         :   |   +   ! : |   +   ! 2 ripc_DrawPath  (in libRIP.A.dylib) + 606  [0x7fff98c77fe6]
    +                   !         :   |   +   ! : |   +   ! : 1 ripc_Render  (in libRIP.A.dylib) + 445  [0x7fff98c61114]
    +                   !         :   |   +   ! : |   +   ! : | 1 ripr_Coverage  (in libRIP.A.dylib) + 1812  [0x7fff98c60307]
    +                   !         :   |   +   ! : |   +   ! : |   1 aa_render  (in CoreGraphics) + 3928  [0x7fff93e981ad]
    +                   !         :   |   +   ! : |   +   ! : 1 ripc_Render  (in libRIP.A.dylib) + 636  [0x7fff98c611d3]
    +                   !         :   |   +   ! : |   +   ! :   1 rips_s_BltShape  (in libRIP.A.dylib) + 131  [0x7fff98c5be11]
    +                   !         :   |   +   ! : |   +   ! :     1 rips_s_BltShapeShadow  (in libRIP.A.dylib) + 934  [0x7fff98c79cd8]
    +                   !         :   |   +   ! : |   +   ! :       1 RIPLayerMask  (in libRIP.A.dylib) + 67  [0x7fff98c7a154]
    +                   !         :   |   +   ! : |   +   ! :         1 ripl_Combine  (in libRIP.A.dylib) + 51  [0x7fff98c73a8a]
    +                   !         :   |   +   ! : |   +   ! 1 ripc_DrawPath  (in libRIP.A.dylib) + 129  [0x7fff98c77e09]
    +                   !         :   |   +   ! : |   +   ! : 1 DYLD-STUB$$CGClipStackGetIdentifier  (in libRIP.A.dylib) + 0  [0x7fff98c81e24]
    +                   !         :   |   +   ! : |   +   ! 1 ripc_DrawPath  (in libRIP.A.dylib) + 585  [0x7fff98c77fd1]
    +                   !         :   |   +   ! : |   +   !   1 ripr_Path  (in libRIP.A.dylib) + 104  [0x7fff98c5f7c6]
    +                   !         :   |   +   ! : |   +   !     1 ripr_stroke_acquire  (in libRIP.A.dylib) + 703  [0x7fff98c782cf]
    +                   !         :   |   +   ! : |   +   !       1 path_iterator_stroke_create  (in CoreGraphics) + 298  [0x7fff93e98f83]
    +                   !         :   |   +   ! : |   +   !         1 path_create  (in CoreGraphics) + 14  [0x7fff93e62916]
    +                   !         :   |   +   ! : |   +   !           1 x_malloc  (in CoreGraphics) + 25  [0x7fff93e0bb11]
    +                   !         :   |   +   ! : |   +   !             1 malloc  (in libsystem_c.dylib) + 41  [0x7fff95debbd7]
    +                   !         :   |   +   ! : |   +   !               1 malloc_zone_malloc  (in libsystem_c.dylib) + 71  [0x7fff95deb183]
    +                   !         :   |   +   ! : |   +   !                 1 szone_malloc_should_clear  (in libsystem_c.dylib) + 971  [0x7fff95df8b08]
    +                   !         :   |   +   ! : |   +   !                   1 tiny_malloc_from_free_list  (in libsystem_c.dylib) + 45  [0x7fff95df8175]
    +                   !         :   |   +   ! : |   +   1 CFRelease  (in CoreFoundation) + 511  [0x7fff949243df]
    +                   !         :   |   +   ! : |   +     1 CG::Path::Sequence::~Sequence()  (in CoreGraphics) + 29  [0x7fff93e2c3f9]
    +                   !         :   |   +   ! : |   +       1 std::vector<CG::Path::Subpath, CG::Allocator<CG::Path::Subpath> >::~vector()  (in CoreGraphics) + 30  [0x7fff93e2c446]
    +                   !         :   |   +   ! : |   2 -[YRKSpinningProgressIndicator drawRect:]  (in Sequel Pro) + 229  [0x1000b6544]
    +                   !         :   |   +   ! : |     1 -[NSShadow set]  (in AppKit) + 150  [0x7fff8dc88b0d]
    +                   !         :   |   +   ! : |     ! 1 -[NSCalibratedWhiteColor colorUsingColorSpaceName:device:]  (in AppKit) + 68  [0x7fff8dd7fd0a]
    +                   !         :   |   +   ! : |     !   1 -[__NSCFString isEqualToString:]  (in CoreFoundation) + 58  [0x7fff94972dfa]
    +                   !         :   |   +   ! : |     !     1 objc_msgSend_vtable2  (in libobjc.A.dylib) + 16  [0x7fff93590450]
    +                   !         :   |   +   ! : |     1 -[NSShadow set]  (in AppKit) + 189  [0x7fff8dc88b34]
    +                   !         :   |   +   ! : |       1 -[NSCalibratedRGBColor getRed:green:blue:alpha:]  (in AppKit) + 37  [0x7fff8dd82140]
    +                   !         :   |   +   ! : 2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]  (in AppKit) + 963  [0x7fff8dd7a40c]
    +                   !         :   |   +   ! : | 2 -[NSView lockFocus]  (in AppKit) + 40  [0x7fff8dd7544e]
    +                   !         :   |   +   ! : |   1 -[NSView lockFocusIfCanDraw]  (in AppKit) + 167  [0x7fff8dd755d4]
    +                   !         :   |   +   ! : |   + 1 -[NSWindow _copyAcquiredViewHierarchyLock]  (in AppKit) + 138  [0x7fff8dd75993]
    +                   !         :   |   +   ! : |   +   1 -[NSViewHierarchyLock lockForReadingWithExceptionHandler:]  (in AppKit) + 33  [0x7fff8dd14888]
    +                   !         :   |   +   ! : |   1 -[NSView lockFocusIfCanDraw]  (in AppKit) + 492  [0x7fff8dd75719]
    +                   !         :   |   +   ! : |     1 -[NSView _focusFromView:withContext:]  (in AppKit) + 545  [0x7fff8dd75f0f]
    +                   !         :   |   +   ! : |       1 +[NSFocusState sharedFocusState]  (in AppKit) + 128  [0x7fff8dd7603a]
    +                   !         :   |   +   ! : |         1 -[NSFocusState reset]  (in AppKit) + 35  [0x7fff8dd76131]
    +                   !         :   |   +   ! : 1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]  (in AppKit) + 3319  [0x7fff8dd7ad40]
    +                   !         :   |   +   ! : | 1 -[NSView unlockFocus]  (in AppKit) + 213  [0x7fff8dd89430]
    +                   !         :   |   +   ! : |   1 objc_msgSend  (in libobjc.A.dylib) + 22  [0x7fff9358f256]
    +                   !         :   |   +   ! : 1 objc_msgSend  (in libobjc.A.dylib) + 42  [0x7fff9358f26a]
    +                   !         :   |   +   ! 3 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]  (in AppKit) + 3058  [0x7fff8dd78fb3]
    +                   !         :   |   +   !   3 -[NSView _drawRect:clip:]  (in AppKit) + 4437  [0x7fff8dd7c140]
    +                   !         :   |   +   !     2 -[NSBox drawRect:]  (in AppKit) + 4869  [0x7fff8de4ad10]
    +                   !         :   |   +   !     | 1 -[NSBezierPath fill]  (in AppKit) + 119  [0x7fff8df26a0b]
    +                   !         :   |   +   !     | + 1 CGContextDrawPath  (in CoreGraphics) + 172  [0x7fff93e7d1f2]
    +                   !         :   |   +   !     | +   1 ripc_DrawPath  (in libRIP.A.dylib) + 606  [0x7fff98c77fe6]
    +                   !         :   |   +   !     | +     1 ripc_Render  (in libRIP.A.dylib) + 372  [0x7fff98c610cb]
    +                   !         :   |   +   !     | +       1 ripl_BltShape  (in libRIP.A.dylib) + 1833  [0x7fff98c63659]
    +                   !         :   |   +   !     | +         1 argb32_mark  (in CoreGraphics) + 216  [0x7fff93e223b5]
    +                   !         :   |   +   !     | +           1 argb32_mark_constshape  (in CoreGraphics) + 1343  [0x7fff93e22c3a]
    +                   !         :   |   +   !     | 1 CGContextRestoreGState  (in CoreGraphics) + 21  [0x7fff93e1cadf]
    +                   !         :   |   +   !     1 -[NSBox drawRect:]  (in AppKit) + 4856  [0x7fff8de4ad03]
    +                   !         :   |   +   !       1 CGGStateSetStrokeColor  (in CoreGraphics) + 32  [0x7fff93e5ec0c]
    +                   !         :   |   +   !         1 CGColorEqualToColor  (in CoreGraphics) + 61  [0x7fff93e18b5e]
    +                   !         :   |   +   !           1 bcmp  (in libsystem_c.dylib) + 0  [0x7fff95dbffc0]
    +                   !         :   |   +   2 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]  (in AppKit) + 6752  [0x7fff8dd79e21]
    +                   !         :   |   +     1 -[NSView unlockFocus]  (in AppKit) + 213  [0x7fff8dd89430]
    +                   !         :   |   +     : 1 -[NSFocusStack fixInvalidatedFocusForFocusView]  (in AppKit) + 63  [0x7fff8dd4dff5]
    +                   !         :   |   +     :   1 -[NSFocusStack focusedView]  (in AppKit) + 51  [0x7fff8dd4e0ba]
    +                   !         :   |   +     1 -[NSWindow release]  (in AppKit) + 29  [0x7fff8dd019b7]
    +                   !         :   |   2 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]  (in AppKit) + 3058  [0x7fff8dd78fb3]
    +                   !         :   |   + 1 -[NSView _drawRect:clip:]  (in AppKit) + 4092  [0x7fff8dd7bfe7]
    +                   !         :   |   + ! 1 -[NSView _drawAsMultiClippedContentInRect:]  (in AppKit) + 213  [0x7fff8dd7c90f]
    +                   !         :   |   + 1 -[NSView _drawRect:clip:]  (in AppKit) + 4437  [0x7fff8dd7c140]
    +                   !         :   |   +   1 NSRectFill  (in AppKit) + 226  [0x7fff8de0b676]
    +                   !         :   |   +     1 CGContextFillRects  (in CoreGraphics) + 104  [0x7fff93e1cf8c]
    +                   !         :   |   +       1 ripc_DrawRects  (in libRIP.A.dylib) + 645  [0x7fff98c5ce3a]
    +                   !         :   |   +         1 ripc_Render  (in libRIP.A.dylib) + 189  [0x7fff98c61014]
    +                   !         :   |   +           1 ripc_GetColor  (in libRIP.A.dylib) + 348  [0x7fff98c6148f]
    +                   !         :   |   +             1 CGColorTransformConvertColorFloatComponents  (in CoreGraphics) + 124  [0x7fff93e1f751]
    +                   !         :   |   +               1 CGColorTransformConvertColorFloatComponents1  (in CoreGraphics) + 164  [0x7fff93e1f80c]
    +                   !         :   |   +                 1 CGColorTransformConvertColorComponents  (in CoreGraphics) + 150  [0x7fff93e1f8ef]
    +                   !         :   |   +                   1 acquireConvertParams  (in CoreGraphics) + 300  [0x7fff93e1fc98]
    +                   !         :   |   +                     1 CFRetain  (in CoreFoundation) + 164  [0x7fff9491db54]
    +                   !         :   |   1 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]  (in AppKit) + 4793  [0x7fff8dd7967a]
    +                   !         :   |     1 -[NSView(NSInternal) _copySubviewsInOrderOfDisplay]  (in AppKit) + 1  [0x7fff8dd88430]
    +                   !         :   1 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]  (in AppKit) + 2610  [0x7fff8dd7355c]
    +                   !         :   | 1 -[NSRectSet convertFromAncestor:toView:clipTo:]  (in AppKit) + 489  [0x7fff8dd7503e]
    +                   !         :   |   1 -[NSView convertRect:fromView:]  (in AppKit) + 304  [0x7fff8dd260ab]
    +                   !         :   |     1 -[NSView _convertRect:fromAncestor:]  (in AppKit) + 194  [0x7fff8dd261d9]
    +                   !         :   |       1 -[NSView _convertRectFromSuperview:test:]  (in AppKit) + 46  [0x7fff8dd0f01c]
    +                   !         :   1 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]  (in AppKit) + 6936  [0x7fff8dd74642]
    +                   !         :     1 -[_NSDisplayOperationStack exitDisplayOperationForWindow:]  (in AppKit) + 409  [0x7fff8dd72850]
    +                   !         :       1 -[__NSArrayM removeObjectAtIndex:]  (in CoreFoundation) + 400  [0x7fff9494ba80]
    +                   !         :         1 CFRelease  (in CoreFoundation) + 170  [0x7fff9492428a]
    +                   !         :           1 -[_NSDisplayOperation dealloc]  (in AppKit) + 145  [0x7fff8dd729ae]
    +                   !         :             1 -[NSConcreteMapTable dealloc]  (in Foundation) + 38  [0x7fff8fa3a72c]
    +                   !         :               1 dealloc  (in Foundation) + 24  [0x7fff8fa3a784]
    +                   !         :                 1 empty  (in Foundation) + 58  [0x7fff8fb11658]
    +                   !         :                   1 -[NSObject release]  (in libobjc.A.dylib) + 17  [0x7fff935aa6f1]
    +                   !         :                     1 _objc_rootReleaseWasZero  (in libobjc.A.dylib) + 76  [0x7fff93591f29]
    +                   !         1 -[NSNextStepFrame displayIfNeeded]  (in AppKit) + 0  [0x7fff8dec7e10]
    +                   5 __CFRunLoopRun  (in CoreFoundation) + 1529  [0x7fff94950ad9]
    +                     3 __CFRunLoopDoTimer  (in CoreFoundation) + 557  [0x7fff9496b31d]
    +                     : 3 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__  (in CoreFoundation) + 20  [0x7fff9496b804]
    +                     :   3 __NSFireTimer  (in Foundation) + 96  [0x7fff8fa53463]
    +                     :     3 -[NSView setNeedsDisplay:]  (in AppKit) + 79  [0x7fff8dd07592]
    +                     :       3 setNeedsDisplayInRect(NSView*, objc_selector*, CGRect)  (in WebKit) + 353  [0x7fff9668c4d1]
    +                     :         3 -[NSView setNeedsDisplayInRect:]  (in AppKit) + 550  [0x7fff8dd078ca]
    +                     :           2 -[NSWindow _setNeedsDisplayInRect:]  (in AppKit) + 533  [0x7fff8dd08566]
    +                     :           | 2 -[NSWindow _postWindowNeedsDisplayOrLayoutOrUpdateConstraintsUnlessPostingDisabled]  (in AppKit) + 692  [0x7fff8dd08bf7]
    +                     :           |   2 CFRunLoopObserverCreateWithHandler  (in CoreFoundation) + 1  [0x7fff949a0b01]
    +                     :           1 -[NSWindow _setNeedsDisplayInRect:]  (in AppKit) + 435  [0x7fff8dd08504]
    +                     :             1 -[NSRegion addRect:]  (in AppKit) + 394  [0x7fff8dd087a4]
    +                     :               1 CGSUnionRegionWithRect  (in CoreGraphics) + 51  [0x7fff93e11ec2]
    +                     :                 1 CGRegionCreateUnionWithRect  (in CoreGraphics) + 233  [0x7fff93e11fb7]
    +                     :                   1 rect_to_bounds  (in CoreGraphics) + 273  [0x7fff9415173b]
    +                     1 __CFRunLoopDoTimer  (in CoreFoundation) + 978  [0x7fff9496b4c2]
    +                     : 1 CFSetGetValues  (in CoreFoundation) + 413  [0x7fff949645bd]
    +                     :   1 CFBasicHashGetElements  (in CoreFoundation) + 128  [0x7fff94931330]
    +                     :     1 CFBasicHashGetBucket  (in CoreFoundation) + 21  [0x7fff9492d7e5]
    +                     1 __CFRunLoopDoTimer  (in CoreFoundation) + 1  [0x7fff9496b0f1]
    2801 Thread_285971   DispatchQueue_2: com.apple.libdispatch-manager  (serial)
    + 2801 _dispatch_mgr_thread  (in libdispatch.dylib) + 54  [0x7fff937459ee]
    +   2791 _dispatch_mgr_invoke  (in libdispatch.dylib) + 883  [0x7fff93745dea]
    +   ! 2791 kevent  (in libsystem_kernel.dylib) + 10  [0x7fff97840d16]
    +   10 _dispatch_mgr_invoke  (in libdispatch.dylib) + 144  [0x7fff93745b07]
    +     5 _dispatch_run_timers  (in libdispatch.dylib) + 280  [0x7fff93745f57]
    +     : 5 _dispatch_timer_list_update  (in libdispatch.dylib) + 75,212  [0x7fff937470da,0x7fff93747163]
    +     4 _dispatch_run_timers  (in libdispatch.dylib) + 306  [0x7fff93745f71]
    +     : 2 _dispatch_wakeup  (in libdispatch.dylib) + 132  [0x7fff93743ecd]
    +     : | 1 _dispatch_queue_wakeup_global_slow  (in libdispatch.dylib) + 59  [0x7fff93744073]
    +     : | + 1 pthread_workqueue_addthreads_np  (in libsystem_c.dylib) + 47  [0x7fff95dd4fe6]
    +     : | +   1 __workq_kernreturn  (in libsystem_kernel.dylib) + 10  [0x7fff978406d6]
    +     : | 1 _dispatch_queue_wakeup_global_slow  (in libdispatch.dylib) + 13  [0x7fff93744045]
    +     : 1 _dispatch_wakeup  (in libdispatch.dylib) + 28  [0x7fff93743e65]
    +     : | 1 _dispatch_source_probe  (in libdispatch.dylib) + 0  [0x7fff93744980]
    +     : 1 _dispatch_wakeup  (in libdispatch.dylib) + 106  [0x7fff93743eb3]
    +     1 _dispatch_run_timers  (in libdispatch.dylib) + 284  [0x7fff93745f5b]
    2801 Thread_285993: com.apple.NSURLConnectionLoader
    + 2801 thread_start  (in libsystem_c.dylib) + 13  [0x7fff95dbf1a1]
    +   2801 _pthread_start  (in libsystem_c.dylib) + 327  [0x7fff95dd2772]
    +     2801 __NSThread__main__  (in Foundation) + 1345  [0x7fff8fa75562]
    +       2801 +[NSURLConnection(Loader) _resourceLoadLoop:]  (in Foundation) + 356  [0x7fff8fa17546]
    +         2801 CFRunLoopRunSpecific  (in CoreFoundation) + 290  [0x7fff949500e2]
    +           2801 __CFRunLoopRun  (in CoreFoundation) + 1078  [0x7fff94950916]
    +             2801 __CFRunLoopServiceMachPort  (in CoreFoundation) + 195  [0x7fff9494b233]
    +               2801 mach_msg  (in libsystem_kernel.dylib) + 70  [0x7fff9783dc42]
    +                 2801 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x7fff9783e686]
    2801 Thread_286018
    + 2801 thread_start  (in libsystem_c.dylib) + 13  [0x7fff95dbf1a1]
    +   2801 _pthread_start  (in libsystem_c.dylib) + 327  [0x7fff95dd2772]
    +     2801 __NSThread__main__  (in Foundation) + 1345  [0x7fff8fa75562]
    +       2801 -[NSConnection run]  (in Foundation) + 126  [0x7fff8facda35]
    +         2801 CFRunLoopRunSpecific  (in CoreFoundation) + 290  [0x7fff949500e2]
    +           2801 __CFRunLoopRun  (in CoreFoundation) + 1078  [0x7fff94950916]
    +             2801 __CFRunLoopServiceMachPort  (in CoreFoundation) + 195  [0x7fff9494b233]
    +               2801 mach_msg  (in libsystem_kernel.dylib) + 70  [0x7fff9783dc42]
    +                 2801 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x7fff9783e686]
    2801 Thread_286176: com.apple.CFSocket.private
    + 2801 thread_start  (in libsystem_c.dylib) + 13  [0x7fff95dbf1a1]
    +   2801 _pthread_start  (in libsystem_c.dylib) + 327  [0x7fff95dd2772]
    +     2801 __CFSocketManager  (in CoreFoundation) + 1302  [0x7fff9498ff46]
    +       2801 __select  (in libsystem_kernel.dylib) + 10  [0x7fff97840322]
    2801 Thread_785770
    + 2801 thread_start  (in libsystem_c.dylib) + 13  [0x7fff95dbf1a1]
    +   2801 _pthread_start  (in libsystem_c.dylib) + 327  [0x7fff95dd2772]
    +     2801 __NSThread__main__  (in Foundation) + 1345  [0x7fff8fa75562]
    +       2801 -[SPSSHTunnel launchTask:]  (in Sequel Pro) + 3033  [0x1000a4eb2]
    +         2801 -[NSConcreteTask waitUntilExit]  (in Foundation) + 183  [0x7fff8fa47271]
    +           2801 CFRunLoopRunSpecific  (in CoreFoundation) + 290  [0x7fff949500e2]
    +             2800 __CFRunLoopRun  (in CoreFoundation) + 1078  [0x7fff94950916]
    +             ! 2800 __CFRunLoopServiceMachPort  (in CoreFoundation) + 195  [0x7fff9494b233]
    +             !   2800 mach_msg  (in libsystem_kernel.dylib) + 70  [0x7fff9783dc42]
    +             !     2800 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x7fff9783e686]
    +             1 __CFRunLoopRun  (in CoreFoundation) + 1090  [0x7fff94950922]
    +               1 pthread_mutex_lock  (in libsystem_c.dylib) + 23  [0x7fff95dd7bcc]
    2801 Thread_786386: JavaScriptCore::BlockFree
    + 2801 thread_start  (in libsystem_c.dylib) + 13  [0x7fff95dbf1a1]
    +   2801 _pthread_start  (in libsystem_c.dylib) + 327  [0x7fff95dd2772]
    +     2801 WTF::wtfThreadEntryPoint(void*)  (in JavaScriptCore) + 15  [0x7fff990bc25f]
    +       2801 JSC::BlockAllocator::blockFreeingThreadMain()  (in JavaScriptCore) + 90  [0x7fff990a6bfa]
    +         2801 WTF::ThreadCondition::timedWait(WTF::Mutex&, double)  (in JavaScriptCore) + 118  [0x7fff98e83b66]
    +           2801 _pthread_cond_wait  (in libsystem_c.dylib) + 869  [0x7fff95dd6fb9]
    +             2801 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x7fff978400fa]
    2801 Thread_786387: JavaScriptCore::Marking
    + 2801 thread_start  (in libsystem_c.dylib) + 13  [0x7fff95dbf1a1]
    +   2801 _pthread_start  (in libsystem_c.dylib) + 327  [0x7fff95dd2772]
    +     2801 WTF::wtfThreadEntryPoint(void*)  (in JavaScriptCore) + 15  [0x7fff990bc25f]
    +       2801 JSC::MarkStackThreadSharedData::markingThreadMain()  (in JavaScriptCore) + 214  [0x7fff990098b6]
    +         2801 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode)  (in JavaScriptCore) + 212  [0x7fff990099d4]
    +           2801 _pthread_cond_wait  (in libsystem_c.dylib) + 869  [0x7fff95dd6fb9]
    +             2801 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x7fff978400fa]
    2801 Thread_786388: JavaScriptCore::Marking
    + 2801 thread_start  (in libsystem_c.dylib) + 13  [0x7fff95dbf1a1]
    +   2801 _pthread_start  (in libsystem_c.dylib) + 327  [0x7fff95dd2772]
    +     2801 WTF::wtfThreadEntryPoint(void*)  (in JavaScriptCore) + 15  [0x7fff990bc25f]
    +       2801 JSC::MarkStackThreadSharedData::markingThreadMain()  (in JavaScriptCore) + 214  [0x7fff990098b6]
    +         2801 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode)  (in JavaScriptCore) + 212  [0x7fff990099d4]
    +           2801 _pthread_cond_wait  (in libsystem_c.dylib) + 869  [0x7fff95dd6fb9]
    +             2801 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x7fff978400fa]
    2801 Thread_786389: JavaScriptCore::Marking
    + 2801 thread_start  (in libsystem_c.dylib) + 13  [0x7fff95dbf1a1]
    +   2801 _pthread_start  (in libsystem_c.dylib) + 327  [0x7fff95dd2772]
    +     2801 WTF::wtfThreadEntryPoint(void*)  (in JavaScriptCore) + 15  [0x7fff990bc25f]
    +       2801 JSC::MarkStackThreadSharedData::markingThreadMain()  (in JavaScriptCore) + 214  [0x7fff990098b6]
    +         2801 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode)  (in JavaScriptCore) + 212  [0x7fff990099d4]
    +           2801 _pthread_cond_wait  (in libsystem_c.dylib) + 869  [0x7fff95dd6fb9]
    +             2801 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x7fff978400fa]
    2801 Thread_804941: com.apple.appkit-heartbeat
    + 2801 thread_start  (in libsystem_c.dylib) + 13  [0x7fff95dbf1a1]
    +   2801 _pthread_start  (in libsystem_c.dylib) + 327  [0x7fff95dd2772]
    +     2801 __NSThread__main__  (in Foundation) + 1345  [0x7fff8fa75562]
    +       2769 -[NSUIHeartBeat _heartBeatThread:]  (in AppKit) + 543  [0x7fff8df1f838]
    +       ! 2769 usleep  (in libsystem_c.dylib) + 54  [0x7fff95e5c6df]
    +       !   2766 nanosleep  (in libsystem_c.dylib) + 163  [0x7fff95e5c7c8]
    +       !   : 2766 __semwait_signal  (in libsystem_kernel.dylib) + 10  [0x7fff97840386]
    +       !   2 cerror_nocancel  (in libsystem_kernel.dylib) + 40  [0x7fff978414fc]
    +       !   : 2 cthread_set_errno_self  (in libsystem_c.dylib) + 93  [0x7fff95dda0e8]
    +       !   1 cerror_nocancel  (in libsystem_kernel.dylib) + 28  [0x7fff978414f0]
    +       7 -[NSUIHeartBeat _heartBeatThread:]  (in AppKit) + 831  [0x7fff8df1f958]
    +       ! 5 -[NSApplication _keyWindowForHeartBeat]  (in AppKit) + 48  [0x7fff8dd3cd20]
    +       ! : 3 objc_msgSend  (in libobjc.A.dylib) + 42,15  [0x7fff9358f26a,0x7fff9358f24f]
    +       ! : 1 -[NSRecursiveLock lock]  (in Foundation) + 22  [0x7fff8fa24b79]
    +       ! : | 1 pthread_mutex_lock  (in libsystem_c.dylib) + 72  [0x7fff95dd7bfd]
    +       ! : 1 -[NSRecursiveLock lock]  (in Foundation) + 0  [0x7fff8fa24b63]
    +       ! 1 -[NSApplication _keyWindowForHeartBeat]  (in AppKit) + 174  [0x7fff8dd3cd9e]
    +       ! : 1 -[NSRecursiveLock unlock]  (in Foundation) + 226  [0x7fff8fa27342]
    +       ! :   1 pthread_mutex_unlock  (in libsystem_c.dylib) + 268  [0x7fff95dd8165]
    +       ! :     1 __mtx_droplock  (in libsystem_c.dylib) + 203  [0x7fff95dd7771]
    +       ! 1 objc_msgSend  (in libobjc.A.dylib) + 42  [0x7fff9358f26a]
    +       5 -[NSUIHeartBeat _heartBeatThread:]  (in AppKit) + 705  [0x7fff8df1f8da]
    +       ! 5 NSPushAutoreleasePool  (in Foundation) + 11  [0x7fff8fa2494d]
    +       !   3 _CFAutoreleasePoolPush  (in CoreFoundation) + 11  [0x7fff9494b33b]
    +       !   : 3 objc_collectingEnabled  (in libobjc.A.dylib) + 7,0  [0x7fff93590bb0,0x7fff93590ba9]
    +       !   1 _CFAutoreleasePoolPush  (in CoreFoundation) + 24  [0x7fff9494b348]
    +       !   : 1 objc_autoreleasePoolPush  (in libobjc.A.dylib) + 35  [0x7fff93592733]
    +       !   1 _CFAutoreleasePoolPush  (in CoreFoundation) + 1  [0x7fff9494b331]
    +       5 -[NSUIHeartBeat _heartBeatThread:]  (in AppKit) + 1781  [0x7fff8df1fd0e]
    +       ! 3 -[NSProgressIndicator heartBeat:]  (in AppKit) + 915  [0x7fff8df20251]
    +       ! : 2 __NSRenderSpinningIndeterminateIndicator  (in AppKit) + 1342  [0x7fff8df1f0c9]
    +       ! : | 2 CUIDraw  (in CoreUI) + 180  [0x7fff93789bcb]
    +       ! : |   1 CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**)  (in CoreUI) + 3343  [0x7fff9375e895]
    +       ! : |   + 1 CUIArtFileRenderer::Draw(CUIDescriptor const*, CGAffineTransform, CUIReturnInfo&)  (in CoreUI) + 1619  [0x7fff937838b7]
    +       ! : |   +   1 CUIArtFileRenderer::DrawAnimation(CUIDescriptor const*)  (in CoreUI) + 1197  [0x7fff9379de99]
    +       ! : |   +     1 CUIArtFileRenderer::DrawIndeterminateProgressIndicator(CGRect, long, CUIDescriptor const*)  (in CoreUI) + 1710  [0x7fff9379d934]
    +       ! : |   +       1 CGContextDrawImage  (in CoreGraphics) + 460  [0x7fff93e32e8b]
    +       ! : |   +         1 ripc_DrawImage  (in libRIP.A.dylib) + 1175  [0x7fff98c6778b]
    +       ! : |   +           1 ripc_RenderImage  (in libRIP.A.dylib) + 313  [0x7fff98c69c8a]
    +       ! : |   +             1 ripl_BltImage  (in libRIP.A.dylib) + 1646  [0x7fff98c6a54b]
    +       ! : |   +               1 _CGSUnlockWindow  (in CoreGraphics) + 42  [0x7fff93e25186]
    +       ! : |   +                 1 pthread_mutex_lock  (in libsystem_c.dylib) + 270  [0x7fff95dd7cc3]
    +       ! : |   +                   1 pthread_threadid_np  (in libsystem_c.dylib) + 1  [0x7fff95dd31b9]
    +       ! : |   1 CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**)  (in CoreUI) + 249  [0x7fff9375dc7f]
    +       ! : 1 __NSRenderSpinningIndeterminateIndicator  (in AppKit) + 505  [0x7fff8df1ed84]
    +       ! :   1 objc_msgSend_vtable6  (in libobjc.A.dylib) + 5  [0x7fff93590545]
    +       ! 2 -[NSProgressIndicator heartBeat:]  (in AppKit) + 461  [0x7fff8df2008b]
    +       !   1 -[NSSurface lockFocusIfCanDraw]  (in AppKit) + 241  [0x7fff8df1e7df]
    +       !   | 1 -[__NSArrayM insertObject:atIndex:]  (in CoreFoundation) + 1  [0x7fff9495f161]
    +       !   1 -[NSSurface lockFocusIfCanDraw]  (in AppKit) + 301  [0x7fff8df1e81b]
    +       !     1 -[NSCGSContext isFlipped]  (in AppKit) + 34  [0x7fff8dd8928b]
    +       !       1 objc_msgSend  (in libobjc.A.dylib) + 25  [0x7fff9358f259]
    +       4 -[NSUIHeartBeat _heartBeatThread:]  (in AppKit) + 732  [0x7fff8df1f8f5]
    +       ! 3 objc_msgSend  (in libobjc.A.dylib) + 25,30  [0x7fff9358f259,0x7fff9358f25e]
    +       ! 1 +[NSDate timeIntervalSinceReferenceDate]  (in CoreFoundation) + 19  [0x7fff9499fac3]
    +       !   1 0x0
    +       !     1 __commpage_gettimeofday  (in libsystem_c.dylib) + 41  [0x7fff95dc0b49]
    +       !       1 mach_absolute_time  (in libsystem_c.dylib) + 0  [0x7fff95dc0b91]
    +       4 -[NSUIHeartBeat _heartBeatThread:]  (in AppKit) + 1928  [0x7fff8df1fda1]
    +       ! 4 -[NSSurface flushWithOptions:]  (in AppKit) + 207  [0x7fff8df1f3db]
    +       !   2 CGSFlushSurfaceWithOptions  (in CoreGraphics) + 293  [0x7fff93e822be]
    +       !   : 2 _CGSGetSurfaceBinding  (in CoreGraphics) + 109  [0x7fff93e82397]
    +       !   :   2 mach_msg  (in libsystem_kernel.dylib) + 70  [0x7fff9783dc42]
    +       !   :     2 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x7fff9783e686]
    +       !   2 CGSFlushSurfaceWithOptions  (in CoreGraphics) + 379  [0x7fff93e82314]
    +       !     2 _CGSFlushSurfaceInline  (in CoreGraphics) + 196  [0x7fff93e824fd]
    +       !       2 mach_msg  (in libsystem_kernel.dylib) + 70  [0x7fff9783dc42]
    +       !         2 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x7fff9783e686]
    +       2 -[NSUIHeartBeat _heartBeatThread:]  (in AppKit) + 1545  [0x7fff8df1fc22]
    +       ! 1 -[NSWindow _copyAcquiredViewHierarchyLock]  (in AppKit) + 106  [0x7fff8dd75973]
    +       ! : 1 -[NSViewHierarchyLock retain]  (in AppKit) + 31  [0x7fff8dd10d6c]
    +       ! :   1 OSAtomicAdd64Barrier$VARIANT$mp  (in libsystem_c.dylib) + 0  [0x7fff95dc0cec]
    +       ! 1 -[NSWindow _copyAcquiredViewHierarchyLock]  (in AppKit) + 138  [0x7fff8dd75993]
    +       !   1 -[NSViewHierarchyLock release]  (in AppKit) + 21  [0x7fff8dd10d8b]
    +       2 -[NSUIHeartBeat _heartBeatThread:]  (in AppKit) + 429  [0x7fff8df1f7c6]
    +       1 -[NSUIHeartBeat _heartBeatThread:]  (in AppKit) + 413  [0x7fff8df1f7b6]
    +       ! 1 objc_msgSend  (in libobjc.A.dylib) + 25  [0x7fff9358f259]
    +       1 -[NSUIHeartBeat _heartBeatThread:]  (in AppKit) + 1157  [0x7fff8df1fa9e]
    +       ! 1 -[NSSet makeObjectsPerformSelector:]  (in CoreFoundation) + 201  [0x7fff949a68e9]
    +       !   1 -[NSWindow flushWindow]  (in AppKit) + 26  [0x7fff8ddab3ad]
    +       !     1 -[NSWindow isFlushWindowDisabled]  (in AppKit) + 40  [0x7fff8ddab5ef]
    +       !       1 -[NSWindow _threadContext]  (in AppKit) + 310  [0x7fff8dd4444d]
    +       !         1 +[NSUIHeartBeat isHeartBeatThread]  (in AppKit) + 31  [0x7fff8dd88881]
    +       !           1 _NSThreadGet0  (in Foundation) + 66  [0x7fff8fa24343]
    +       !             1 _CFGetTSD  (in CoreFoundation) + 165  [0x7fff9491ecb5]
    +       1 -[NSUIHeartBeat _heartBeatThread:]  (in AppKit) + 1524  [0x7fff8df1fc0d]
    +         1 objc_msgSend  (in libobjc.A.dylib) + 15  [0x7fff9358f24f]
    2801 Thread_815203
    + 2801 start_wqthread  (in libsystem_c.dylib) + 13  [0x7fff95dbf191]
    +   2801 _pthread_wqthread  (in libsystem_c.dylib) + 412  [0x7fff95dd4ce3]
    +     2801 _pthread_workq_return  (in libsystem_c.dylib) + 25  [0x7fff95dd4f1c]
    +       2801 __workq_kernreturn  (in libsystem_kernel.dylib) + 10  [0x7fff978406d6]
    2800 Thread_809391
    + 2800 start_wqthread  (in libsystem_c.dylib) + 13  [0x7fff95dbf191]
    +   2799 _pthread_wqthread  (in libsystem_c.dylib) + 412  [0x7fff95dd4ce3]
    +   ! 2799 _pthread_workq_return  (in libsystem_c.dylib) + 25  [0x7fff95dd4f1c]
    +   !   2799 __workq_kernreturn  (in libsystem_kernel.dylib) + 10  [0x7fff978406d6]
    +   1 _pthread_wqthread  (in libsystem_c.dylib) + 377  [0x7fff95dd4cc0]
    1 Thread_809391   DispatchQueue_9: com.apple.root.high-overcommit-priority  (concurrent)
      1 start_wqthread  (in libsystem_c.dylib) + 13  [0x7fff95dbf191]
        1 _pthread_wqthread  (in libsystem_c.dylib) + 404  [0x7fff95dd4cdb]
          1 _dispatch_worker_thread2  (in libdispatch.dylib) + 249  [0x7fff937441c3]
            1 _dispatch_queue_invoke  (in libdispatch.dylib) + 72  [0x7fff93744305]
              1 _dispatch_source_invoke  (in libdispatch.dylib) + 691  [0x7fff9374529b]
                1 _dispatch_client_callout  (in libdispatch.dylib) + 8  [0x7fff937430b6]
                  1 CFRunLoopWakeUp  (in CoreFoundation) + 170  [0x7fff94967d9a]
                    1 mach_msg  (in libsystem_kernel.dylib) + 70  [0x7fff9783dc42]
                      1 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x7fff9783e686]

Total number in stack (recursive counted multiple, when >=5):
        9       _pthread_start  (in libsystem_c.dylib) + 327  [0x7fff95dd2772]
        9       thread_start  (in libsystem_c.dylib) + 13  [0x7fff95dbf1a1]
        8       objc_msgSend  (in libobjc.A.dylib) + 0  [0x7fff9358f240]
        7       mach_msg  (in libsystem_kernel.dylib) + 70  [0x7fff9783dc42]
        7       mach_msg_trap  (in libsystem_kernel.dylib) + 0  [0x7fff9783e67c]

Sort by top of stack, same collapsed (when >= 5):
        __psynch_cvwait  (in libsystem_kernel.dylib)        11204
        mach_msg_trap  (in libsystem_kernel.dylib)        11181
        __workq_kernreturn  (in libsystem_kernel.dylib)        5601
        __select  (in libsystem_kernel.dylib)        2801
        kevent  (in libsystem_kernel.dylib)        2791
        __semwait_signal  (in libsystem_kernel.dylib)        2766
        objc_msgSend  (in libobjc.A.dylib)        12
        _dispatch_timer_list_update  (in libdispatch.dylib)        5

(... snip by @dmoagx ...)

@designosis
Copy link

I may have just figured out how to reproduce the error.
The following sets reliably cause the crash for me:

  1. Open a MySQL connection
  2. Select a LARGE table with a TEXT field (I used an emails table with 130,000 records)
  3. Sort by ID (click id column header)
  4. Double click the TEXT field on an existing record (I used message)
  5. Hit OK, CLOSE, or hit escape to close the pop-up
  6. Select any other table on the same db

This crashes 100% of the time. If I skip step 3 or 4, no crash. The size of the emails table seems important ... That email table is ~900MB. I began dropping fields to see what would happen, and at some point the crash stopped.

Let me know if there's anything I can do to help!

@dmoagx
Copy link
Member

dmoagx commented May 3, 2014

Hm, what is your setting on pagination of results?

The sample above suggests the application is just idling.

@designosis
Copy link

Limit results to 200 rows.
"Defer loading of TEXT/BLOBS" is deselected, but selecting causes the crash as well.

@dmoagx
Copy link
Member

dmoagx commented May 10, 2014

@neokio Nightly builds are back up. Can you try a recent build to see if that works better?

@bravadomizzou
Copy link

👍 I've been having numerous crashes too, specifically when switching quickly between databases. DB1 -> DB2 -> DB1 -> DB4 etc.

@designosis
Copy link

Hi all!

I'm on the latest Nighly Build (4285). This error is still 100% reproducible and very easy to cause. I don't really have any other large tables to test with, so I'm not sure if its specific to this db. I connect via socket to MAMP PRO 2.2 (MySQL 5.5.33). The tables are MyISAM.

  1. launch Sequel Pro
  2. connect to a large db (800MB) and click a table with >100,000 records
  3. double-click a TEXT field, then click OK or cancel or hit escape
  4. click another table
  5. CRASH ... modal dialog box says
Error
An error occured while retrieving status data.
MySQL said: Query execution was interrupted
[OK]

... but the app is unresponsive, I have to force quit. Activity Monitor shows 0% CPU, so as above it's probably idling.

If there are any steps I can take to help debug this, I'd be happy to :)

@dmoagx
Copy link
Member

dmoagx commented May 30, 2014

Let's keep the discussion on "Query interrupted" in #1902
This issue is about another problem.

@stuconnolly stuconnolly changed the title Crashes under OSX quite regularly. Crashes under OS X quite regularly Jun 1, 2014
rowanbeentje added a commit that referenced this issue Jun 16, 2014
…umn:] for use when loading tables, which may improve Issue #1925 and Issue #1902.
@rowanbeentje
Copy link
Collaborator

I'm hoping this error at least will have been addressed in the latest nightly (the specific "Query interrupted" issue isn't, but the backtrace for this pointed a finger quite strongly). If it's still happening I'd be very interested in an updated backtrace like the one at the top of the thread...

@asmclellan
Copy link

I also found this recent crash log that might help:

Process:         Sequel Pro [36111]
Path:            /Applications/Sequel Pro.app/Contents/MacOS/Sequel Pro
Identifier:      com.sequelpro.SequelPro
Version:         1.0.2 (4096)
Code Type:       X86-64 (Native)
Parent Process:  launchd [480]
Responsible:     Sequel Pro [36111]
User ID:         501

Date/Time:       2014-10-02 16:56:16.597 -0400
OS Version:      Mac OS X 10.9.5 (13F34)
Report Version:  11
Anonymous UUID:  2144BE87-E1AA-F020-D6AF-D6A68DAF3AC5

Sleep/Wake UUID: 70A1CC68-E6A5-402B-A544-C93B5638BEBA

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
*** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 3 beyond bounds for empty array'
abort() called
terminating with uncaught exception of type NSException

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff849df25c __exceptionPreprocess + 172
1   libobjc.A.dylib                     0x00007fff8e900e75 objc_exception_throw + 43
2   CoreFoundation                      0x00007fff848bd4f5 -[__NSArrayM objectAtIndex:] + 245
3   Sequel Pro                          0x000000010011f256 -[SPCopyTable shouldUseFieldEditorForRow:column:] + 77
4   Sequel Pro                          0x0000000100150bab -[SPTableContent(SPTableContentDataSource) tableView:objectValueForTableColumn:row:] + 1110
5   AppKit                              0x00007fff8f219d38 -[NSTableView preparedCellAtColumn:row:] + 399
6   AppKit                              0x00007fff8f219a5e -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 44
7   AppKit                              0x00007fff8f219793 -[NSTableView drawRow:clipRect:] + 1629
8   AppKit                              0x00007fff8f218fed -[NSTableView drawRowIndexes:clipRect:] + 776
9   AppKit                              0x00007fff8f0e2331 -[NSTableView drawRect:] + 1484
10  AppKit                              0x00007fff8f0bb0b1 -[NSView _drawRect:clip:] + 3846
11  AppKit                              0x00007fff8f0b803c -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 3199
12  AppKit                              0x00007fff8f0b8bc4 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 6151
13  AppKit                              0x00007fff8f0b8bc4 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 6151
14  AppKit                              0x00007fff8f0b3e9f -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2828
15  AppKit                              0x00007fff8f0932da -[NSView displayIfNeeded] + 1680
16  AppKit                              0x00007fff8efc33b3 -[NSClipView _immediateScrollToPoint:] + 8711
17  AppKit                              0x00007fff8efc116a -[NSClipView scrollToPoint:] + 237
18  AppKit                              0x00007fff8f119bae -[NSScrollView scrollClipView:toPoint:] + 203
19  AppKit                              0x00007fff8efc5dc9 -[NSClipView _scrollTo:animateScroll:flashScrollerKnobs:] + 1688
20  AppKit                              0x00007fff8f0ef9c8 -[NSClipView _scrollTo:animate:] + 28
21  AppKit                              0x00007fff8f27af5f __68-[NSScrollingBehaviorLegacy _scrollView:snabRubberBandWithVelocity:]_block_invoke_2 + 831
22  AppKit                              0x00007fff8f27a205 ____NSPeriodicInvokerScheduled_block_invoke + 58
23  libdispatch.dylib                   0x00007fff82fc91bb _dispatch_call_block_and_release + 12
24  libdispatch.dylib                   0x00007fff82fc628d _dispatch_client_callout + 8
25  libdispatch.dylib                   0x00007fff82fce433 _dispatch_after_timer_callback + 77
26  libdispatch.dylib                   0x00007fff82fc628d _dispatch_client_callout + 8
27  libdispatch.dylib                   0x00007fff82fc8885 _dispatch_source_invoke + 413
28  libdispatch.dylib                   0x00007fff82fcde97 _dispatch_main_queue_callback_4CF + 244
29  CoreFoundation                      0x00007fff849464f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
30  CoreFoundation                      0x00007fff84901714 __CFRunLoopRun + 1636
31  CoreFoundation                      0x00007fff84900e75 CFRunLoopRunSpecific + 309
32  HIToolbox                           0x00007fff868dea0d RunCurrentEventLoopInMode + 226
33  HIToolbox                           0x00007fff868de7b7 ReceiveNextEventCommon + 479
34  HIToolbox                           0x00007fff868de5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
35  AppKit                              0x00007fff8ef5c24e _DPSNextEvent + 1434
36  AppKit                              0x00007fff8ef5b89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
37  AppKit                              0x00007fff8ef4f99c -[NSApplication run] + 553
38  AppKit                              0x00007fff8ef3a783 NSApplicationMain + 940
39  Sequel Pro                          0x0000000100002084 start + 52

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff88943866 __pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff84ac135c pthread_kill + 92
2   libsystem_c.dylib               0x00007fff8b1d2b1a abort + 125
3   libc++abi.dylib                 0x00007fff84e0af31 abort_message + 257
4   libc++abi.dylib                 0x00007fff84e30952 default_terminate_handler() + 264
5   libobjc.A.dylib                 0x00007fff8e90130d _objc_terminate() + 103
6   libc++abi.dylib                 0x00007fff84e2e1d1 std::__terminate(void (*)()) + 8
7   libc++abi.dylib                 0x00007fff84e2e246 std::terminate() + 54
8   libobjc.A.dylib                 0x00007fff8e9010b0 objc_terminate + 9
9   libdispatch.dylib               0x00007fff82fc62a1 _dispatch_client_callout + 28
10  libdispatch.dylib               0x00007fff82fce433 _dispatch_after_timer_callback + 77
11  libdispatch.dylib               0x00007fff82fc628d _dispatch_client_callout + 8
12  libdispatch.dylib               0x00007fff82fc8885 _dispatch_source_invoke + 413
13  libdispatch.dylib               0x00007fff82fcde97 _dispatch_main_queue_callback_4CF + 244
14  com.apple.CoreFoundation        0x00007fff849464f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
15  com.apple.CoreFoundation        0x00007fff84901714 __CFRunLoopRun + 1636
16  com.apple.CoreFoundation        0x00007fff84900e75 CFRunLoopRunSpecific + 309
17  com.apple.HIToolbox             0x00007fff868dea0d RunCurrentEventLoopInMode + 226
18  com.apple.HIToolbox             0x00007fff868de7b7 ReceiveNextEventCommon + 479
19  com.apple.HIToolbox             0x00007fff868de5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
20  com.apple.AppKit                0x00007fff8ef5c24e _DPSNextEvent + 1434
21  com.apple.AppKit                0x00007fff8ef5b89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
22  com.apple.AppKit                0x00007fff8ef4f99c -[NSApplication run] + 553
23  com.apple.AppKit                0x00007fff8ef3a783 NSApplicationMain + 940
24  com.sequelpro.SequelPro         0x0000000100002084 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff88944662 kevent64 + 10
1   libdispatch.dylib               0x00007fff82fc8421 _dispatch_mgr_invoke + 239
2   libdispatch.dylib               0x00007fff82fc8136 _dispatch_mgr_thread + 52

Thread 2:
0   libsystem_kernel.dylib          0x00007fff8893fa1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8893ed18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff84901f15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff84901539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff84900e75 CFRunLoopRunSpecific + 309
5   com.apple.AppKit                0x00007fff8f0fc05e _NSEventThread + 144
6   libsystem_pthread.dylib         0x00007fff84ac0899 _pthread_body + 138
7   libsystem_pthread.dylib         0x00007fff84ac072a _pthread_start + 137
8   libsystem_pthread.dylib         0x00007fff84ac4fc9 thread_start + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff8893fa1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8893ed18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff84901f15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff84901539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff84900e75 CFRunLoopRunSpecific + 309
5   com.apple.Foundation            0x00007fff8ec3aff9 -[NSConnection run] + 127
6   com.apple.Foundation            0x00007fff8ebc1dfb __NSThread__main__ + 1318
7   libsystem_pthread.dylib         0x00007fff84ac0899 _pthread_body + 138
8   libsystem_pthread.dylib         0x00007fff84ac072a _pthread_start + 137
9   libsystem_pthread.dylib         0x00007fff84ac4fc9 thread_start + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff8893fa1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8893ed18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff84901f15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff84901539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff84900e75 CFRunLoopRunSpecific + 309
5   com.apple.Foundation            0x00007fff8ecebe88 -[NSConcreteTask waitUntilExit] + 205
6   com.sequelpro.SequelPro         0x00000001000b4971 -[SPSSHTunnel launchTask:] + 3555
7   com.apple.Foundation            0x00007fff8ebc1dfb __NSThread__main__ + 1318
8   libsystem_pthread.dylib         0x00007fff84ac0899 _pthread_body + 138
9   libsystem_pthread.dylib         0x00007fff84ac072a _pthread_start + 137
10  libsystem_pthread.dylib         0x00007fff84ac4fc9 thread_start + 13

Thread 5:: JavaScriptCore::BlockFree
0   libsystem_kernel.dylib          0x00007fff88943716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff84ac2c3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore        0x00007fff8ad52cb5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
3   com.apple.JavaScriptCore        0x00007fff8ad47f4f WTF::wtfThreadEntryPoint(void*) + 15
4   libsystem_pthread.dylib         0x00007fff84ac0899 _pthread_body + 138
5   libsystem_pthread.dylib         0x00007fff84ac072a _pthread_start + 137
6   libsystem_pthread.dylib         0x00007fff84ac4fc9 thread_start + 13

Thread 6:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff88943716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff84ac2c3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore        0x00007fff8ad53727 JSC::GCThread::waitForNextPhase() + 119
3   com.apple.JavaScriptCore        0x00007fff8ad535b8 JSC::GCThread::gcThreadMain() + 88
4   com.apple.JavaScriptCore        0x00007fff8ad47f4f WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff84ac0899 _pthread_body + 138
6   libsystem_pthread.dylib         0x00007fff84ac072a _pthread_start + 137
7   libsystem_pthread.dylib         0x00007fff84ac4fc9 thread_start + 13

Thread 7:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff88943716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff84ac2c3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore        0x00007fff8ad53727 JSC::GCThread::waitForNextPhase() + 119
3   com.apple.JavaScriptCore        0x00007fff8ad535b8 JSC::GCThread::gcThreadMain() + 88
4   com.apple.JavaScriptCore        0x00007fff8ad47f4f WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff84ac0899 _pthread_body + 138
6   libsystem_pthread.dylib         0x00007fff84ac072a _pthread_start + 137
7   libsystem_pthread.dylib         0x00007fff84ac4fc9 thread_start + 13

Thread 8:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff88943716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff84ac2c3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore        0x00007fff8ad53727 JSC::GCThread::waitForNextPhase() + 119
3   com.apple.JavaScriptCore        0x00007fff8ad535b8 JSC::GCThread::gcThreadMain() + 88
4   com.apple.JavaScriptCore        0x00007fff8ad47f4f WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff84ac0899 _pthread_body + 138
6   libsystem_pthread.dylib         0x00007fff84ac072a _pthread_start + 137
7   libsystem_pthread.dylib         0x00007fff84ac4fc9 thread_start + 13

Thread 9:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff88943716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff84ac2c3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore        0x00007fff8ad53727 JSC::GCThread::waitForNextPhase() + 119
3   com.apple.JavaScriptCore        0x00007fff8ad535b8 JSC::GCThread::gcThreadMain() + 88
4   com.apple.JavaScriptCore        0x00007fff8ad47f4f WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff84ac0899 _pthread_body + 138
6   libsystem_pthread.dylib         0x00007fff84ac072a _pthread_start + 137
7   libsystem_pthread.dylib         0x00007fff84ac4fc9 thread_start + 13

Thread 10:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff88943716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff84ac2c3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore        0x00007fff8ad53727 JSC::GCThread::waitForNextPhase() + 119
3   com.apple.JavaScriptCore        0x00007fff8ad535b8 JSC::GCThread::gcThreadMain() + 88
4   com.apple.JavaScriptCore        0x00007fff8ad47f4f WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff84ac0899 _pthread_body + 138
6   libsystem_pthread.dylib         0x00007fff84ac072a _pthread_start + 137
7   libsystem_pthread.dylib         0x00007fff84ac4fc9 thread_start + 13

Thread 11:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff88943716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff84ac2c3b _pthread_cond_wait + 727
2   com.apple.JavaScriptCore        0x00007fff8ad53727 JSC::GCThread::waitForNextPhase() + 119
3   com.apple.JavaScriptCore        0x00007fff8ad535b8 JSC::GCThread::gcThreadMain() + 88
4   com.apple.JavaScriptCore        0x00007fff8ad47f4f WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff84ac0899 _pthread_body + 138
6   libsystem_pthread.dylib         0x00007fff84ac072a _pthread_start + 137
7   libsystem_pthread.dylib         0x00007fff84ac4fc9 thread_start + 13

Thread 12:
0   libsystem_kernel.dylib          0x00007fff88943e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff84ac1f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff84ac4fb9 start_wqthread + 13

Thread 13:
0   libsystem_kernel.dylib          0x00007fff88943e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff84ac1f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff84ac4fb9 start_wqthread + 13

Thread 14:
0   libsystem_kernel.dylib          0x00007fff88943e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff84ac1f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff84ac4fb9 start_wqthread + 13

Thread 15:
0   libsystem_kernel.dylib          0x00007fff88943e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff84ac1f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff84ac4fb9 start_wqthread + 13

Thread 16:
0   libsystem_kernel.dylib          0x00007fff88943e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff84ac1f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff84ac4fb9 start_wqthread + 13

Thread 17:
0   libsystem_kernel.dylib          0x00007fff88943e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff84ac1f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff84ac4fb9 start_wqthread + 13

Thread 18:
0   libsystem_kernel.dylib          0x00007fff88943e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff84ac1f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff84ac4fb9 start_wqthread + 13

Thread 19:
0   libsystem_kernel.dylib          0x00007fff88943e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff84ac1f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff84ac4fb9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fff728cc310  rcx: 0x00007fff5fbfdd88  rdx: 0x0000000000000000
  rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff5fbfddb0  rsp: 0x00007fff5fbfdd88
   r8: 0x00007fff84e31959   r9: 0x00007fff8b1fa8d0  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x00007fff5fbfdf10  r13: 0x00006000004ec480  r14: 0x0000000000000006  r15: 0x00007fff5fbfddf0
  rip: 0x00007fff88943866  rfl: 0x0000000000000206  cr2: 0x0000000105c3c000

Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


(... unnecessary lines removed by @dmoagx ...)

@tamasys
Copy link

tamasys commented Mar 12, 2015

Has there been any progress on this? I get this issue semi-regularly, usually in groups where I can barely work for a few hours. I'm on build 4096.

@dmoagx
Copy link
Member

dmoagx commented Mar 12, 2015

If you have a test environment, please try a recent nightly build from http://nightly.sequelpro.com/ and report your results.
You should not use those with production databases!

@asmclellan
Copy link

My problem went away when I changed job and got exactly the same model macbook-pro with exactly the same setup and installed the software from scratch (I didn't migrate any settings). Maybe something had gotten corrupted when migrating operating systems on my old macbook-pro on which I'd gone through several operating system upgrades.

@stuconnolly
Copy link
Member

Closing after no further feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants