-
Notifications
You must be signed in to change notification settings - Fork 5
Description
NSInvalidArgumentException
-[_NSInlineData isEqualToString:]: unrecognized selector sent to instance 0x600000c13030
(
0 CoreFoundation 0x00007fff51466e65 __exceptionPreprocess + 256
1 libobjc.A.dylib 0x00007fff7d4c2720 objc_exception_throw + 48
2 CoreFoundation 0x00007fff514e422d -[NSObject(NSObject) __retain_OA] + 0
3 CoreFoundation 0x00007fff51408820 forwarding + 1486
4 CoreFoundation 0x00007fff514081c8 _CF_forwarding_prep_0 + 120
5 Sequel Pro 0x000000010002fce3 -[SPDatabaseDocument setDatabases:] + 783
6 Sequel Pro 0x000000010002f2a9 -[SPDatabaseDocument setConnection:] + 610
7 Foundation 0x00007fff537aaabb __NSThreadPerformPerform + 327
8 CoreFoundation 0x00007fff513cc155 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
9 CoreFoundation 0x00007fff513cc0fb __CFRunLoopDoSource0 + 108
10 CoreFoundation 0x00007fff513afb95 __CFRunLoopDoSources0 + 195
11 CoreFoundation 0x00007fff513af13e __CFRunLoopRun + 1219
12 CoreFoundation 0x00007fff513aea28 CFRunLoopRunSpecific + 463
13 HIToolbox 0x00007fff50647b35 RunCurrentEventLoopInMode + 293
14 HIToolbox 0x00007fff5064786b ReceiveNextEventCommon + 618
15 HIToolbox 0x00007fff506475e8 _BlockUntilNextEventMatchingListInModeWithFilter + 64
16 AppKit 0x00007fff4e903eb7 _DPSNextEvent + 997
17 AppKit 0x00007fff4e902c56 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1362
18 AppKit 0x00007fff4e8fccb9 -[NSApplication run] + 699
19 AppKit 0x00007fff4e8ec3f7 NSApplicationMain + 780
20 Sequel Pro 0x0000000100002454 start + 52
)
error occur when I connect to remote server though ssh tunnel, and the mysql server is : mysql Ver 8.0.13 for linux-glibc2.12 on x86_64 (MySQL Community Server - GPL)
macOS version : Mojave 10.14.1
Macbook Pro : MacBook Pro (Retina, 15-inch, Mid 2015)
