Post

Replies

Boosts

Views

Activity

Reply to Safari crashing when downloading?
Hi, I am testing my application on simulator's safari browser and in that I am downloading a document. When I tapped on the "Download" button on the download alert of Safari it gets crashed. Here actually Safari opens a new window and starts the download but in this specific version iPad Air (3rd generation) its crashing. I tested the same scenario in iPad Pro and there its working fine. Process:							 MobileSafari [1258] Path:									/Applications/Xcode-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Applications/MobileSafari.app/MobileSafari Identifier:						MobileSafari Version:							 14.0 (604.1) Code Type:						 X86-64 (Native) Parent Process:				launchd_sim [976] Responsible:					 SimulatorTrampoline [792] User ID:							 502 Date/Time:						 2020-09-16 14:28:56.440 +0530 OS Version:						Mac OS X 10.15.6 (19G73) Report Version:				12 Anonymous UUID:				D8DB3A4A-1C91-9359-C52D-F6E8DA913CA4 Sleep/Wake UUID:			 C1AEBE37-0B7E-4697-90DC-77DC1CAFE823 Time Awake Since Boot: 36000 seconds Time Since Wake:			 14000 seconds System Integrity Protection: enabled Crashed Thread:				8	Dispatch queue: com.apple.NSXPCConnection.user.com.apple.DocumentManagerCore.Downloads Exception Type:				EXC_BAD_ACCESS (SIGBUS) Exception Codes:			 KERN_PROTECTION_FAILURE at 0x0000700002070f28 Exception Note:				EXC_CORPSE_NOTIFY Termination Signal:		Bus error: 10 Termination Reason:		Namespace SIGNAL, Code 0xa Terminating Process:	 exc handler [1258] VM Regions Near 0x700002070f28: 		Stack									0000700001fee000-0000700002070000 [	520K] rw-/rwx SM=COW	thread 3-> STACK GUARD						0000700002070000-0000700002071000 [		4K] ---/rwx SM=NUL	stack guard for thread 8 		Stack									0000700002071000-00007000020f3000 [	520K] rw-/rwx SM=COW	thread 8 Application Specific Information: CoreSimulator 732.13 - Device: iPad Air (3rd generation) (3D9501C3-8D27-4E0A-917F-DE09EC2EFF1B) - Runtime: iOS 14.0 (18A5351d) - DeviceType: iPad Air (3rd generation) Thread 0:: Dispatch queue: com.apple.main-thread 0	 libsystem_kernel.dylib				 0x00007fff5dd58dfa mach_msg_trap + 10 1	 libsystem_kernel.dylib				 0x00007fff5dd59170 mach_msg + 60 2	 com.apple.CoreFoundation			 0x00007fff203a7be7 __CFRunLoopServiceMachPort + 316 3	 com.apple.CoreFoundation			 0x00007fff203a22fd __CFRunLoopRun + 1284 4	 com.apple.CoreFoundation			 0x00007fff203a190e CFRunLoopRunSpecific + 567 5	 com.apple.GraphicsServices		 0x00007fff2ba85db3 GSEventRunModal + 139 6	 com.apple.UIKitCore					 0x00007fff24647ffd -[UIApplication _run] + 912 7	 com.apple.UIKitCore					 0x00007fff2464cf0e UIApplicationMain + 101 8	 com.apple.mobilesafari				 0x00000001061af612 0x106129000 + 550418 9	 libdyld.dylib								 0x00007fff20257415 start + 1
Sep ’20