SQLPro for postgres crashes when opening settings
Describe the bug
When I try to open the settings screen the app just closes (I guess it crashes, but I'm not sure where to find logs). This happens both when I select the Settings menu item, and when I press cmd+,
To Reproduce
- open SQLPro for Postgres
- open settings
Expected behavior See the settings screen
Environment details (please complete the following information):
- Device: 2021 macbook Pro with m1 Max
- OS: macos Sonoma 14.2
- SQLPro app Version: SQLPro for Postgres Version 2024.21 (Build 1047899.5)
- Installation source: App Store
- Target database server Postgres
Additional context Add any other context about the problem here.
A build has been submitted which should sort this. It should be available in about 24 hours or so.
Latest build is up and should have this all sorted. If you get the chance, please let me know if you still have any issues or if this is good to be closed.
Unfortunately, this is still happening for me on Version 2024.23 (Build 1047901.5) — M1 Pro MBP on macOS 14.4.1
I'm able to open the settings window without an immediate crash, but there are a handful of bugs:
- The window doesn't size itself correctly when initially opened. If I switch to the "Appearance" tab then back to the "General" tab, it will resize itself correctly:
- Switching to the "Appearance" tab results in an empty window:
- Switching to the "Keyboard" or "Formatting" tab causes the window to animate its height and width down to nothing, at which point the window disappears entirely. After this occurs, I cannot re-open settings unless I quit the app and relaunch.
- Switching to the security tab causes the window to disappear instantly (there is no width/height animation). After this happens, I have to re-launch the app to reopen the settings window.
I use this for work, and I'd really like to be able to change a few settings. Please let me know if there's any additional information that I can provide that would be helpful.
I'm on an M3 Pro running Sonoma 14.4.1 (23E224) and I'm using Version 2024.23 (Build 1047901.5) of the app.
The last time it was crashing for me, I didn't get a crash report, now I did
Translated Report (Full Report Below)
Process: SQLPro for Postgres [77076] Path: /Applications/SQLPro for Postgres.app/Contents/MacOS/SQLPro for Postgres Identifier: com.hankinsoft.osx.SQLProPostgres Version: 2024.23 (1047901.5) App Item ID: 976140091 App External ID: 865211732 Code Type: ARM-64 (Native) Parent Process: launchd [1] User ID: 501
Date/Time: 2024-05-08 18:29:47.1487 +0200 OS Version: macOS 14.2 (23C5030f) Report Version: 12 Anonymous UUID: 026E1BC5-AD7F-7168-78D8-6A5A3C8E21F7
Sleep/Wake UUID: E39FFE04-F225-480C-A52B-FF2B3EE392BA
Time Awake Since Boot: 800000 seconds Time Since Wake: 47745 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information: abort() called
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x1890b90bc __pthread_kill + 8 1 libsystem_pthread.dylib 0x1890f0cc0 pthread_kill + 288 2 libsystem_c.dylib 0x188ffca40 abort + 180 3 SQLPro for Postgres 0x104742100 0x1046d4000 + 450816 4 SQLPro for Postgres 0x10473fd70 0x1046d4000 + 441712 5 SQLPro for Postgres 0x1046ec798 0x1046d4000 + 100248 6 SQLPro for Postgres 0x1046e8218 0x1046d4000 + 82456 7 SQLPro for Postgres 0x1046e8388 0x1046d4000 + 82824 8 AppKit 0x18cdcd014 -[NSApplication _handleEvent:] + 60 9 AppKit 0x18c998ab4 -[NSApplication run] + 512 10 AppKit 0x18c96fd58 NSApplicationMain + 880 11 dyld 0x188d710e0 start + 2360
Thread 1:: Dispatch queue: com.hankinsoft.osx.mainthreadchecker 0 libsystem_kernel.dylib 0x1890b3e48 __semwait_signal + 8 1 libsystem_c.dylib 0x188f932f8 nanosleep + 220 2 Foundation 0x18a34d364 +[NSThread sleepForTimeInterval:] + 160 3 HSShared 0x104d10630 __28-[HSMainThreadChecker start]_block_invoke + 52 4 libdispatch.dylib 0x188f3dcb8 _dispatch_call_block_and_release + 32 5 libdispatch.dylib 0x188f3f910 _dispatch_client_callout + 20 6 libdispatch.dylib 0x188f46ea4 _dispatch_lane_serial_drain + 748 7 libdispatch.dylib 0x188f479d4 _dispatch_lane_invoke + 380 8 libdispatch.dylib 0x188f5261c _dispatch_root_queue_drain_deferred_wlh + 288 9 libdispatch.dylib 0x188f51e90 _dispatch_workloop_worker_thread + 404 10 libsystem_pthread.dylib 0x1890ed114 _pthread_wqthread + 288 11 libsystem_pthread.dylib 0x1890ebe30 start_wqthread + 8
Thread 2: 0 libsystem_kernel.dylib 0x1890b0854 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1890c2cd0 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x1890b9490 mach_msg_overwrite + 476 3 libsystem_kernel.dylib 0x1890b0bd8 mach_msg + 24 4 SQLPro for Postgres 0x10473a33c 0x1046d4000 + 418620 5 libsystem_pthread.dylib 0x1890f1034 _pthread_start + 136 6 libsystem_pthread.dylib 0x1890ebe3c thread_start + 8
Thread 3:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x1890b0854 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1890c2cd0 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x1890b9490 mach_msg_overwrite + 476 3 libsystem_kernel.dylib 0x1890b0bd8 mach_msg + 24 4 CoreFoundation 0x1891cee84 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x1891cd74c __CFRunLoopRun + 1208 6 CoreFoundation 0x1891ccc3c CFRunLoopRunSpecific + 608 7 AppKit 0x18caceda8 _NSEventThread + 144 8 libsystem_pthread.dylib 0x1890f1034 _pthread_start + 136 9 libsystem_pthread.dylib 0x1890ebe3c thread_start + 8
Thread 4:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x1890b0854 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x1890c2cd0 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x1890b9490 mach_msg_overwrite + 476 3 libsystem_kernel.dylib 0x1890b0bd8 mach_msg + 24 4 CoreFoundation 0x1891cee84 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x1891cd74c __CFRunLoopRun + 1208 6 CoreFoundation 0x1891ccc3c CFRunLoopRunSpecific + 608 7 CFNetwork 0x18e5b4300 0x18e357000 + 2478848 8 Foundation 0x18a2cefb4 NSThread__start + 716 9 libsystem_pthread.dylib 0x1890f1034 _pthread_start + 136 10 libsystem_pthread.dylib 0x1890ebe3c thread_start + 8
Thread 5: 0 libsystem_pthread.dylib 0x1890ebe28 start_wqthread + 0
Thread 6: 0 libsystem_pthread.dylib 0x1890ebe28 start_wqthread + 0
Thread 7: 0 libsystem_pthread.dylib 0x1890ebe28 start_wqthread + 0
Thread 8: 0 libsystem_pthread.dylib 0x1890ebe28 start_wqthread + 0
Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x0000000000000010 x5: 0x0000000000000020 x6: 0x00006000009e0f00 x7: 0x0000000000000001 x8: 0xdca51eeb6ee6ae1f x9: 0xdca51eea8eea25df x10: 0x000060003a601ab9 x11: 0x0000000000000003 x12: 0x0000000000000001 x13: 0x0000600002d85e80 x14: 0x04000001e00e6b41 x15: 0x00000001e00e6b40 x16: 0x0000000000000148 x17: 0x00000001e912fa30 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x00000001e00c8bc0 x21: 0x0000000000000103 x22: 0x00000001e00c8ca0 x23: 0x0000000000000000 x24: 0x0000000000000000 x25: 0x0000000000000110 x26: 0x00000001e05d7000 x27: 0x00000001e05d7000 x28: 0x00000001e05de000 fp: 0x000000016b72b660 lr: 0x00000001890f0cc0 sp: 0x000000016b72b640 pc: 0x00000001890b90bc cpsr: 0x40001000 far: 0x0000000000000000 esr: 0x56000080 Address size fault
Binary Images:
0x106db8000 - 0x106dbbfff com.apple.icloud.drive.fileprovider.override (1.0) <671d42b4-768c-34c7-bb59-8507e4b5d78b> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/iCloudDriveFileProviderOverride.bundle/Contents/MacOS/iCloudDriveFileProviderOverride
0x107e68000 - 0x107e87fff com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride (14.2)
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: 45 thread_create: 0 thread_set_state: 1422
VM Region Summary: ReadOnly portion of Libraries: Total=1.6G resident=0K(0%) swapped_out_or_unallocated=1.6G(100%) Writable regions: Total=1.9G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.9G(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 256K 2 Activity Tracing 256K 1 CG image 2048K 60 CG raster data 96K 3 ColorSync 544K 28 CoreAnimation 9792K 274 CoreGraphics 32K 2 CoreImage 64K 4 CoreUI image data 5536K 45 Foundation 48K 2 Image IO 16K 1 Kernel Alloc Once 32K 1 MALLOC 1.9G 73 MALLOC guard page 288K 18 SQLite page cache 384K 3 STACK GUARD 56.1M 9 Stack 12.2M 9 VM_ALLOCATE 400K 14 __AUTH 2086K 386 __AUTH_CONST 31.1M 602 __CTF 824 1 __DATA 14.8M 613 __DATA_CONST 31.4M 631 __DATA_DIRTY 1953K 223 __FONT_DATA 4K 1 __INFO_FILTER 8 1 __LINKEDIT 896.8M 24 __OBJC_RO 71.1M 1 __OBJC_RW 2167K 1 __TEXT 694.8M 648 dyld private memory 272K 2 libnetwork 128K 8 mapped file 298.0M 277 shared memory 1024K 23 =========== ======= ======= TOTAL 4.0G 3991
Full Report
{"app_name":"SQLPro for Postgres","timestamp":"2024-05-08 18:29:50.00 +0200","app_version":"2024.23","slice_uuid":"020be91c-8627-3efe-a517-2565dd5c7ae0","adam_id":"976140091","build_version":"1047901.5","platform":1,"bundleID":"com.hankinsoft.osx.SQLProPostgres","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 14.2 (23C5030f)","roots_installed":0,"name":"SQLPro for Postgres","incident_id":"9611F5A7-C851-4A0A-80D4-4E61CE9962CF"} { "uptime" : 800000, "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "MacBookPro18,2", "coalitionID" : 105209, "osVersion" : { "train" : "macOS 14.2", "build" : "23C5030f", "releaseType" : "User" }, "captureTime" : "2024-05-08 18:29:47.1487 +0200", "codeSigningMonitor" : 1, "incident" : "9611F5A7-C851-4A0A-80D4-4E61CE9962CF", "pid" : 77076, "translated" : false, "cpuType" : "ARM-64", "roots_installed" : 0, "bug_type" : "309", "procLaunch" : "2024-05-08 13:10:15.8085 +0200", "procStartAbsTime" : 18951971943759, "procExitAbsTime" : 19412080886675, "procName" : "SQLPro for Postgres", "procPath" : "/Applications/SQLPro for Postgres.app/Contents/MacOS/SQLPro for Postgres", "bundleInfo" : {"CFBundleShortVersionString":"2024.23","CFBundleVersion":"1047901.5","CFBundleIdentifier":"com.hankinsoft.osx.SQLProPostgres"}, "storeInfo" : {"storeCohortMetadata":"7|date=1590588000000&sf=143452&rapp=com.hankinsoft.osx.sqlpropostgreslite&pgtp=Software&pgid=976140091&ctxt=Discover","itemID":"976140091","deviceIdentifierForVendor":"A6918132-B7AC-5772-A1A5-2ED5A39D1A70","thirdParty":true,"softwareVersionExternalIdentifier":"865211732"}, "parentProc" : "launchd", "parentPid" : 1, "coalitionName" : "com.hankinsoft.osx.SQLProPostgres", "crashReporterKey" : "026E1BC5-AD7F-7168-78D8-6A5A3C8E21F7", "codeSigningID" : "com.hankinsoft.osx.SQLProPostgres", "codeSigningTeamID" : "LKJB72232C", "codeSigningFlags" : 570520337, "codeSigningValidationCategory" : 4, "codeSigningTrustLevel" : 4294967295, "instructionByteStream" : {"beforePC":"fyMD1f17v6n9AwCRXOD/l78DAJH9e8Go/w9f1sADX9YQKYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p/QMAkVHg/5e/AwCR/XvBqP8PX9bAA1/WcAqA0g=="}, "wakeTime" : 47745, "sleepWakeUUID" : "E39FFE04-F225-480C-A52B-FF2B3EE392BA", "sip" : "enabled", "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"}, "asi" : {"libsystem_c.dylib":["abort() called"]}, "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":1422,"task_for_pid":45},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "faultingThread" : 0, "threads" : [{"triggered":true,"id":70940910,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":16},{"value":32},{"value":105553126625024},{"value":1},{"value":15899148056028163615},{"value":15899148052270294495},{"value":105554095643321},{"value":3},{"value":1},{"value":105553164000896},{"value":288230384205720385,"symbolLocation":288230376151711745,"symbol":"OBJC_CLASS_$_NSCallStackArray"},{"value":8054008640,"symbolLocation":0,"symbol":"OBJC_CLASS$__NSCallStackArray"},{"value":328},{"value":8205302320},{"value":0},{"value":6},{"value":8053885888,"symbolLocation":0,"symbol":"_main_thread"},{"value":259},{"value":8053886112,"symbolLocation":224,"symbol":"_main_thread"},{"value":0},{"value":0},{"value":272},{"value":8059187200},{"value":8059187200},{"value":8059215872}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6594432192},"cpsr":{"value":1073745920},"fp":{"value":6097647200},"sp":{"value":6097647168},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6594203836,"matchesCrashFrame":1},"far":{"value":0}},"queue":"com.apple.main-thread","frames":[{"imageOffset":41148,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":23},{"imageOffset":27840,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":24},{"imageOffset":485952,"symbol":"abort","symbolLocation":180,"imageIndex":25},{"imageOffset":450816,"imageIndex":22},{"imageOffset":441712,"imageIndex":22},{"imageOffset":100248,"imageIndex":22},{"imageOffset":82456,"imageIndex":22},{"imageOffset":82824,"imageIndex":22},{"imageOffset":4595732,"symbol":"-[NSApplication handleEvent:]","symbolLocation":60,"imageIndex":26},{"imageOffset":187060,"symbol":"-[NSApplication run]","symbolLocation":512,"imageIndex":26},{"imageOffset":19800,"symbol":"NSApplicationMain","symbolLocation":880,"imageIndex":26},{"imageOffset":24800,"symbol":"start","symbolLocation":2360,"imageIndex":27}]},{"id":70940953,"threadState":{"x":[{"value":4},{"value":0},{"value":1},{"value":1},{"value":5},{"value":0},{"value":4295371938},{"value":0},{"value":8053923512,"symbolLocation":0,"symbol":"clock_sem"},{"value":3},{"value":17},{"value":7},{"value":1},{"value":105553140122240},{"value":8054021600,"symbolLocation":0,"symbol":"OBJC_METACLASS$NSThread"},{"value":8054021600,"symbolLocation":0,"symbol":"OBJC_METACLASS$_NSThread"},{"value":334},{"value":8205302368},{"value":0},{"value":0},{"value":6110242848},{"value":196610},{"value":276},{"value":6110245088},{"value":105553140174056},{"value":0},{"value":0},{"value":105553163867456},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6593000184},"cpsr":{"value":2684358656},"fp":{"value":6110242800},"sp":{"value":6110242752},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6594182728},"far":{"value":0}},"queue":"com.hankinsoft.osx.mainthreadchecker","frames":[{"imageOffset":20040,"symbol":"__semwait_signal","symbolLocation":8,"imageIndex":23},{"imageOffset":54008,"symbol":"nanosleep","symbolLocation":220,"imageIndex":25},{"imageOffset":861028,"symbol":"+[NSThread sleepForTimeInterval:]","symbolLocation":160,"imageIndex":29},{"imageOffset":345648,"symbol":"__28-[HSMainThreadChecker start]_block_invoke","symbolLocation":52,"imageIndex":7},{"imageOffset":7352,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":30},{"imageOffset":14608,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":30},{"imageOffset":44708,"symbol":"_dispatch_lane_serial_drain","symbolLocation":748,"imageIndex":30},{"imageOffset":47572,"symbol":"_dispatch_lane_invoke","symbolLocation":380,"imageIndex":30},{"imageOffset":91676,"symbol":"_dispatch_root_queue_drain_deferred_wlh","symbolLocation":288,"imageIndex":30},{"imageOffset":89744,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":404,"imageIndex":30},{"imageOffset":12564,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":24},{"imageOffset":7728,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":24}]},{"id":70940961,"frames":[{"imageOffset":6228,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":23},{"imageOffset":81104,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":23},{"imageOffset":42128,"symbol":"mach_msg_overwrite","symbolLocation":476,"imageIndex":23},{"imageOffset":7128,"symbol":"mach_msg","symbolLocation":24,"imageIndex":23},{"imageOffset":418620,"imageIndex":22},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":24},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":24}],"threadState":{"x":[{"value":268451845},{"value":17179869190},{"value":0},{"value":158342559301632},{"value":0},{"value":158342559301632},{"value":16384},{"value":0},{"value":18446744073709550527},{"value":36867},{"value":0},{"value":1},{"value":36867},{"value":0},{"value":0},{"value":0},{"value":18446744073709551569},{"value":8205302464},{"value":0},{"value":0},{"value":16384},{"value":158342559301632},{"value":0},{"value":158342559301632},{"value":4654989312},{"value":0},{"value":17179869190},{"value":17179869190},{"value":6}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6594243792},"cpsr":{"value":4096},"fp":{"value":6114258464},"sp":{"value":6114258384},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6594168916},"far":{"value":0}}},{"id":70940963,"name":"com.apple.NSEventThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":290318314373120},{"value":0},{"value":290318314373120},{"value":2},{"value":4294967295},{"value":18446744073709550527},{"value":67595},{"value":0},{"value":1},{"value":67595},{"value":199037},{"value":0},{"value":0},{"value":18446744073709551569},{"value":8205286592},{"value":0},{"value":4294967295},{"value":2},{"value":290318314373120},{"value":0},{"value":290318314373120},{"value":6114828392},{"value":8589934592},{"value":21592279046},{"value":21592279046},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6594243792},"cpsr":{"value":4096},"fp":{"value":6114828240},"sp":{"value":6114828160},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6594168916},"far":{"value":0}},"frames":[{"imageOffset":6228,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":23},{"imageOffset":81104,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":23},{"imageOffset":42128,"symbol":"mach_msg_overwrite","symbolLocation":476,"imageIndex":23},{"imageOffset":7128,"symbol":"mach_msg","symbolLocation":24,"imageIndex":23},{"imageOffset":515716,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":31},{"imageOffset":509772,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":31},{"imageOffset":506940,"symbol":"CFRunLoopRunSpecific","symbolLocation":608,"imageIndex":31},{"imageOffset":1457576,"symbol":"_NSEventThread","symbolLocation":144,"imageIndex":26},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":24},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":24}]},{"id":70941746,"name":"com.apple.NSURLConnectionLoader","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":175075751886848},{"value":0},{"value":175075751886848},{"value":2},{"value":4294967295},{"value":18446744073709550527},{"value":40763},{"value":0},{"value":1},{"value":40763},{"value":249192},{"value":0},{"value":32985348833280},{"value":18446744073709551569},{"value":8205286592},{"value":0},{"value":4294967295},{"value":2},{"value":175075751886848},{"value":0},{"value":175075751886848},{"value":6098197848},{"value":8589934592},{"value":21592279046},{"value":21592279046},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6594243792},"cpsr":{"value":4096},"fp":{"value":6098197696},"sp":{"value":6098197616},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6594168916},"far":{"value":0}},"frames":[{"imageOffset":6228,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":23},{"imageOffset":81104,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":23},{"imageOffset":42128,"symbol":"mach_msg_overwrite","symbolLocation":476,"imageIndex":23},{"imageOffset":7128,"symbol":"mach_msg","symbolLocation":24,"imageIndex":23},{"imageOffset":515716,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":31},{"imageOffset":509772,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":31},{"imageOffset":506940,"symbol":"CFRunLoopRunSpecific","symbolLocation":608,"imageIndex":31},{"imageOffset":2478848,"imageIndex":32},{"imageOffset":343988,"symbol":"NSThread__start","symbolLocation":716,"imageIndex":29},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":24},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":24}]},{"id":72634097,"frames":[{"imageOffset":7720,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":24}],"threadState":{"x":[{"value":6098776064},{"value":76615},{"value":6098239488},{"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":4096},"fp":{"value":0},"sp":{"value":6098776064},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6594412072},"far":{"value":0}}},{"id":72635497,"frames":[{"imageOffset":7720,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":24}],"threadState":{"x":[{"value":6099349504},{"value":76271},{"value":6098812928},{"value":0},{"value":409603},{"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":4096},"fp":{"value":0},"sp":{"value":6099349504},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6594412072},"far":{"value":0}}},{"id":72636455,"frames":[{"imageOffset":7720,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":24}],"threadState":{"x":[{"value":6099922944},{"value":76491},{"value":6099386368},{"value":0},{"value":409602},{"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":4096},"fp":{"value":0},"sp":{"value":6099922944},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6594412072},"far":{"value":0}}},{"id":72636464,"frames":[{"imageOffset":7720,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":24}],"threadState":{"x":[{"value":6100496384},{"value":26687},{"value":6099959808},{"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":4096},"fp":{"value":0},"sp":{"value":6100496384},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6594412072},"far":{"value":0}}}], "usedImages" : [ { "source" : "P", "arch" : "arm64e", "base" : 4410015744, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.icloud.drive.fileprovider.override", "size" : 16384, "uuid" : "671d42b4-768c-34c7-bb59-8507e4b5d78b", "path" : "/System/Library/Frameworks/FileProvider.framework/OverrideBundles/iCloudDriveFileProviderOverride.bundle/Contents/MacOS/iCloudDriveFileProviderOverride", "name" : "iCloudDriveFileProviderOverride", "CFBundleVersion" : "2461.60.28.0.2" }, { "source" : "P", "arch" : "arm64e", "base" : 4427513856, "CFBundleShortVersionString" : "14.2", "CFBundleIdentifier" : "com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride", "size" : 131072, "uuid" : "c33f2b86-fe0a-30be-a188-87381e7b9993", "path" : "/System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride", "name" : "FinderSyncCollaborationFileProviderOverride", "CFBundleVersion" : "1630.2.1" }, { "source" : "P", "arch" : "arm64e", "base" : 4400873472, "CFBundleShortVersionString" : "1703.60.32.501.3", "CFBundleIdentifier" : "com.apple.FileProviderOverride", "size" : 32768, "uuid" : "b8cef4b9-8d84-3ead-88bb-3880b1288d04", "path" : "/System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride", "name" : "FileProviderOverride", "CFBundleVersion" : "1703.60.32.501.3" }, { "source" : "P", "arch" : "arm64e", "base" : 4409769984, "CFBundleShortVersionString" : "3.0", "CFBundleIdentifier" : "com.apple.security.csparser", "size" : 131072, "uuid" : "f586d773-de52-372d-99fb-21e5cd3ecede", "path" : "/System/Library/Frameworks/Security.framework/Versions/A/PlugIns/csparser.bundle/Contents/MacOS/csparser", "name" : "csparser", "CFBundleVersion" : "61040.60.20" }, { "source" : "P", "arch" : "arm64e", "base" : 4410195968, "size" : 49152, "uuid" : "a62cb43c-b00d-3682-8032-3e946daf0474", "path" : "/usr/lib/libobjc-trampolines.dylib", "name" : "libobjc-trampolines.dylib" }, { "source" : "P", "arch" : "arm64", "base" : 4380442624, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.hankinsoft.sqlpro.libpq", "size" : 1916928, "uuid" : "763e067a-faac-39cd-af67-b1a4fd6d1cad", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/libpq.framework/Versions/A/libpq", "name" : "libpq", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4375248896, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.hankinsoft.HSFTMultiCursorTextView", "size" : 65536, "uuid" : "ea160741-0329-3912-9a85-e682000c91f9", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/HSFTMultiCursorTextView.framework/Versions/A/HSFTMultiCursorTextView", "name" : "HSFTMultiCursorTextView", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4375429120, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.hankinsoft.osx.HSShared", "size" : 1392640, "uuid" : "11928130-9b0c-3af7-83fa-b6e7b2f3cd05", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/HSShared.framework/Versions/A/HSShared", "name" : "HSShared", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4378099712, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.hankinsoft.rmstore", "size" : 966656, "uuid" : "14145679-d217-3d54-ad7d-6b22d141470c", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/RMStoreFramework.framework/Versions/A/RMStoreFramework", "name" : "RMStoreFramework", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4375052288, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.hankinsoft.SQLProResources", "size" : 16384, "uuid" : "d517054f-d65c-35a3-af2b-f723947357e0", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/SQLProResources.framework/Versions/A/SQLProResources", "name" : "SQLProResources", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4374888448, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "org.sbooth.SFBPopovers", "size" : 32768, "uuid" : "73dd7d00-6611-38a9-8a67-2208fc5af761", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/SFBPopovers.framework/Versions/A/SFBPopovers", "name" : "SFBPopovers", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4379869184, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.kulakov.ShortcutRecorder", "size" : 65536, "uuid" : "78471b67-9378-38e4-9f43-1857242a28d6", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/ShortcutRecorder.framework/Versions/A/ShortcutRecorder", "name" : "ShortcutRecorder", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4401004544, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.hankinsoft.hscore", "size" : 6111232, "uuid" : "db760304-8be5-32c5-b5b6-56b42f2f41a7", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/HSCore.framework/Versions/A/HSCore", "name" : "HSCore", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4388061184, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.hankinsoft.GEOSKit", "size" : 770048, "uuid" : "d86446ba-56ac-361f-9fbc-7ac78c6c2209", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/GEOSKit.framework/Versions/A/GEOSKit", "name" : "GEOSKit", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4380049408, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.github.shpakovski.MASShortcut", "size" : 49152, "uuid" : "5ca2557e-f6d9-39c0-92ff-aa03a6d3b5e7", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/MASShortcut.framework/Versions/A/MASShortcut", "name" : "MASShortcut", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4375134208, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.hankinsoft.DCOAboutWindow", "size" : 16384, "uuid" : "06689867-29ae-3f9a-91f8-6a935a506218", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/DCOAboutWindow.framework/Versions/A/DCOAboutWindow", "name" : "DCOAboutWindow", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4384292864, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.hankinsoft.osx.connector.SQLProPostgres", "size" : 278528, "uuid" : "f62b801e-eb21-3f7a-9db8-a116782dbcb5", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/SQLProPostgresCore.framework/Versions/A/SQLProPostgresCore", "name" : "SQLProPostgresCore", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4383162368, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.hankinsoft.sqlpro.SQLProPostgresMacOS", "size" : 311296, "uuid" : "531e4946-e5c3-303f-9443-86a22c4f1ba7", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/SQLProPostgresMacOS.framework/Versions/A/SQLProPostgresMacOS", "name" : "SQLProPostgresMacOS", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4379738112, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.hankinsoft.HSColorPickerBar", "size" : 32768, "uuid" : "3ada2cf9-7778-3ae5-9930-8463d0dd800f", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/HSColorPickerBar.framework/Versions/A/HSColorPickerBar", "name" : "HSColorPickerBar", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4380213248, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.kulakov.PTHotKey", "size" : 16384, "uuid" : "c06c0618-77a6-3cb3-be28-aa884a88c480", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/PTHotKey.framework/Versions/A/PTHotKey", "name" : "PTHotKey", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4390518784, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.hankinsoft.SQLProCore", "size" : 704512, "uuid" : "11150476-ae93-3982-9b31-c5b7513ba719", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/SQLProCore.framework/Versions/A/SQLProCore", "name" : "SQLProCore", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4385849344, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "de.monscheuer.MMTabBarView", "size" : 245760, "uuid" : "51d32b75-cebc-3213-bc1f-f0aee568be92", "path" : "/Applications/SQLPro for Postgres.app/Contents/Frameworks/MMTabBarView.framework/Versions/A/MMTabBarView", "name" : "MMTabBarView", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64", "base" : 4369235968, "CFBundleShortVersionString" : "2024.23", "CFBundleIdentifier" : "com.hankinsoft.osx.SQLProPostgres", "size" : 819200, "uuid" : "020be91c-8627-3efe-a517-2565dd5c7ae0", "path" : "/Applications/SQLPro for Postgres.app/Contents/MacOS/SQLPro for Postgres", "name" : "SQLPro for Postgres", "CFBundleVersion" : "1047901.5" }, { "source" : "P", "arch" : "arm64e", "base" : 6594162688, "size" : 241648, "uuid" : "41cef32a-7353-35b4-bf53-12135ddff8d8", "path" : "/usr/lib/system/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 6594404352, "size" : 53236, "uuid" : "279a89ad-9f57-3074-8b86-1237f042619d", "path" : "/usr/lib/system/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 6592946176, "size" : 520188, "uuid" : "cf91f194-c567-3a11-84c8-849a7b5d4e3e", "path" : "/usr/lib/system/libsystem_c.dylib", "name" : "libsystem_c.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 6653652992, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.AppKit", "size" : 20017152, "uuid" : "6f8f2d48-2e82-3cc4-8c29-bc87a1810840", "path" : "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit", "name" : "AppKit", "CFBundleVersion" : "2487.30.100" }, { "source" : "P", "arch" : "arm64e", "base" : 6590738432, "size" : 607040, "uuid" : "f5d81ad7-75e0-3b64-9873-499189f258a7", "path" : "/usr/lib/dyld", "name" : "dyld" }, { "size" : 0, "source" : "A", "base" : 0, "uuid" : "00000000-0000-0000-0000-000000000000" }, { "source" : "P", "arch" : "arm64e", "base" : 6612824064, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.Foundation", "size" : 12877824, "uuid" : "69749af9-d004-38d5-8803-636dfa13c7a8", "path" : "/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation", "name" : "Foundation", "CFBundleVersion" : "2201" }, { "source" : "P", "arch" : "arm64e", "base" : 6592643072, "size" : 290816, "uuid" : "2951e56f-7d94-307f-b36b-1c060c92c531", "path" : "/usr/lib/system/libdispatch.dylib", "name" : "libdispatch.dylib" }, { "source" : "P", "arch" : "arm64e", "base" : 6594826240, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 5079040, "uuid" : "92583d4b-7be3-385d-aef2-465a2198691e", "path" : "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "2201" }, { "source" : "P", "arch" : "arm64e", "base" : 6680834048, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.CFNetwork", "size" : 4001792, "uuid" : "18cd4f8a-556a-3cb9-817e-ac18490feda1", "path" : "/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork", "name" : "CFNetwork", "CFBundleVersion" : "1490.0.1" } ], "sharedCache" : { "base" : 6589988864, "size" : 4046340096, "uuid" : "cfa162ca-7fef-3307-8449-5829df6d9fd9" }, "vmSummary" : "ReadOnly portion of Libraries: Total=1.6G resident=0K(0%) swapped_out_or_unallocated=1.6G(100%)\nWritable regions: Total=1.9G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.9G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 256K 2 \nActivity Tracing 256K 1 \nCG image 2048K 60 \nCG raster data 96K 3 \nColorSync 544K 28 \nCoreAnimation 9792K 274 \nCoreGraphics 32K 2 \nCoreImage 64K 4 \nCoreUI image data 5536K 45 \nFoundation 48K 2 \nImage IO 16K 1 \nKernel Alloc Once 32K 1 \nMALLOC 1.9G 73 \nMALLOC guard page 288K 18 \nSQLite page cache 384K 3 \nSTACK GUARD 56.1M 9 \nStack 12.2M 9 \nVM_ALLOCATE 400K 14 \n__AUTH 2086K 386 \n__AUTH_CONST 31.1M 602 \n__CTF 824 1 \n__DATA 14.8M 613 \n__DATA_CONST 31.4M 631 \n__DATA_DIRTY 1953K 223 \n__FONT_DATA 4K 1 \n__INFO_FILTER 8 1 \n__LINKEDIT 896.8M 24 \n__OBJC_RO 71.1M 1 \n__OBJC_RW 2167K 1 \n__TEXT 694.8M 648 \ndyld private memory 272K 2 \nlibnetwork 128K 8 \nmapped file 298.0M 277 \nshared memory 1024K 23 \n=========== ======= ======= \nTOTAL 4.0G 3991 \n", "legacyInfo" : { "threadTriggered" : { "queue" : "com.apple.main-thread" } }, "logWritingSignature" : "e1a85f6a471096e7e2f6d65e88756d5e902afced", "trialInfo" : { "rollouts" : [ { "rolloutId" : "60356660bbe37970735c5624", "factorPackIds" : {
},
"deploymentId" : 250000013
},
{
"rolloutId" : "644114de41e7236e6177f9bd",
"factorPackIds" : {
},
"deploymentId" : 250000006
}
], "experiments" : [ { "treatmentId" : "15fbe652-1354-4591-bab2-e1616c7bd990", "experimentId" : "65024de67d575f27b43072b0", "deploymentId" : 500000003 } ] } }
Model: MacBookPro18,2, BootROM 10151.60.43, proc 10:8:2 processors, 32 GB, SMC Graphics: Apple M1 Max, Apple M1 Max, Built-In Display: Color LCD, 3456 x 2234 Retina, Main, MirrorOn, Online Display: PHL 273V7, 3456 x 2234, MirrorOn, Online Memory Module: LPDDR5, Samsung AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4387), wl0: Sep 1 2023 19:46:07 version 20.10.1073.3.8.7.165 FWID 01-b66346c5 AirPort: Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB31Bus USB Device: USB31Bus USB Device: USB31Bus USB Device: USB3.0 Hub USB Device: NS1081 USB Device: USB2.0 Hub USB Device: USB 2.0 Hub USB Device: USB Keyboard USB Device: Advanced Corded Mouse M500s USB Device: Stream Deck Pedal Thunderbolt Bus: MacBook Pro, Apple Inc. Thunderbolt Bus: MacBook Pro, Apple Inc. Thunderbolt Bus: MacBook Pro, Apple Inc.
Submitting an additional update now that I believe should sort this out.
2024.25 has been approved by apple and should be available in the App Store. Please let me know if this sorts things if you get the chance, and sorry for the inconvenience.
I just updated to 2024.25 and all of the problems I reported yesterday are resolved. Thanks so much! 🎉
Thanks for letting me know. I'll wait until I get another confirmation or a few days before I close the issue.
Works for me now too! Version 2024.25 (Build 1047902.5)
Thank you!
Awesome, glad to hear it. If you happen to get the chance, would you consider leaving a rating or review on the App Store? As an independent developer, they help me out a ton. There is even a quick way to leave one, by running the query 'rate;'. No worries if not.