Jeremy Wise
Jeremy Wise
This fix being applied would be wonderful. It eliminates an enormous number of errors in image-heavy flutter web sites.
We started seeing crashes around the middle of October. We can replicate the issue on certain devices (iPhone 13 Pro for example). It's not happening 100% of the time, but...
We started seeing this issue about the same time we upgraded from 5.4.2 to 5.4.4, but going back to 5.4.2 does not seem to fix things at all. The issue...
@Ovidiu-S I've tried downgrading to those two libs, but I can't seem to come up with a working group of firebase auth, core, messaging, and storage that don't try to...
@Ovidiu-S We have not been able to get it to crash AT ALL in the debugger. It's only happening on the release build sent out via testflight. I tried downgrading...
@russellwheatley Yes, I've been following that thread very closely as well. It looks like they've reverted cocoapods and xcodeproj to back out the breaking changes, but that just gets to...
In all of our crash reports, we see the offending thread looks like this (also attached): [crash.txt](https://github.com/user-attachments/files/17662477/crash.txt) ``` #0 0x0000000104b29208 in grpc_event_engine::experimental::MemoryAllocator::MakeSlice(grpc_event_engine::experimental::MemoryRequest) at .../ios/Pods/gRPC-Core/include/grpc/event_engine/memory_allocator.h:137 #1 0x0000000104b29208 in flush_read_staging_buffer((anonymous namespace)::secure_endpoint*, unsigned...
We are not able to reproduce it in debugging. It only happens on deployed devices. It is far more common on an iPhone 13, and very difficult to reproduce on...
I don't know if this is helpful at all, but if I build the app and run it with "flutter run", in debug mode, the app will not crash at...
I'm going to pass on any information I can collect - hopefully some of it is useful. I attached to the didChangeAppLifecycleState. The crash always occurs in the AppLifecycleState.inactive state...