solid-software / flutter_vlc_player

📺 Flutter VLC powered video player.
506 stars 247 forks source link

flutter player example crashes on IOS 17.4 Simulator. Caused by not enough memory in Mac? #476

Open johanhenselmans opened 6 months ago

johanhenselmans commented 6 months ago

I tried running the example on a simulator with IOS 17.4 sim (iPad PEo 12,9-inch), but it crashed immediately, and otherwise after a few seconds. This was the error:

======================= Incident Identifier: 0717E8D7-3D51-46D8-9C96-91474B40BDFC CrashReporter Key: A3A790F0-D6F5-A8D5-DFFB-93FABFF218D1 Hardware Model: Macmini9,1 Process: Runner [13090] Path: /Users/USER/Library/Developer/CoreSimulator/Devices/EE235BFE-F380-4150-A52E-AACE3ABC79A4/data/Containers/Bundle/Application/97335294-6CB3-4BB0-BE6D-4FA4A3A6AED3/Runner.app/Runner Identifier: software.solid.example Version: 1.0.0 (1) Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd_sim [12583] Coalition: com.apple.CoreSimulator.SimDevice.EE235BFE-F380-4150-A52E-AACE3ABC79A4 [14231] Responsible Process: SimulatorTrampoline [80278]

Date/Time: 2024-03-10 13:01:29.8627 +0100 Launch Time: 2024-03-10 13:01:19.0924 +0100 OS Version: macOS 14.4 (23E214) Release Type: User Report Version: 104

Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Subtype: KERN_PROTECTION_FAILURE at 0x0000000133e64000 Exception Codes: 0x0000000000000002, 0x0000000133e64000 VM Region Info: 0x133e64000 is in 0x133e64000-0x133e74000; bytes after start: 0 bytes before end: 65535 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL VM_ALLOCATE 133e54000-133e64000 [ 64K] rw-/rwx SM=PRV
---> VM_ALLOCATE 133e64000-133e74000 [ 64K] rwx/rwx SM=PRV
GAP OF 0xc000 BYTES VM_ALLOCATE 133e80000-133f00000 [ 512K] r-x/rwx SM=PRV
Termination Reason: SIGNAL 10 Bus error: 10 Terminating Process: exc handler [13090]

Triggered by Thread: 1

Thread 1 Crashed:: Dispatch queue: com.apple.opengl.cvmDoWork 0 libsystem_platform.dylib 0x104247410 _platform_memmove + 208 1 libCoreVMClient.dylib 0x11826dff8 cvmsServerElementBuild + 1560 2 libCoreVMClient.dylib 0x118269e34 cvms_element_build_from_source + 132 3 libCVMSPluginSupport.dylib 0x11828a854 cvm_deferred_build_modular(void*) + 388 4 libdispatch.dylib 0x103f1f978 _dispatch_client_callout + 16 5 libdispatch.dylib 0x103f27b10 _dispatch_lane_serial_drain + 960 6 libdispatch.dylib 0x103f28688 _dispatch_lane_invoke + 388 7 libdispatch.dylib 0x103f33a84 _dispatch_root_queue_drain_deferred_wlh + 276 8 libdispatch.dylib 0x103f330d0 _dispatch_workloop_worker_thread + 448 9 libsystem_pthread.dylib 0x104327814 _pthread_wqthread + 284 10 libsystem_pthread.dylib 0x1043265d4 start_wqthread + 8

Ander further on: Model: Macmini9,1, BootROM 10151.101.3, proc 8:4:4 processors, 8 GB, SMC Graphics: Apple M1, Apple M1, Built-In

I was wondering if this is caused by the paltry 8 GB that the mac-mini M1 is harboring, or is it something else?

anchao-lu commented 4 months ago

Same issue

ShubhuSR commented 4 months ago

Same Issue

Demirzekk commented 4 months ago

Same issues

Djain1764 commented 4 months ago

@johanhenselmans I am facing the same issue, any update anyone ?

ansar-859 commented 4 months ago

I also can't run example app on iOS.

shahindadashov commented 3 months ago

same