-
-
Notifications
You must be signed in to change notification settings - Fork 123
opening an oracle view crashes #564
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
when trying to open an oracle view it crashes
Steps to reproduce
container run --name oracle --memory 4G -d -p 1521:1521 -e ORACLE_PASSWORD=password123 gvenzl/oracle-free- connect
- click a view
- crash
Expected behavior
being able to view a view just like a table
Database type
Oracle
TablePro version
0.27.2
macOS version & chip
macOS 26.4 / Apple Silicon
Screenshots / Logs
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Process: TablePro [49132]
Path: /Applications/TablePro.app/Contents/MacOS/TablePro
Identifier: com.TablePro
Version: 0.27.2 (55)
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: com.TablePro [20277]
User ID: 501
Date/Time: 2026-04-03 10:55:05.9498 +0300
Launch Time: 2026-04-03 10:51:13.6816 +0300
Hardware Model: Mac16,7
OS Version: macOS 26.4 (25E246)
Release Type: User
Crash Reporter Key: C6A0E3AD-44A0-5947-21CC-C9AA8E349BF1
Incident Identifier: 9F52E0C3-E3B2-43C1-941A-FDC1E0E6DD48
Sleep/Wake UUID: F4DB2680-7B8F-4543-B788-B7C787A85E80
Time Awake Since Boot: 210000 seconds
Time Since Wake: 6387 seconds
System Integrity Protection: enabled
Triggered by Thread: 7, Dispatch Queue: nio.nioTransportServices.connectionchannel
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x000000011f93ee70
Termination Reason: Namespace SIGNAL, Code 5, Trace/BPT trap: 5
Terminating Process: exc handler [49132]
Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x18a157c34 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x18a16a574 mach_msg2_internal + 76
2 libsystem_kernel.dylib 0x18a1609c0 mach_msg_overwrite + 480
3 libsystem_kernel.dylib 0x18a157fc0 mach_msg + 24
4 CoreFoundation 0x18a258d68 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x18a257654 __CFRunLoopRun + 1188
6 CoreFoundation 0x18a329be0 _CFRunLoopRunSpecificWithOptions + 532
7 HIToolbox 0x19702c560 RunCurrentEventLoopInMode + 320
8 HIToolbox 0x19702f8bc ReceiveNextEventCommon + 488
9 HIToolbox 0x1971b913c _BlockUntilNextEventMatchingListInMode + 48
10 AppKit 0x18ed2f1a4 _DPSBlockUntilNextEventMatchingListInMode + 228
11 AppKit 0x18e683084 _DPSNextEvent + 576
12 AppKit 0x18f21869c -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 688
13 AppKit 0x18f2183a8 -[NSApplication(NSEventRouting) nextEventMatchingMask:untilDate:inMode:dequeue:] + 72
14 AppKit 0x18e67613c -[NSApplication run] + 368
15 AppKit 0x18e64e7b0 NSApplicationMain + 880
16 SwiftUI 0x1bee8f4f0 specialized runApp(_:) + 140
17 SwiftUI 0x1bf2453a0 runApp<A>(_:) + 104
18 SwiftUI 0x1bf511240 static App.main() + 224
19 TablePro 0x10155b57c 0x100c88000 + 9254268
20 dyld 0x189ddfda4 start + 6992
Thread 1:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x18a157c34 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x18a16a574 mach_msg2_internal + 76
2 libsystem_kernel.dylib 0x18a1609c0 mach_msg_overwrite + 480
3 libsystem_kernel.dylib 0x18a157fc0 mach_msg + 24
4 CoreFoundation 0x18a258d68 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x18a257654 __CFRunLoopRun + 1188
6 CoreFoundation 0x18a329be0 _CFRunLoopRunSpecificWithOptions + 532
7 AppKit 0x18e7a4c64 _NSEventThread + 184
8 libsystem_pthread.dylib 0x18a19bc58 _pthread_start + 136
9 libsystem_pthread.dylib 0x18a196c1c thread_start + 8
Thread 2:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x18a157c34 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x18a16a574 mach_msg2_internal + 76
2 libsystem_kernel.dylib 0x18a1609c0 mach_msg_overwrite + 480
3 libsystem_kernel.dylib 0x18a157fc0 mach_msg + 24
4 CoreFoundation 0x18a258d68 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x18a257654 __CFRunLoopRun + 1188
6 CoreFoundation 0x18a329be0 _CFRunLoopRunSpecificWithOptions + 532
7 CFNetwork 0x19073611c +[__CFN_CoreSchedulingSetRunnable _run:] + 416
8 Foundation 0x18ba9aa90 __NSThread__start__ + 732
9 libsystem_pthread.dylib 0x18a19bc58 _pthread_start + 136
10 libsystem_pthread.dylib 0x18a196c1c thread_start + 8
Thread 3:
Thread 4:
Thread 5:
Thread 6:
Thread 7 Crashed:: Dispatch queue: nio.nioTransportServices.connectionchannel
0 OracleDriver 0x11f93ee70 0x11f86c000 + 863856
1 OracleDriver 0x11f940730 0x11f86c000 + 870192
2 OracleDriver 0x11f93f8a8 0x11f86c000 + 866472
3 OracleDriver 0x11fa71348 0x11f86c000 + 2118472
4 OracleDriver 0x11fa71378 0x11f86c000 + 2118520
5 OracleDriver 0x11fa6cd50 ChannelHandlerContext.fireChannelRead(_:) + 40
6 OracleDriver 0x11f91c0ec OracleBackendMessageDecoder.decode(context:buffer:) + 244
7 OracleDriver 0x11f91d4bc 0x11f86c000 + 726204
8 OracleDriver 0x11fa7f254 0x11f86c000 + 2175572
9 OracleDriver 0x11fa7f004 0x11f86c000 + 2174980
10 OracleDriver 0x11fa7f7b4 ByteToMessageHandler.channelRead(context:data:) + 220
11 OracleDriver 0x11fa71348 0x11f86c000 + 2118472
12 OracleDriver 0x11fa6f650 ChannelPipeline._fireChannelRead0(_:) + 48
13 OracleDriver 0x11fb964f8 0x11f86c000 + 3319032
14 OracleDriver 0x11fb9ba1c 0x11f86c000 + 3340828
15 Network 0x192887fe8 0x192506000 + 3678184
16 Network 0x192889dec 0x192506000 + 3685868
17 Network 0x192887dd4 0x192506000 + 3677652
18 libdispatch.dylib 0x189feff04 _dispatch_block_async_invoke2 + 148
19 libdispatch.dylib 0x189ffa4b0 _dispatch_client_callout + 16
20 libdispatch.dylib 0x189fe9030 _dispatch_lane_serial_drain + 740
21 libdispatch.dylib 0x189fe9b64 _dispatch_lane_invoke + 448
22 libdispatch.dylib 0x189fe8e98 _dispatch_lane_serial_drain + 332
23 libdispatch.dylib 0x189fe9b64 _dispatch_lane_invoke + 448
24 libdispatch.dylib 0x189ff3e34 _dispatch_root_queue_drain_deferred_wlh + 284
25 libdispatch.dylib 0x189ff3734 _dispatch_workloop_worker_thread + 720
26 libsystem_pthread.dylib 0x18a197ec0 _pthread_wqthread + 292
27 libsystem_pthread.dylib 0x18a196c10 start_wqthread + 8
Thread 8:
Thread 9:
Thread 10:
Thread 11:
Thread 12:
Thread 13:
Thread 14:
Thread 7 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000018 x1: 0x00000001201090d8 x2: 0x0000000000000018 x3: 0x0000000200000003
x4: 0x0000000000000000 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000000
x8: 0x000000012010a000 x9: 0x000000011f93eef4 x10: 0x000000011f93da48 x11: 0x00000000000006a4
x12: 0x0000000000000001 x13: 0x0000000000000000 x14: 0x0000000000000000 x15: 0x0000000000000008
x16: 0x000000011ffe6ee8 x17: 0x000000011ffe6ee8 x18: 0x0000000000000000 x19: 0x000000016f3145c0
x20: 0x0000000000000002 x21: 0x000000016f3146e0 x22: 0x00000000000001e0 x23: 0x0000000000000000
x24: 0x00000001200a2010 x25: 0x0000000abb6afa20 x26: 0x00000001201090e0 x27: 0x000000016f313c70
x28: 0x0000000ab8aec000 fp: 0x000000016f3147f0 lr: 0x000000011f93d398
sp: 0x000000016f313c70 pc: 0x000000011f93ee70 cpsr: 0x80000000
far: 0x0000000000000000 esr: 0xf2000001 (Breakpoint) brk 1
Binary Images:
0x100c88000 - 0x10206bfff com.TablePro (0.27.2) <0bfd6b49-81f4-3fff-88bd-8c775ce727e3> /Applications/TablePro.app/Contents/MacOS/TablePro
0x1028bc000 - 0x10290ffff org.sparkle-project.Sparkle (2.9.0) <76717cef-e15b-3086-acee-87e1c8b99d60> /Applications/TablePro.app/Contents/Frameworks/Sparkle.framework/Versions/B/Sparkle
0x102930000 - 0x102967fff com.TablePro.TableProPluginKit (1.0) <b30c423d-8956-3f91-a264-fb4c2f377840> /Applications/TablePro.app/Contents/Frameworks/TableProPluginKit.framework/Versions/A/TableProPluginKit
0x10ebfc000 - 0x10ec07fff libobjc-trampolines.dylib (*) <a4dd56f1-375a-3540-844b-5e397f0b78b3> /usr/lib/libobjc-trampolines.dylib
0x11a458000 - 0x11accffff com.apple.AGXMetalG16X (350.38) <403800aa-b0af-3e90-99e3-2f4fc4b54053> /System/Library/Extensions/AGXMetalG16X.bundle/Contents/MacOS/AGXMetalG16X
0x119f18000 - 0x119f33fff com.apple.security.csparser (3.0) <94cbb39b-af04-3e75-85e6-d8cedf3ebd91> /System/Library/Frameworks/Security.framework/Versions/A/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x11a388000 - 0x11a3a7fff com.TablePro.SQLExportPlugin (1.0) <2c588649-a46d-3dde-995d-3ed2b11da8d1> /Applications/TablePro.app/Contents/PlugIns/SQLExport.tableplugin/Contents/MacOS/SQLExport
0x11d348000 - 0x11d707fff com.TablePro.RedisDriver (1.0) <ff12958b-4748-346d-885c-7273e6216bfa> /Applications/TablePro.app/Contents/PlugIns/RedisDriver.tableplugin/Contents/MacOS/RedisDriver
0x11dd48000 - 0x11e127fff com.TablePro.MySQLDriver (1.0) <196156b3-cddf-3ce4-94cf-463102780d47> /Applications/TablePro.app/Contents/PlugIns/MySQLDriver.tableplugin/Contents/MacOS/MySQLDriver
0x11e78c000 - 0x11eb97fff com.TablePro.MSSQLDriver (1.0) <8008906b-6055-34ea-9ab6-a328b9416e75> /Applications/TablePro.app/Contents/PlugIns/MSSQLDriver.tableplugin/Contents/MacOS/MSSQLDriver
0x11a310000 - 0x11a327fff com.TablePro.SQLiteDriver (1.0) <bfdb474e-ca1f-3ea5-9839-03b2380119d3> /Applications/TablePro.app/Contents/PlugIns/SQLiteDriver.tableplugin/Contents/MacOS/SQLiteDriver
0x11e260000 - 0x11e64bfff com.TablePro.PostgreSQLDriver (1.0) <4b4704d9-b46a-3f11-bd2c-8c84d2cdc0f6> /Applications/TablePro.app/Contents/PlugIns/PostgreSQLDriver.tableplugin/Contents/MacOS/PostgreSQLDriver
0x11a34c000 - 0x11a35ffff com.TablePro.MQLExportPlugin (1.0) <4a220e87-80ab-32c7-bcef-2e7b38819540> /Applications/TablePro.app/Contents/PlugIns/MQLExport.tableplugin/Contents/MacOS/MQLExport
0x11a3d0000 - 0x11a3dffff com.TablePro.JSONExportPlugin (1.0) <c09c71a1-7ab4-398f-8c92-926f9d7f430f> /Applications/TablePro.app/Contents/PlugIns/JSONExport.tableplugin/Contents/MacOS/JSONExport
0x11a404000 - 0x11a417fff com.TablePro.XLSXExportPlugin (1.0) <b638de17-c692-3765-948b-f7c096ad9691> /Applications/TablePro.app/Contents/PlugIns/XLSXExport.tableplugin/Contents/MacOS/XLSXExport
0x11ceac000 - 0x11cecffff com.TablePro.ClickHouseDriver (1.0) <86cbd8b4-c803-349b-b675-13a655392cde> /Applications/TablePro.app/Contents/PlugIns/ClickHouseDriver.tableplugin/Contents/MacOS/ClickHouseDriver
0x11ce60000 - 0x11ce6ffff com.TablePro.SQLImportPlugin (1.0) <86cc0150-c28c-30f5-9eaf-e463dfbdeb80> /Applications/TablePro.app/Contents/PlugIns/SQLImport.tableplugin/Contents/MacOS/SQLImport
0x11cf38000 - 0x11cf4ffff com.TablePro.CSVExportPlugin (1.0) <bbf0f18e-2cf1-3fc5-a09b-107aef41a15d> /Applications/TablePro.app/Contents/PlugIns/CSVExport.tableplugin/Contents/MacOS/CSVExport
0x11f86c000 - 0x12008ffff com.TablePro.OracleDriver (1.0) <aec882e2-9955-3fbd-84ff-5dbde756632c> /Users/USER/Library/Application Support/TablePro/*/OracleDriver
0x18a157000 - 0x18a19428f libsystem_kernel.dylib (*) <51565b39-f595-3e96-a217-fef29815057a> /usr/lib/system/libsystem_kernel.dylib
0x18a1db000 - 0x18a738c5f com.apple.CoreFoundation (6.9) <04941709-2330-3bf8-9213-6d33964db448> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x196f6f000 - 0x19726a05f com.apple.HIToolbox (2.1.1) <bcb81496-c81f-3d3e-a617-ccca047989e0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x18e64a000 - 0x18fd6cabf com.apple.AppKit (6.9) <59e23bd5-d01e-305a-b96f-a5790356049a> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x1bed84000 - 0x1c04cd73f com.apple.SwiftUI (7.4.27) <4600d6f5-77b3-33c5-969c-3b38dfa4169e> /System/Library/Frameworks/SwiftUI.framework/Versions/A/SwiftUI
0x189dc0000 - 0x189e65ec7 dyld (*) <9f682dcf-340c-3bfa-bcdd-dd702f30313e> /usr/lib/dyld
0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
0x18a195000 - 0x18a1a1b3b libsystem_pthread.dylib (*) <e7a73008-0c09-31e3-9dd9-0c61652f0e85> /usr/lib/system/libsystem_pthread.dylib
0x1904f0000 - 0x1908a4f1f com.apple.CFNetwork (1.0) <3d8050b5-4263-3729-ad04-df521a24cac9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x18ba47000 - 0x18ca291df com.apple.Foundation (6.9) <8e9a5c62-7e95-3047-81e7-735ae1aee5f8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x192506000 - 0x193d1ecff com.apple.Network (1.0) <66b895af-cee8-378f-abd8-d4f9738476ca> /System/Library/Frameworks/Network.framework/Versions/A/Network
0x189fdf000 - 0x18a02623f libdispatch.dylib (*) <e17aa23f-db2a-3302-b14c-f6b08c540fcf> /usr/lib/system/libdispatch.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 2
thread_create: 0
thread_set_state: 44
VM Region Summary:
ReadOnly portion of Libraries: Total=1.8G resident=0K(0%) swapped_out_or_unallocated=1.8G(100%)
Writable regions: Total=326.9M written=785K(0%) resident=785K(0%) swapped_out=0K(0%) unallocated=326.1M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 256K 2
Activity Tracing 256K 1
AttributeGraph Data 1024K 1
CG image 560K 12
ColorSync 16K 1
CoreAnimation 3088K 169
CoreGraphics 80K 4
CoreUI image data 400K 7
Dispatch continuations 112.0M 1
Foundation 48K 2
Kernel Alloc Once 32K 1
MALLOC 190.0M 57
MALLOC guard page 3632K 4
SQLite page cache 512K 4
STACK GUARD 56.2M 15
Stack 15.4M 15
VM_ALLOCATE 3328K 17
__AUTH 6073K 641
__AUTH_CONST 90.1M 1030
__CTF 824 1
__DATA 38.9M 1009
__DATA_CONST 37.5M 1053
__DATA_DIRTY 8437K 887
__FONT_DATA 2352 1
__LINKEDIT 582.3M 20
__LLVM_COV 2912K 14
__OBJC_RO 79.1M 1
__OBJC_RW 2597K 1
__TEXT 1.2G 1076
__TPRO_CONST 128K 2
mapped file 469.4M 61
page table in kernel 785K 1
shared memory 2416K 15
=========== ======= =======
TOTAL 2.9G 6126
-----------
Full Report
-----------
{"app_name":"TablePro","timestamp":"2026-04-03 10:55:06.00 +0300","app_version":"0.27.2","slice_uuid":"0bfd6b49-81f4-3fff-88bd-8c775ce727e3","build_version":"55","platform":1,"bundleID":"com.TablePro","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 26.4 (25E246)","roots_installed":0,"name":"TablePro","incident_id":"9F52E0C3-E3B2-43C1-941A-FDC1E0E6DD48"}
{
"uptime" : 210000,
"procRole" : "Foreground",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "Mac16,7",
"coalitionID" : 20277,
"osVersion" : {
"train" : "macOS 26.4",
"build" : "25E246",
"releaseType" : "User"
},
"captureTime" : "2026-04-03 10:55:05.9498 +0300",
"codeSigningMonitor" : 2,
"incident" : "9F52E0C3-E3B2-43C1-941A-FDC1E0E6DD48",
"pid" : 49132,
"translated" : false,
"cpuType" : "ARM-64",
"procLaunch" : "2026-04-03 10:51:13.6816 +0300",
"procStartAbsTime" : 5167794198429,
"procExitAbsTime" : 5173368580733,
"procName" : "TablePro",
"procPath" : "\/Applications\/TablePro.app\/Contents\/MacOS\/TablePro",
"bundleInfo" : {"CFBundleShortVersionString":"0.27.2","CFBundleVersion":"55","CFBundleIdentifier":"com.TablePro"},
"storeInfo" : {"deviceIdentifierForVendor":"BF747BA2-A57E-5098-A34F-2B6CEADF7730","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "com.TablePro",
"crashReporterKey" : "C6A0E3AD-44A0-5947-21CC-C9AA8E349BF1",
"appleIntelligenceStatus" : {"state":"unavailable","reasons":["notOptedIn","assetIsNotReady"]},
"developerMode" : 1,
"codeSigningID" : "com.TablePro",
"codeSigningTeamID" : "D7HJ5TFYCU",
"codeSigningFlags" : 570512129,
"codeSigningValidationCategory" : 6,
"codeSigningTrustLevel" : 4294967295,
"codeSigningAuxiliaryInfo" : 0,
"instructionByteStream" : {"beforePC":"IAAg1CAAINQgACDUIAAg1CAAINQgACDUIAAg1CAAINQgACDUIAAg1A==","atPC":"IAAg1CAAINQgACDUIAAg1CAAINQgACDUIAAg1CAAINQgACDUIAAg1A=="},
"bootSessionUUID" : "C210C63A-B9A6-450B-B93D-3353D604B698",
"wakeTime" : 6387,
"sleepWakeUUID" : "F4DB2680-7B8F-4543-B788-B7C787A85E80",
"sip" : "enabled",
"exception" : {"codes":"0x0000000000000001, 0x000000011f93ee70","rawCodes":[1,4824755824],"type":"EXC_BREAKPOINT","signal":"SIGTRAP"},
"termination" : {"flags":0,"code":5,"namespace":"SIGNAL","indicator":"Trace\/BPT trap: 5","byProc":"exc handler","byPid":49132},
"os_fault" : {"process":"TablePro"},
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":44,"task_for_pid":2},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
"faultingThread" : 7,
"threads" : [{"id":3605517,"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":52926881988608},{"value":0},{"value":52926881988608},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":12323},{"value":20890720932608},{"value":18446744073709551569},{"value":8445093424},{"value":0},{"value":4294967295},{"value":2},{"value":52926881988608},{"value":0},{"value":52926881988608},{"value":21592279046},{"value":6158769544},{"value":8589934592},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6611707252},"cpsr":{"value":0},"fp":{"value":6158769392},"sp":{"value":6158769312},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6611631156},"far":{"value":0}},"queue":"com.apple.main-thread","frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":19},{"imageOffset":79220,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":19},{"imageOffset":39360,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":19},{"imageOffset":4032,"symbol":"mach_msg","symbolLocation":24,"imageIndex":19},{"imageOffset":515432,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":20},{"imageOffset":509524,"symbol":"__CFRunLoopRun","symbolLocation":1188,"imageIndex":20},{"imageOffset":1371104,"symbol":"_CFRunLoopRunSpecificWithOptions","symbolLocation":532,"imageIndex":20},{"imageOffset":775520,"symbol":"RunCurrentEventLoopInMode","symbolLocation":320,"imageIndex":21},{"imageOffset":788668,"symbol":"ReceiveNextEventCommon","symbolLocation":488,"imageIndex":21},{"imageOffset":2400572,"symbol":"_BlockUntilNextEventMatchingListInMode","symbolLocation":48,"imageIndex":21},{"imageOffset":7229860,"symbol":"_DPSBlockUntilNextEventMatchingListInMode","symbolLocation":228,"imageIndex":22},{"imageOffset":233604,"symbol":"_DPSNextEvent","symbolLocation":576,"imageIndex":22},{"imageOffset":12379804,"symbol":"-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":688,"imageIndex":22},{"imageOffset":12379048,"symbol":"-[NSApplication(NSEventRouting) nextEventMatchingMask:untilDate:inMode:dequeue:]","symbolLocation":72,"imageIndex":22},{"imageOffset":180540,"symbol":"-[NSApplication run]","symbolLocation":368,"imageIndex":22},{"imageOffset":18352,"symbol":"NSApplicationMain","symbolLocation":880,"imageIndex":22},{"imageOffset":1094896,"symbol":"specialized runApp(_:)","symbolLocation":140,"imageIndex":23},{"imageOffset":4985760,"symbol":"runApp<A>(_:)","symbolLocation":104,"imageIndex":23},{"imageOffset":7918144,"symbol":"static App.main()","symbolLocation":224,"imageIndex":23},{"imageOffset":9254268,"imageIndex":0},{"imageOffset":130468,"symbol":"start","symbolLocation":6992,"imageIndex":24}]},{"id":3605535,"name":"com.apple.NSEventThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":128655745351680},{"value":0},{"value":128655745351680},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":29955},{"value":0},{"value":18446744073709551569},{"value":8445093424},{"value":0},{"value":4294967295},{"value":2},{"value":128655745351680},{"value":0},{"value":128655745351680},{"value":21592279046},{"value":6161621128},{"value":8589934592},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6611707252},"cpsr":{"value":0},"fp":{"value":6161620976},"sp":{"value":6161620896},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6611631156},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":19},{"imageOffset":79220,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":19},{"imageOffset":39360,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":19},{"imageOffset":4032,"symbol":"mach_msg","symbolLocation":24,"imageIndex":19},{"imageOffset":515432,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":20},{"imageOffset":509524,"symbol":"__CFRunLoopRun","symbolLocation":1188,"imageIndex":20},{"imageOffset":1371104,"symbol":"_CFRunLoopRunSpecificWithOptions","symbolLocation":532,"imageIndex":20},{"imageOffset":1420388,"symbol":"_NSEventThread","symbolLocation":184,"imageIndex":22},{"imageOffset":27736,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":26},{"imageOffset":7196,"symbol":"thread_start","symbolLocation":8,"imageIndex":26}]},{"id":3605736,"name":"com.apple.NSURLConnectionLoader","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":84692460109824},{"value":0},{"value":84692460109824},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":19719},{"value":0},{"value":18446744073709551569},{"value":8445093424},{"value":0},{"value":4294967295},{"value":2},{"value":84692460109824},{"value":0},{"value":84692460109824},{"value":21592279046},{"value":6159899976},{"value":8589934592},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6611707252},"cpsr":{"value":0},"fp":{"value":6159899824},"sp":{"value":6159899744},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6611631156},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":19},{"imageOffset":79220,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":19},{"imageOffset":39360,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":19},{"imageOffset":4032,"symbol":"mach_msg","symbolLocation":24,"imageIndex":19},{"imageOffset":515432,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":20},{"imageOffset":509524,"symbol":"__CFRunLoopRun","symbolLocation":1188,"imageIndex":20},{"imageOffset":1371104,"symbol":"_CFRunLoopRunSpecificWithOptions","symbolLocation":532,"imageIndex":20},{"imageOffset":2384156,"symbol":"+[__CFN_CoreSchedulingSetRunnable _run:]","symbolLocation":416,"imageIndex":27},{"imageOffset":342672,"symbol":"__NSThread__start__","symbolLocation":732,"imageIndex":28},{"imageOffset":27736,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":26},{"imageOffset":7196,"symbol":"thread_start","symbolLocation":8,"imageIndex":26}]},{"id":3606640,"frames":[],"threadState":{"x":[{"value":6169653248},{"value":128259},{"value":6169116672},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6169653248},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6611889160},"far":{"value":0}}},{"id":3606744,"frames":[],"threadState":{"x":[{"value":6161051648},{"value":76375},{"value":6160515072},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6161051648},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6611889160},"far":{"value":0}}},{"id":3606746,"frames":[],"threadState":{"x":[{"value":6163345408},{"value":92715},{"value":6162808832},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6163345408},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6611889160},"far":{"value":0}}},{"id":3607354,"frames":[],"threadState":{"x":[{"value":6159331328},{"value":91411},{"value":6158794752},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6159331328},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6611889160},"far":{"value":0}}},{"triggered":true,"id":3607356,"threadState":{"x":[{"value":24},{"value":4832923864,"symbolLocation":1144,"symbol":"protocol witness table for OracleTransactionConnection"},{"value":24},{"value":8589934595},{"value":0},{"value":0},{"value":0},{"value":0},{"value":4832927744,"symbolLocation":48,"symbol":"protocol witness table for OracleVectorBinary"},{"value":4824755956},{"value":4824750664},{"value":1700},{"value":1},{"value":0},{"value":0},{"value":8},{"value":4831735528,"symbolLocation":340,"symbol":"nominal type descriptor for OracleTransactionConnection"},{"value":4831735528,"symbolLocation":340,"symbol":"nominal type descriptor for OracleTransactionConnection"},{"value":0},{"value":6160467392},{"value":2},{"value":6160467680},{"value":480},{"value":0},{"value":4832501776,"symbolLocation":0,"symbol":"protocol witness table for StreamLogHandler"},{"value":46094023200},{"value":4832923872,"symbolLocation":1152,"symbol":"protocol witness table for OracleTransactionConnection"},{"value":6160465008},{"value":46048133120}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4824748952},"cpsr":{"value":2147483648},"fp":{"value":6160467952},"sp":{"value":6160465008},"esr":{"value":4060086273,"description":"(Breakpoint) brk 1"},"pc":{"value":4824755824,"matchesCrashFrame":1},"far":{"value":0}},"queue":"nio.nioTransportServices.connectionchannel","frames":[{"imageOffset":863856,"imageIndex":18},{"imageOffset":870192,"imageIndex":18},{"imageOffset":866472,"imageIndex":18},{"imageOffset":2118472,"imageIndex":18},{"imageOffset":2118520,"imageIndex":18},{"imageOffset":2100560,"symbol":"ChannelHandlerContext.fireChannelRead(_:)","symbolLocation":40,"imageIndex":18},{"imageOffset":721132,"symbol":"OracleBackendMessageDecoder.decode(context:buffer:)","symbolLocation":244,"imageIndex":18},{"imageOffset":726204,"imageIndex":18},{"imageOffset":2175572,"imageIndex":18},{"imageOffset":2174980,"imageIndex":18},{"imageOffset":2176948,"symbol":"ByteToMessageHandler.channelRead(context:data:)","symbolLocation":220,"imageIndex":18},{"imageOffset":2118472,"imageIndex":18},{"imageOffset":2111056,"symbol":"ChannelPipeline._fireChannelRead0(_:)","symbolLocation":48,"imageIndex":18},{"imageOffset":3319032,"imageIndex":18},{"imageOffset":3340828,"imageIndex":18},{"imageOffset":3678184,"imageIndex":29},{"imageOffset":3685868,"imageIndex":29},{"imageOffset":3677652,"imageIndex":29},{"imageOffset":69380,"symbol":"_dispatch_block_async_invoke2","symbolLocation":148,"imageIndex":30},{"imageOffset":111792,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":30},{"imageOffset":41008,"symbol":"_dispatch_lane_serial_drain","symbolLocation":740,"imageIndex":30},{"imageOffset":43876,"symbol":"_dispatch_lane_invoke","symbolLocation":448,"imageIndex":30},{"imageOffset":40600,"symbol":"_dispatch_lane_serial_drain","symbolLocation":332,"imageIndex":30},{"imageOffset":43876,"symbol":"_dispatch_lane_invoke","symbolLocation":448,"imageIndex":30},{"imageOffset":85556,"symbol":"_dispatch_root_queue_drain_deferred_wlh","symbolLocation":284,"imageIndex":30},{"imageOffset":83764,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":720,"imageIndex":30},{"imageOffset":11968,"symbol":"_pthread_wqthread","symbolLocation":292,"imageIndex":26},{"imageOffset":7184,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":26}]},{"id":3607390,"frames":[],"threadState":{"x":[{"value":6162198528},{"value":94319},{"value":6161661952},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6162198528},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6611889160},"far":{"value":0}}},{"id":3608540,"frames":[],"threadState":{"x":[{"value":6163918848},{"value":124723},{"value":6163382272},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6163918848},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6611889160},"far":{"value":0}}},{"id":3609755,"frames":[],"threadState":{"x":[{"value":6164492288},{"value":91331},{"value":6163955712},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6164492288},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6611889160},"far":{"value":0}}},{"id":3609764,"frames":[],"threadState":{"x":[{"value":6162771968},{"value":129635},{"value":6162235392},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6162771968},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6611889160},"far":{"value":0}}},{"id":3609801,"frames":[],"threadState":{"x":[{"value":6165065728},{"value":126707},{"value":6164529152},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6165065728},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6611889160},"far":{"value":0}}},{"id":3609802,"frames":[],"threadState":{"x":[{"value":6165639168},{"value":88179},{"value":6165102592},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6165639168},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6611889160},"far":{"value":0}}},{"id":3609803,"frames":[],"threadState":{"x":[{"value":6166212608},{"value":0},{"value":6165676032},{"value":0},{"value":278532},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6166212608},"esr":{"value":0},"pc":{"value":6611889160},"far":{"value":0}}}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64",
"base" : 4308107264,
"CFBundleShortVersionString" : "0.27.2",
"CFBundleIdentifier" : "com.TablePro",
"size" : 20856832,
"uuid" : "0bfd6b49-81f4-3fff-88bd-8c775ce727e3",
"path" : "\/Applications\/TablePro.app\/Contents\/MacOS\/TablePro",
"name" : "TablePro",
"CFBundleVersion" : "55"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4337680384,
"CFBundleShortVersionString" : "2.9.0",
"CFBundleIdentifier" : "org.sparkle-project.Sparkle",
"size" : 344064,
"uuid" : "76717cef-e15b-3086-acee-87e1c8b99d60",
"path" : "\/Applications\/TablePro.app\/Contents\/Frameworks\/Sparkle.framework\/Versions\/B\/Sparkle",
"name" : "Sparkle",
"CFBundleVersion" : "2053"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4338155520,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.TablePro.TableProPluginKit",
"size" : 229376,
"uuid" : "b30c423d-8956-3f91-a264-fb4c2f377840",
"path" : "\/Applications\/TablePro.app\/Contents\/Frameworks\/TableProPluginKit.framework\/Versions\/A\/TableProPluginKit",
"name" : "TableProPluginKit",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4542414848,
"size" : 49152,
"uuid" : "a4dd56f1-375a-3540-844b-5e397f0b78b3",
"path" : "\/usr\/lib\/libobjc-trampolines.dylib",
"name" : "libobjc-trampolines.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4735729664,
"CFBundleShortVersionString" : "350.38",
"CFBundleIdentifier" : "com.apple.AGXMetalG16X",
"size" : 8880128,
"uuid" : "403800aa-b0af-3e90-99e3-2f4fc4b54053",
"path" : "\/System\/Library\/Extensions\/AGXMetalG16X.bundle\/Contents\/MacOS\/AGXMetalG16X",
"name" : "AGXMetalG16X",
"CFBundleVersion" : "350.38"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4730224640,
"CFBundleShortVersionString" : "3.0",
"CFBundleIdentifier" : "com.apple.security.csparser",
"size" : 114688,
"uuid" : "94cbb39b-af04-3e75-85e6-d8cedf3ebd91",
"path" : "\/System\/Library\/Frameworks\/Security.framework\/Versions\/A\/PlugIns\/csparser.bundle\/Contents\/MacOS\/csparser",
"name" : "csparser",
"CFBundleVersion" : "61901.101.4"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4734877696,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.TablePro.SQLExportPlugin",
"size" : 131072,
"uuid" : "2c588649-a46d-3dde-995d-3ed2b11da8d1",
"path" : "\/Applications\/TablePro.app\/Contents\/PlugIns\/SQLExport.tableplugin\/Contents\/MacOS\/SQLExport",
"name" : "SQLExport",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4784947200,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.TablePro.RedisDriver",
"size" : 3932160,
"uuid" : "ff12958b-4748-346d-885c-7273e6216bfa",
"path" : "\/Applications\/TablePro.app\/Contents\/PlugIns\/RedisDriver.tableplugin\/Contents\/MacOS\/RedisDriver",
"name" : "RedisDriver",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4795432960,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.TablePro.MySQLDriver",
"size" : 4063232,
"uuid" : "196156b3-cddf-3ce4-94cf-463102780d47",
"path" : "\/Applications\/TablePro.app\/Contents\/PlugIns\/MySQLDriver.tableplugin\/Contents\/MacOS\/MySQLDriver",
"name" : "MySQLDriver",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4806197248,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.TablePro.MSSQLDriver",
"size" : 4243456,
"uuid" : "8008906b-6055-34ea-9ab6-a328b9416e75",
"path" : "\/Applications\/TablePro.app\/Contents\/PlugIns\/MSSQLDriver.tableplugin\/Contents\/MacOS\/MSSQLDriver",
"name" : "MSSQLDriver",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4734386176,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.TablePro.SQLiteDriver",
"size" : 98304,
"uuid" : "bfdb474e-ca1f-3ea5-9839-03b2380119d3",
"path" : "\/Applications\/TablePro.app\/Contents\/PlugIns\/SQLiteDriver.tableplugin\/Contents\/MacOS\/SQLiteDriver",
"name" : "SQLiteDriver",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4800774144,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.TablePro.PostgreSQLDriver",
"size" : 4112384,
"uuid" : "4b4704d9-b46a-3f11-bd2c-8c84d2cdc0f6",
"path" : "\/Applications\/TablePro.app\/Contents\/PlugIns\/PostgreSQLDriver.tableplugin\/Contents\/MacOS\/PostgreSQLDriver",
"name" : "PostgreSQLDriver",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4734631936,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.TablePro.MQLExportPlugin",
"size" : 81920,
"uuid" : "4a220e87-80ab-32c7-bcef-2e7b38819540",
"path" : "\/Applications\/TablePro.app\/Contents\/PlugIns\/MQLExport.tableplugin\/Contents\/MacOS\/MQLExport",
"name" : "MQLExport",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4735172608,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.TablePro.JSONExportPlugin",
"size" : 65536,
"uuid" : "c09c71a1-7ab4-398f-8c92-926f9d7f430f",
"path" : "\/Applications\/TablePro.app\/Contents\/PlugIns\/JSONExport.tableplugin\/Contents\/MacOS\/JSONExport",
"name" : "JSONExport",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4735385600,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.TablePro.XLSXExportPlugin",
"size" : 81920,
"uuid" : "b638de17-c692-3765-948b-f7c096ad9691",
"path" : "\/Applications\/TablePro.app\/Contents\/PlugIns\/XLSXExport.tableplugin\/Contents\/MacOS\/XLSXExport",
"name" : "XLSXExport",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4780113920,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.TablePro.ClickHouseDriver",
"size" : 147456,
"uuid" : "86cbd8b4-c803-349b-b675-13a655392cde",
"path" : "\/Applications\/TablePro.app\/Contents\/PlugIns\/ClickHouseDriver.tableplugin\/Contents\/MacOS\/ClickHouseDriver",
"name" : "ClickHouseDriver",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4779802624,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.TablePro.SQLImportPlugin",
"size" : 65536,
"uuid" : "86cc0150-c28c-30f5-9eaf-e463dfbdeb80",
"path" : "\/Applications\/TablePro.app\/Contents\/PlugIns\/SQLImport.tableplugin\/Contents\/MacOS\/SQLImport",
"name" : "SQLImport",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4780687360,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.TablePro.CSVExportPlugin",
"size" : 98304,
"uuid" : "bbf0f18e-2cf1-3fc5-a09b-107aef41a15d",
"path" : "\/Applications\/TablePro.app\/Contents\/PlugIns\/CSVExport.tableplugin\/Contents\/MacOS\/CSVExport",
"name" : "CSVExport",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4823891968,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.TablePro.OracleDriver",
"size" : 8536064,
"uuid" : "aec882e2-9955-3fbd-84ff-5dbde756632c",
"path" : "\/Users\/USER\/Library\/Application Support\/TablePro\/*\/OracleDriver",
"name" : "OracleDriver",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6611628032,
"size" : 250512,
"uuid" : "51565b39-f595-3e96-a217-fef29815057a",
"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6612168704,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 5626976,
"uuid" : "04941709-2330-3bf8-9213-6d33964db448",
"path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "4424.1.402"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6827732992,
"CFBundleShortVersionString" : "2.1.1",
"CFBundleIdentifier" : "com.apple.HIToolbox",
"size" : 3125344,
"uuid" : "bcb81496-c81f-3d3e-a617-ccca047989e0",
"path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
"name" : "HIToolbox"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6683926528,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 24259264,
"uuid" : "59e23bd5-d01e-305a-b96f-a5790356049a",
"path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2685.50.120"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7496810496,
"CFBundleShortVersionString" : "7.4.27",
"CFBundleIdentifier" : "com.apple.SwiftUI",
"size" : 24418112,
"uuid" : "4600d6f5-77b3-33c5-969c-3b38dfa4169e",
"path" : "\/System\/Library\/Frameworks\/SwiftUI.framework\/Versions\/A\/SwiftUI",
"name" : "SwiftUI",
"CFBundleVersion" : "7.4.27"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6607863808,
"size" : 679624,
"uuid" : "9f682dcf-340c-3bfa-bcdd-dd702f30313e",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
},
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6611881984,
"size" : 52028,
"uuid" : "e7a73008-0c09-31e3-9dd9-0c61652f0e85",
"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6716063744,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.CFNetwork",
"size" : 3886880,
"uuid" : "3d8050b5-4263-3729-ad04-df521a24cac9",
"path" : "\/System\/Library\/Frameworks\/CFNetwork.framework\/Versions\/A\/CFNetwork",
"name" : "CFNetwork",
"CFBundleVersion" : "3860.500.112"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6637776896,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.Foundation",
"size" : 16654816,
"uuid" : "8e9a5c62-7e95-3047-81e7-735ae1aee5f8",
"path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
"name" : "Foundation",
"CFBundleVersion" : "4424.1.402"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6749708288,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.Network",
"size" : 25267456,
"uuid" : "66b895af-cee8-378f-abd8-d4f9738476ca",
"path" : "\/System\/Library\/Frameworks\/Network.framework\/Versions\/A\/Network",
"name" : "Network",
"CFBundleVersion" : "5812.101.2"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6610087936,
"size" : 291392,
"uuid" : "e17aa23f-db2a-3302-b14c-f6b08c540fcf",
"path" : "\/usr\/lib\/system\/libdispatch.dylib",
"name" : "libdispatch.dylib"
}
],
"sharedCache" : {
"base" : 6606733312,
"size" : 5978570752,
"uuid" : "7d4906c9-9ca2-3f56-8242-3ec2c1e3245b"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=1.8G resident=0K(0%) swapped_out_or_unallocated=1.8G(100%)\nWritable regions: Total=326.9M written=785K(0%) resident=785K(0%) swapped_out=0K(0%) unallocated=326.1M(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 256K 2 \nActivity Tracing 256K 1 \nAttributeGraph Data 1024K 1 \nCG image 560K 12 \nColorSync 16K 1 \nCoreAnimation 3088K 169 \nCoreGraphics 80K 4 \nCoreUI image data 400K 7 \nDispatch continuations 112.0M 1 \nFoundation 48K 2 \nKernel Alloc Once 32K 1 \nMALLOC 190.0M 57 \nMALLOC guard page 3632K 4 \nSQLite page cache 512K 4 \nSTACK GUARD 56.2M 15 \nStack 15.4M 15 \nVM_ALLOCATE 3328K 17 \n__AUTH 6073K 641 \n__AUTH_CONST 90.1M 1030 \n__CTF 824 1 \n__DATA 38.9M 1009 \n__DATA_CONST 37.5M 1053 \n__DATA_DIRTY 8437K 887 \n__FONT_DATA 2352 1 \n__LINKEDIT 582.3M 20 \n__LLVM_COV 2912K 14 \n__OBJC_RO 79.1M 1 \n__OBJC_RW 2597K 1 \n__TEXT 1.2G 1076 \n__TPRO_CONST 128K 2 \nmapped file 469.4M 61 \npage table in kernel 785K 1 \nshared memory 2416K 15 \n=========== ======= ======= \nTOTAL 2.9G 6126 \n",
"legacyInfo" : {
"threadTriggered" : {
"queue" : "nio.nioTransportServices.connectionchannel"
}
},
"logWritingSignature" : "5819dc85c4d74a13c39ca6b9763eda5f0f77e54e",
"bug_type" : "309",
"roots_installed" : 0,
"trmStatus" : 1,
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "63508950b3714d3622fc77f7",
"factorPackIds" : [
"6526e111d0c9ce2f459b54a8"
],
"deploymentId" : 240000015
},
{
"rolloutId" : "644114de41e7236e6177f9bd",
"factorPackIds" : [
],
"deploymentId" : 240000013
}
],
"experiments" : [
]
}
}
Model: Mac16,7, BootROM 18000.101.7, proc 14:10:4:0 processors, 48 GB, SMC
Graphics: Apple M4 Pro, Apple M4 Pro, Built-In
Display: VG2719-2K, 2560 x 1440 (QHD/WQHD - Wide Quad High Definition), Main, MirrorOff, Online
Display: Color LCD, 3456 x 2234 Retina, MirrorOff, Online
Memory Module: LPDDR5, Hynix
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4388), wl0: Feb 2 2026 19:18:30 version 23.50.20.0.41.51.208 FWID 01-ef259bc2
IO80211_driverkit-1555.23 "IO80211_driverkit-1555.23" Mar 5 2026 21:45:55
AirPort:
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Network Service: Tailscale, VPN (io.tailscale.ipn.macos), utun6
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working