cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
540 stars 649 forks source link

EXC_BAD_ACCESS #830

Open manhtran-itr opened 10 months ago

manhtran-itr commented 10 months ago

Remember to specify the plugin name in the title!

Device / Emulator and OS

Describe the bug

My app got a lot of issues in sentry EXC_BAD_ACCESS Exception 1, Code 16, Subcode 8 > Attempted to dereference garbage pointer 0x8000000000000010.

health_sdk_plugin +0x0d5d4

health_sdk_plugin +0x166f8 libdispatch +0x024b0 _dispatch_call_block_and_release libdispatch +0x03fd8 _dispatch_client_callout libdispatch +0x0b690 _dispatch_lane_serial_drain libdispatch +0x0c210 _dispatch_lane_invoke libdispatch +0x16e0c _dispatch_workloop_worker_thread libsystem_pthread +0x00df4 _pthread_wqthread My app uses the interval background fetching health data - getData. I think the codes get the issues: DispatchQueue.main.async { result(dictionaries) } the result is deallocated?
ColtonDevAcc commented 6 months ago

+1