RESOLVED INVALID259879
Safari crashes after safari extension calls Notification.requestPermission() and allows authorization
https://bugs.webkit.org/show_bug.cgi?id=259879
Summary Safari crashes after safari extension calls Notification.requestPermission() ...
chrou
Reported 2023-08-07 00:29:21 PDT
Problem I have: The popup page of the extension calls the web Notification.requestPermission() interface when the button is clicked, and the browser crashes after clicking the permission authorization. Both v2 and v3 have this problem. The full request log is below: ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: Safari [6016] Path: /Applications/Safari.app/Contents/MacOS/Safari Identifier: com.apple.Safari Version: 16.5 (17615.2.9.11.6) Build Info: Safari-7615002009011006~3 (615F30) Code Type: X86-64 (Native) Parent Process: launchd [1] User ID: 501 Date/Time: 2023-08-07 00:22:33.1138 -0700 OS Version: macOS 12.6.7 (21G703) Report Version: 12 Anonymous UUID: E2E7B51B-2357-924B-637B-50EAEE2C3315 Sleep/Wake UUID: EB3C1F17-4F6C-4369-9A25-8A68EC5C3FD2 Time Awake Since Boot: 240000 seconds Time Since Wake: 8435 seconds System Integrity Protection: enabled Crashed Thread: 5 Dispatch queue: com.apple.Safari.RemoteNotificationController.RemoteNotificationController.0x600001f60cc0.internalQueue Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: abort() called Application Specific Backtrace 0: 0 CoreFoundation 0x00007ff8055ff773 __exceptionPreprocess + 242 1 libobjc.A.dylib 0x00007ff80535fbc3 objc_exception_throw + 48 2 CoreFoundation 0x00007ff8056baf7c _CFThrowFormattedException + 202 3 CoreFoundation 0x00007ff8056c58e1 -[__NSPlaceholderDictionary initWithCapacity:].cold.1 + 0 4 CoreFoundation 0x00007ff80550ed0e -[__NSPlaceholderDictionary initWithObjects:forKeys:count:] + 251 5 CoreFoundation 0x00007ff80550ebf9 +[NSDictionary dictionaryWithObjects:forKeys:count:] + 49 6 Safari 0x000000010cc583fb __131-[RemoteNotificationController registerLocalNotificationsAsRemoteNotificationsForWebsite:websiteDomainString:usingDecisionHandler:]_block_invoke + 220 7 libdispatch.dylib 0x00007ff8053050cc _dispatch_call_block_and_release + 12 8 libdispatch.dylib 0x00007ff805306317 _dispatch_client_callout + 8 9 libdispatch.dylib 0x00007ff80530c317 _dispatch_lane_serial_drain + 672 10 libdispatch.dylib 0x00007ff80530cdfd _dispatch_lane_invoke + 366 11 libdispatch.dylib 0x00007ff805316eee _dispatch_workloop_worker_thread + 753 12 libsystem_pthread.dylib 0x00007ff8054b9fd0 _pthread_wqthread + 326 13 libsystem_pthread.dylib 0x00007ff8054b8f57 start_wqthread + 15 Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x7ff80548096a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff805480cd8 mach_msg + 56 2 CoreFoundation 0x7ff80558434d __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7ff8055829d8 __CFRunLoopRun + 1276 4 CoreFoundation 0x7ff805581e1c CFRunLoopRunSpecific + 562 5 AppKit 0x7ff8082baa4f -[NSMoveHelper _doAnimation] + 549 6 AppKit 0x7ff808909bb1 -[NSSheetMoveHelper closeSheet] + 535 7 AppKit 0x7ff8082c060f -[NSWindow(NSSheets) _orderOutRelativeToWindow:] + 54 8 AppKit 0x7ff808228e4a -[NSWindow _reallyDoOrderWindowOutRelativeTo:findKey:forCounter:force:isModal:] + 1012 9 AppKit 0x7ff8080f4c54 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 183 10 AppKit 0x7ff8080f3c3c -[NSWindow _doOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 289 11 AppKit 0x7ff8080f3ab9 -[NSWindow orderWindow:relativeTo:] + 152 12 AppKit 0x7ff8083d6ba0 __54-[NSAlert beginSheetModalForWindow:completionHandler:]_block_invoke_2 + 50 13 AppKit 0x7ff80884fe18 NSWindowEndWindowModalSession + 378 14 AppKit 0x7ff8081c108e -[NSApplication(NSResponder) sendAction:to:from:] + 288 15 Safari 0x10c901a04 -[BrowserApplication sendAction:to:from:] + 321 16 AppKit 0x7ff8081c0f34 -[NSControl sendAction:to:] + 86 17 AppKit 0x7ff8081c0e66 __26-[NSCell _sendActionFrom:]_block_invoke + 131 18 AppKit 0x7ff8081c0d6f -[NSCell _sendActionFrom:] + 171 19 AppKit 0x7ff8081c0cb7 -[NSButtonCell _sendActionFrom:] + 96 20 AppKit 0x7ff8081bdb2f NSControlTrackMouse + 1813 21 AppKit 0x7ff8081bd3f6 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 121 22 AppKit 0x7ff8081bd2c6 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 679 23 AppKit 0x7ff8081bc696 -[NSControl mouseDown:] + 678 24 AppKit 0x7ff8081bab81 -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] + 4859 25 AppKit 0x7ff80812ed3e -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 2582 26 AppKit 0x7ff80812e10e -[NSWindow(NSEventRouting) sendEvent:] + 352 27 AppKit 0x7ff80812c4e4 -[NSApplication(NSEvent) sendEvent:] + 352 28 Safari 0x10c901dc2 -[BrowserApplication sendEvent:] + 697 29 AppKit 0x7ff8083e514b -[NSApplication _handleEvent:] + 65 30 AppKit 0x7ff807fadcfe -[NSApplication run] + 623 31 AppKit 0x7ff807f81c57 NSApplicationMain + 817 32 Safari 0x10cc94347 SafariMain + 464 33 dyld 0x11358b52e start + 462 Thread 1:: com.apple.coreanimation.render-server 0 libsystem_kernel.dylib 0x7ff80548096a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff805480cd8 mach_msg + 56 2 QuartzCore 0x7ff80c679d27 CA::Render::Server::server_thread(void*) + 534 3 QuartzCore 0x7ff80c679afe thread_fun(void*) + 25 4 libsystem_pthread.dylib 0x7ff8054bd4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff8054b8f6b thread_start + 15 Thread 2:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x7ff80548096a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff805480cd8 mach_msg + 56 2 CoreFoundation 0x7ff80558434d __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7ff8055829d8 __CFRunLoopRun + 1276 4 CoreFoundation 0x7ff805581e1c CFRunLoopRunSpecific + 562 5 AppKit 0x7ff80812a98e _NSEventThread + 132 6 libsystem_pthread.dylib 0x7ff8054bd4e1 _pthread_start + 125 7 libsystem_pthread.dylib 0x7ff8054b8f6b thread_start + 15 Thread 3:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x7ff805488d4a __select + 10 1 CoreFoundation 0x7ff8055ab659 __CFSocketManager + 641 2 libsystem_pthread.dylib 0x7ff8054bd4e1 _pthread_start + 125 3 libsystem_pthread.dylib 0x7ff8054b8f6b thread_start + 15 Thread 4:: JavaScriptCore libpas scavenger 0 libsystem_kernel.dylib 0x7ff8054833da __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff8054bda6f _pthread_cond_wait + 1249 2 JavaScriptCore 0x1122a062b scavenger_thread_main + 1803 3 libsystem_pthread.dylib 0x7ff8054bd4e1 _pthread_start + 125 4 libsystem_pthread.dylib 0x7ff8054b8f6b thread_start + 15 Thread 5 Crashed:: Dispatch queue: com.apple.Safari.RemoteNotificationController.RemoteNotificationController.0x600001f60cc0.internalQueue 0 libsystem_kernel.dylib 0x7ff805486ffe __pthread_kill + 10 1 libsystem_pthread.dylib 0x7ff8054bd1ff pthread_kill + 263 2 libsystem_c.dylib 0x7ff805408d24 abort + 123 3 libc++abi.dylib 0x7ff805479082 abort_message + 241 4 libc++abi.dylib 0x7ff80546a25d demangling_terminate_handler() + 266 5 libobjc.A.dylib 0x7ff805366e11 _objc_terminate() + 96 6 libc++abi.dylib 0x7ff8054784a7 std::__terminate(void (*)()) + 8 7 libc++abi.dylib 0x7ff805478458 std::terminate() + 56 8 libdispatch.dylib 0x7ff80530632b _dispatch_client_callout + 28 9 libdispatch.dylib 0x7ff80530c317 _dispatch_lane_serial_drain + 672 10 libdispatch.dylib 0x7ff80530cdfd _dispatch_lane_invoke + 366 11 libdispatch.dylib 0x7ff805316eee _dispatch_workloop_worker_thread + 753 12 libsystem_pthread.dylib 0x7ff8054b9fd0 _pthread_wqthread + 326 13 libsystem_pthread.dylib 0x7ff8054b8f57 start_wqthread + 15 Thread 6: 0 libsystem_pthread.dylib 0x7ff8054b8f48 start_wqthread + 0 Thread 7: 0 libsystem_pthread.dylib 0x7ff8054b8f48 start_wqthread + 0 Thread 8: 0 libsystem_pthread.dylib 0x7ff8054b8f48 start_wqthread + 0 Thread 9: 0 libsystem_pthread.dylib 0x7ff8054b8f48 start_wqthread + 0 Thread 10: 0 libsystem_pthread.dylib 0x7ff8054b8f48 start_wqthread + 0 Thread 11: 0 libsystem_pthread.dylib 0x7ff8054b8f48 start_wqthread + 0 Thread 12:: com.apple.CFNetwork.CustomProtocols 0 libsystem_kernel.dylib 0x7ff80548096a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff805480cd8 mach_msg + 56 2 CoreFoundation 0x7ff80558434d __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7ff8055829d8 __CFRunLoopRun + 1276 4 CoreFoundation 0x7ff805581e1c CFRunLoopRunSpecific + 562 5 CFNetwork 0x7ff80a1ad6e0 0x7ff809f64000 + 2397920 6 Foundation 0x7ff8063d9984 __NSThread__start__ + 1009 7 libsystem_pthread.dylib 0x7ff8054bd4e1 _pthread_start + 125 8 libsystem_pthread.dylib 0x7ff8054b8f6b thread_start + 15 Thread 13: 0 libsystem_pthread.dylib 0x7ff8054b8f48 start_wqthread + 0 Thread 5 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x000070000b50d000 rcx: 0x000070000b50c2c8 rdx: 0x0000000000000000 rdi: 0x000000000002b477 rsi: 0x0000000000000006 rbp: 0x000070000b50c2f0 rsp: 0x000070000b50c2c8 r8: 0x000070000b50c190 r9: 0x00007ff80547bf9b r10: 0x0000000000000000 r11: 0x0000000000000246 r12: 0x000000000002b477 r13: 0x0000003000000008 r14: 0x0000000000000006 r15: 0x0000000000000016 rip: 0x00007ff805486ffe rfl: 0x0000000000000246 cr2: 0x000000010d71e000 Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133 Binary Images: 0x7ff80547f000 - 0x7ff8054b6fff libsystem_kernel.dylib (*) <401337c6-6c7f-3ffd-89d2-b8326c2840f2> /usr/lib/system/libsystem_kernel.dylib 0x7ff805504000 - 0x7ff805a06fff com.apple.CoreFoundation (6.9) <9b3c3dc0-9b20-3e96-ad7b-322bb8f34a05> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7ff807f7e000 - 0x7ff808e0dfff com.apple.AppKit (6.9) <4f299ae6-3231-33e9-80df-669997354a53> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x10c80e000 - 0x10d0cdfff com.apple.Safari.framework (17615) <dec1b358-9a2f-32ff-9365-06e3af930a4a> /Library/Apple/*/Safari.framework/Versions/A/Safari 0x113586000 - 0x1135f1fff dyld (*) <baab2c6d-3797-3264-8595-a591561979de> /usr/lib/dyld 0x7ff80c632000 - 0x7ff80c944fff com.apple.QuartzCore (1.11) <28b883e0-dccd-35ef-916a-b3951810e84e> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7ff8054b7000 - 0x7ff8054c2fff libsystem_pthread.dylib (*) <e5d44afd-2577-3cee-8711-9d8d426229e0> /usr/lib/system/libsystem_pthread.dylib 0x1110e5000 - 0x1126bcfff com.apple.JavaScriptCore (17615) <9ae04b57-6fe8-3407-8b02-780c830dcc1b> /Library/Apple/*/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7ff805387000 - 0x7ff80540ffff libsystem_c.dylib (*) <e42e9d7a-03b4-340b-b61e-dcd45fd4acc0> /usr/lib/system/libsystem_c.dylib 0x7ff805469000 - 0x7ff80547efff libc++abi.dylib (*) <a99f1fb2-fd31-3cf4-be4d-a9fccf219974> /usr/lib/libc++abi.dylib 0x7ff80534a000 - 0x7ff805383fff libobjc.A.dylib (*) <4d9b0dca-7151-3875-b98e-b255db8267a8> /usr/lib/libobjc.A.dylib 0x7ff805303000 - 0x7ff805349fff libdispatch.dylib (*) <1a04b380-76e4-3e4b-b0fc-9837533d021d> /usr/lib/system/libdispatch.dylib 0x7ff809f64000 - 0x7ff80a3f3fff com.apple.CFNetwork (1335.0.3.2) <91c33dfa-4410-3b70-b512-4519bc14319b> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7ff806381000 - 0x7ff80673dfff com.apple.Foundation (6.9) <e62db949-fe2d-3637-a40a-c1411a467e05> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 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: 0 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=1.4G resident=0K(0%) swapped_out_or_unallocated=1.4G(100%) Writable regions: Total=4.8G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=4.8G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 1408K 11 Activity Tracing 256K 1 CG backing stores 544K 4 CG image 3260K 170 ColorSync 244K 31 CoreAnimation 8388K 252 CoreData 124K 1 CoreData Object IDs 4100K 2 CoreGraphics 16K 2 CoreImage 40K 10 CoreUI image data 2988K 48 Foundation 112K 3 IOKit 7940K 1 Image IO 1404K 25 Kernel Alloc Once 8K 1 MALLOC 208.9M 95 MALLOC guard page 48K 12 MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) ObjC additional data 15K 1 SQLite page cache 1152K 18 STACK GUARD 56.1M 14 Stack 15.1M 14 VM_ALLOCATE 128.2M 21 VM_ALLOCATE (reserved) 3.9G 1 reserved VM address space (unallocated) WebKit Malloc 224.0M 6 __CTF 756 1 __DATA 45.3M 737 __DATA_CONST 41.3M 499 __DATA_DIRTY 2418K 308 __FONT_DATA 4K 1 __GLSLBUILTINS 5176K 1 __LINKEDIT 696.1M 36 __TEXT 687.3M 739 __UNICODE 592K 1 dyld private memory 1024K 1 libnetwork 128K 8 mapped file 444.8M 96 shared memory 808K 23 =========== ======= ======= TOTAL 6.8G 3196 TOTAL, minus reserved VM space 2.5G 3196 ----------- Full Report ----------- {"app_name":"Safari","timestamp":"2023-08-07 00:22:43.00 -0700","app_version":"16.5","slice_uuid":"7bb1544b-275c-386f-84e6-a179366c18ae","build_version":"17615.2.9.11.6","platform":1,"bundleID":"com.apple.Safari","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.6.7 (21G703)","incident_id":"819B28F2-19D0-475D-A97B-C55734CBCCB4","name":"Safari"} { "uptime" : 240000, "procLaunch" : "2023-08-06 23:07:33.5535 -0700", "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "MacBookAir7,2", "procStartAbsTime" : 242712973738336, "coalitionID" : 361, "osVersion" : { "train" : "macOS 12.6.7", "build" : "21G703", "releaseType" : "User" }, "captureTime" : "2023-08-07 00:22:33.1138 -0700", "incident" : "819B28F2-19D0-475D-A97B-C55734CBCCB4", "bug_type" : "309", "pid" : 6016, "procExitAbsTime" : 247212307262205, "cpuType" : "X86-64", "procName" : "Safari", "procPath" : "\/Applications\/Safari.app\/Contents\/MacOS\/Safari", "bundleInfo" : {"CFBundleShortVersionString":"16.5","CFBundleVersion":"17615.2.9.11.6","CFBundleIdentifier":"com.apple.Safari"}, "buildInfo" : {"ProjectName":"Safari","SourceVersion":"7615002009011006","ProductBuildVersion":"615F30","BuildVersion":"3"}, "storeInfo" : {"deviceIdentifierForVendor":"C5A585D2-3537-561F-8F6F-FDDE7413CA44","thirdParty":true}, "parentProc" : "launchd", "parentPid" : 1, "coalitionName" : "com.apple.Safari", "crashReporterKey" : "E2E7B51B-2357-924B-637B-50EAEE2C3315", "wakeTime" : 8435, "sleepWakeUUID" : "EB3C1F17-4F6C-4369-9A25-8A68EC5C3FD2", "sip" : "enabled", "isCorpse" : 1, "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"}, "asi" : {"libsystem_c.dylib":["abort() called"]}, "asiBacktraces" : ["0 CoreFoundation 0x00007ff8055ff773 __exceptionPreprocess + 242\n1 libobjc.A.dylib 0x00007ff80535fbc3 objc_exception_throw + 48\n2 CoreFoundation 0x00007ff8056baf7c _CFThrowFormattedException + 202\n3 CoreFoundation 0x00007ff8056c58e1 -[__NSPlaceholderDictionary initWithCapacity:].cold.1 + 0\n4 CoreFoundation 0x00007ff80550ed0e -[__NSPlaceholderDictionary initWithObjects:forKeys:count:] + 251\n5 CoreFoundation 0x00007ff80550ebf9 +[NSDictionary dictionaryWithObjects:forKeys:count:] + 49\n6 Safari 0x000000010cc583fb __131-[RemoteNotificationController registerLocalNotificationsAsRemoteNotificationsForWebsite:websiteDomainString:usingDecisionHandler:]_block_invoke + 220\n7 libdispatch.dylib 0x00007ff8053050cc _dispatch_call_block_and_release + 12\n8 libdispatch.dylib 0x00007ff805306317 _dispatch_client_callout + 8\n9 libdispatch.dylib 0x00007ff80530c317 _dispatch_lane_serial_drain + 672\n10 libdispatch.dylib 0x00007ff80530cdfd _dispatch_lane_invoke + 366\n11 libdispatch.dylib 0x00007ff805316eee _dispatch_workloop_worker_thread + 753\n12 libsystem_pthread.dylib 0x00007ff8054b9fd0 _pthread_wqthread + 326\n13 libsystem_pthread.dylib 0x00007ff8054b8f57 start_wqthread + 15"], "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "lastExceptionBacktrace" : [{"imageOffset":1029987,"symbol":"__exceptionPreprocess","symbolLocation":226,"imageIndex":1},{"imageOffset":89027,"symbol":"objc_exception_throw","symbolLocation":48,"imageIndex":10},{"imageOffset":1798012,"symbol":"_CFThrowFormattedException","symbolLocation":202,"imageIndex":1},{"imageOffset":1841377,"symbol":"-[__NSPlaceholderDictionary initWithCapacity:].cold.1","symbolLocation":0,"imageIndex":1},{"imageOffset":44302,"symbol":"-[__NSPlaceholderDictionary initWithObjects:forKeys:count:]","symbolLocation":251,"imageIndex":1},{"imageOffset":44025,"symbol":"+[NSDictionary dictionaryWithObjects:forKeys:count:]","symbolLocation":49,"imageIndex":1},{"imageOffset":4498427,"symbol":"__131-[RemoteNotificationController registerLocalNotificationsAsRemoteNotificationsForWebsite:websiteDomainString:usingDecisionHandler:]_block_invoke","symbolLocation":220,"imageIndex":3},{"imageOffset":8396,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":11},{"imageOffset":13079,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":11},{"imageOffset":37655,"symbol":"_dispatch_lane_serial_drain","symbolLocation":672,"imageIndex":11},{"imageOffset":40445,"symbol":"_dispatch_lane_invoke","symbolLocation":366,"imageIndex":11},{"imageOffset":81646,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":753,"imageIndex":11},{"imageOffset":12240,"symbol":"_pthread_wqthread","symbolLocation":326,"imageIndex":6},{"imageOffset":8023,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":6}], "faultingThread" : 5, "threads" : [{"id":1329413,"queue":"com.apple.main-thread","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525133,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":1},{"imageOffset":518616,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":1},{"imageOffset":515612,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":1},{"imageOffset":3394127,"symbol":"-[NSMoveHelper _doAnimation]","symbolLocation":549,"imageIndex":2},{"imageOffset":10009521,"symbol":"-[NSSheetMoveHelper closeSheet]","symbolLocation":535,"imageIndex":2},{"imageOffset":3417615,"symbol":"-[NSWindow(NSSheets) _orderOutRelativeToWindow:]","symbolLocation":54,"imageIndex":2},{"imageOffset":2797130,"symbol":"-[NSWindow _reallyDoOrderWindowOutRelativeTo:findKey:forCounter:force:isModal:]","symbolLocation":1012,"imageIndex":2},{"imageOffset":1535060,"symbol":"-[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:]","symbolLocation":183,"imageIndex":2},{"imageOffset":1530940,"symbol":"-[NSWindow _doOrderWindow:relativeTo:findKey:forCounter:force:isModal:]","symbolLocation":289,"imageIndex":2},{"imageOffset":1530553,"symbol":"-[NSWindow orderWindow:relativeTo:]","symbolLocation":152,"imageIndex":2},{"imageOffset":4557728,"symbol":"__54-[NSAlert beginSheetModalForWindow:completionHandler:]_block_invoke_2","symbolLocation":50,"imageIndex":2},{"imageOffset":9248280,"symbol":"NSWindowEndWindowModalSession","symbolLocation":378,"imageIndex":2},{"imageOffset":2371726,"symbol":"-[NSApplication(NSResponder) sendAction:to:from:]","symbolLocation":288,"imageIndex":2},{"imageOffset":997892,"symbol":"-[BrowserApplication sendAction:to:from:]","symbolLocation":321,"imageIndex":3},{"imageOffset":2371380,"symbol":"-[NSControl sendAction:to:]","symbolLocation":86,"imageIndex":2},{"imageOffset":2371174,"symbol":"__26-[NSCell _sendActionFrom:]_block_invoke","symbolLocation":131,"imageIndex":2},{"imageOffset":2370927,"symbol":"-[NSCell _sendActionFrom:]","symbolLocation":171,"imageIndex":2},{"imageOffset":2370743,"symbol":"-[NSButtonCell _sendActionFrom:]","symbolLocation":96,"imageIndex":2},{"imageOffset":2358063,"symbol":"NSControlTrackMouse","symbolLocation":1813,"imageIndex":2},{"imageOffset":2356214,"symbol":"-[NSCell trackMouse:inRect:ofView:untilMouseUp:]","symbolLocation":121,"imageIndex":2},{"imageOffset":2355910,"symbol":"-[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:]","symbolLocation":679,"imageIndex":2},{"imageOffset":2352790,"symbol":"-[NSControl mouseDown:]","symbolLocation":678,"imageIndex":2},{"imageOffset":2345857,"symbol":"-[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:]","symbolLocation":4859,"imageIndex":2},{"imageOffset":1772862,"symbol":"-[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:]","symbolLocation":2582,"imageIndex":2},{"imageOffset":1769742,"symbol":"-[NSWindow(NSEventRouting) sendEvent:]","symbolLocation":352,"imageIndex":2},{"imageOffset":1762532,"symbol":"-[NSApplication(NSEvent) sendEvent:]","symbolLocation":352,"imageIndex":2},{"imageOffset":998850,"symbol":"-[BrowserApplication sendEvent:]","symbolLocation":697,"imageIndex":3},{"imageOffset":4616523,"symbol":"-[NSApplication _handleEvent:]","symbolLocation":65,"imageIndex":2},{"imageOffset":195838,"symbol":"-[NSApplication run]","symbolLocation":623,"imageIndex":2},{"imageOffset":15447,"symbol":"NSApplicationMain","symbolLocation":817,"imageIndex":2},{"imageOffset":4744007,"symbol":"SafariMain","symbolLocation":464,"imageIndex":3},{"imageOffset":21806,"symbol":"start","symbolLocation":462,"imageIndex":4}]},{"id":1329467,"name":"com.apple.coreanimation.render-server","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":294183,"symbol":"CA::Render::Server::server_thread(void*)","symbolLocation":534,"imageIndex":5},{"imageOffset":293630,"symbol":"thread_fun(void*)","symbolLocation":25,"imageIndex":5},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":1329560,"name":"com.apple.NSEventThread","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525133,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":1},{"imageOffset":518616,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":1},{"imageOffset":515612,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":1},{"imageOffset":1755534,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":1329648,"name":"com.apple.CFSocket.private","frames":[{"imageOffset":40266,"symbol":"__select","symbolLocation":10,"imageIndex":0},{"imageOffset":685657,"symbol":"__CFSocketManager","symbolLocation":641,"imageIndex":1},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":1356546,"name":"JavaScriptCore libpas scavenger","frames":[{"imageOffset":17370,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":6},{"imageOffset":18593323,"symbol":"scavenger_thread_main","symbolLocation":1803,"imageIndex":7},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"triggered":true,"id":1356720,"threadState":{"r13":{"value":206158430216},"rax":{"value":0},"rflags":{"value":582},"cpu":{"value":0},"r14":{"value":6},"rsi":{"value":6},"r8":{"value":123145492152720},"cr2":{"value":4520534016},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":140703217205147},"r15":{"value":22},"rbx":{"value":123145492156416},"trap":{"value":133},"err":{"value":33554760},"r11":{"value":582},"rip":{"value":140703217250302,"matchesCrashFrame":1},"rbp":{"value":123145492153072},"rsp":{"value":123145492153032},"r12":{"value":177271},"rcx":{"value":123145492153032},"flavor":"x86_THREAD_STATE","rdi":{"value":177271}},"queue":"com.apple.Safari.RemoteNotificationController.RemoteNotificationController.0x600001f60cc0.internalQueue","frames":[{"imageOffset":32766,"symbol":"__pthread_kill","symbolLocation":10,"imageIndex":0},{"imageOffset":25087,"symbol":"pthread_kill","symbolLocation":263,"imageIndex":6},{"imageOffset":531748,"symbol":"abort","symbolLocation":123,"imageIndex":8},{"imageOffset":65666,"symbol":"abort_message","symbolLocation":241,"imageIndex":9},{"imageOffset":4701,"symbol":"demangling_terminate_handler()","symbolLocation":266,"imageIndex":9},{"imageOffset":118289,"symbol":"_objc_terminate()","symbolLocation":96,"imageIndex":10},{"imageOffset":62631,"symbol":"std::__terminate(void (*)())","symbolLocation":8,"imageIndex":9},{"imageOffset":62552,"symbol":"std::terminate()","symbolLocation":56,"imageIndex":9},{"imageOffset":13099,"symbol":"_dispatch_client_callout","symbolLocation":28,"imageIndex":11},{"imageOffset":37655,"symbol":"_dispatch_lane_serial_drain","symbolLocation":672,"imageIndex":11},{"imageOffset":40445,"symbol":"_dispatch_lane_invoke","symbolLocation":366,"imageIndex":11},{"imageOffset":81646,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":753,"imageIndex":11},{"imageOffset":12240,"symbol":"_pthread_wqthread","symbolLocation":326,"imageIndex":6},{"imageOffset":8023,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":6}]},{"id":1356782,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":6}]},{"id":1357333,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":6}]},{"id":1357420,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":6}]},{"id":1357491,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":6}]},{"id":1357548,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":6}]},{"id":1357549,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":6}]},{"id":1357582,"name":"com.apple.CFNetwork.CustomProtocols","frames":[{"imageOffset":6506,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7384,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525133,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":1},{"imageOffset":518616,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":1},{"imageOffset":515612,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":1},{"imageOffset":2397920,"imageIndex":12},{"imageOffset":362884,"symbol":"__NSThread__start__","symbolLocation":1009,"imageIndex":13},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":6},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":6}]},{"id":1357611,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":6}]}], "usedImages" : [ { "source" : "P", "arch" : "x86_64", "base" : 140703217217536, "size" : 229376, "uuid" : "401337c6-6c7f-3ffd-89d2-b8326c2840f2", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "x86_64h", "base" : 140703217762304, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 5255168, "uuid" : "9b3c3dc0-9b20-3e96-ad7b-322bb8f34a05", "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1866" }, { "source" : "P", "arch" : "x86_64", "base" : 140703262302208, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.AppKit", "size" : 15269888, "uuid" : "4f299ae6-3231-33e9-80df-669997354a53", "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit", "name" : "AppKit", "CFBundleVersion" : "2113.60.148" }, { "source" : "P", "arch" : "x86_64", "base" : 4504739840, "CFBundleShortVersionString" : "17615", "CFBundleIdentifier" : "com.apple.Safari.framework", "size" : 9175040, "uuid" : "dec1b358-9a2f-32ff-9365-06e3af930a4a", "path" : "\/Library\/Apple\/*\/Safari.framework\/Versions\/A\/Safari", "name" : "Safari", "CFBundleVersion" : "17615.2.9.11.6" }, { "source" : "P", "arch" : "x86_64", "base" : 4619526144, "size" : 442368, "uuid" : "baab2c6d-3797-3264-8595-a591561979de", "path" : "\/usr\/lib\/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "x86_64", "base" : 140703336439808, "CFBundleShortVersionString" : "1.11", "CFBundleIdentifier" : "com.apple.QuartzCore", "size" : 3223552, "uuid" : "28b883e0-dccd-35ef-916a-b3951810e84e", "path" : "\/System\/Library\/Frameworks\/QuartzCore.framework\/Versions\/A\/QuartzCore", "name" : "QuartzCore", "CFBundleVersion" : "964.35" }, { "source" : "P", "arch" : "x86_64", "base" : 140703217446912, "size" : 49152, "uuid" : "e5d44afd-2577-3cee-8711-9d8d426229e0", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 4581117952, "CFBundleShortVersionString" : "17615", "CFBundleIdentifier" : "com.apple.JavaScriptCore", "size" : 22904832, "uuid" : "9ae04b57-6fe8-3407-8b02-780c830dcc1b", "path" : "\/Library\/Apple\/*\/JavaScriptCore.framework\/Versions\/A\/JavaScriptCore", "name" : "JavaScriptCore", "CFBundleVersion" : "17615.2.9.11.6" }, { "source" : "P", "arch" : "x86_64", "base" : 140703216201728, "size" : 561152, "uuid" : "e42e9d7a-03b4-340b-b61e-dcd45fd4acc0", "path" : "\/usr\/lib\/system\/libsystem_c.dylib", "name" : "libsystem_c.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703217127424, "size" : 90112, "uuid" : "a99f1fb2-fd31-3cf4-be4d-a9fccf219974", "path" : "\/usr\/lib\/libc++abi.dylib", "name" : "libc++abi.dylib" }, { "source" : "P", "arch" : "x86_64h", "base" : 140703215951872, "size" : 237568, "uuid" : "4d9b0dca-7151-3875-b98e-b255db8267a8", "path" : "\/usr\/lib\/libobjc.A.dylib", "name" : "libobjc.A.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703215661056, "size" : 290816, "uuid" : "1a04b380-76e4-3e4b-b0fc-9837533d021d", "path" : "\/usr\/lib\/system\/libdispatch.dylib", "name" : "libdispatch.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703295750144, "CFBundleShortVersionString" : "1335.0.3.2", "CFBundleIdentifier" : "com.apple.CFNetwork", "size" : 4784128, "uuid" : "91c33dfa-4410-3b70-b512-4519bc14319b", "path" : "\/System\/Library\/Frameworks\/CFNetwork.framework\/Versions\/A\/CFNetwork", "name" : "CFNetwork", "CFBundleVersion" : "1335.0.3.2" }, { "source" : "P", "arch" : "x86_64", "base" : 140703232954368, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.Foundation", "size" : 3919872, "uuid" : "e62db949-fe2d-3637-a40a-c1411a467e05", "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation", "name" : "Foundation", "CFBundleVersion" : "1866" } ], "sharedCache" : { "base" : 140703214190592, "size" : 19331678208, "uuid" : "80bad6e2-883c-312a-9aeb-1e35cbf7b58b" }, "vmSummary" : "ReadOnly portion of Libraries: Total=1.4G resident=0K(0%) swapped_out_or_unallocated=1.4G(100%)\nWritable regions: Total=4.8G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=4.8G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 1408K 11 \nActivity Tracing 256K 1 \nCG backing stores 544K 4 \nCG image 3260K 170 \nColorSync 244K 31 \nCoreAnimation 8388K 252 \nCoreData 124K 1 \nCoreData Object IDs 4100K 2 \nCoreGraphics 16K 2 \nCoreImage 40K 10 \nCoreUI image data 2988K 48 \nFoundation 112K 3 \nIOKit 7940K 1 \nImage IO 1404K 25 \nKernel Alloc Once 8K 1 \nMALLOC 208.9M 95 \nMALLOC guard page 48K 12 \nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nObjC additional data 15K 1 \nSQLite page cache 1152K 18 \nSTACK GUARD 56.1M 14 \nStack 15.1M 14 \nVM_ALLOCATE 128.2M 21 \nVM_ALLOCATE (reserved) 3.9G 1 reserved VM address space (unallocated)\nWebKit Malloc 224.0M 6 \n__CTF 756 1 \n__DATA 45.3M 737 \n__DATA_CONST 41.3M 499 \n__DATA_DIRTY 2418K 308 \n__FONT_DATA 4K 1 \n__GLSLBUILTINS 5176K 1 \n__LINKEDIT 696.1M 36 \n__TEXT 687.3M 739 \n__UNICODE 592K 1 \ndyld private memory 1024K 1 \nlibnetwork 128K 8 \nmapped file 444.8M 96 \nshared memory 808K 23 \n=========== ======= ======= \nTOTAL 6.8G 3196 \nTOTAL, minus reserved VM space 2.5G 3196 \n", "legacyInfo" : { "threadTriggered" : { "queue" : "com.apple.Safari.RemoteNotificationController.RemoteNotificationController.0x600001f60cc0.internalQueue" } }, "trialInfo" : { "rollouts" : [ ], "experiments" : [ ] } } Model: MacBookAir7,2, BootROM 481.0.0.0.0, 2 processors, Dual-Core Intel Core i5, 1.6 GHz, 8 GB, SMC 2.27f2 Graphics: Intel HD Graphics 6000, Intel HD Graphics 6000, Built-In Display: Color LCD, 1440 x 900 (Widescreen eXtended Graphics Array Plus), Main, MirrorOff, Online Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x000000000000000000000000000000000000 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x000000000000000000000000000000000000 AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x117), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1710.4) AirPort: Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SM0128G, 121.33 GB USB Device: USB30Bus USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller USB Device: USB Optical Mouse Thunderbolt Bus: MacBook Air, Apple Inc., 27.2
Attachments
Alexey Proskuryakov
Comment 1 2023-08-07 19:47:15 PDT
Thank you for the report! This is a Safari issue, tracked internally by Apple as rdar://107588716. Marking as INVALID, as this is not a WebKit issue. Safari engineers might reach out to you if they need additional information.
Note You need to log in before you can comment on or make changes to this bug.