wild-coffee
wild-coffee
Hi @huycozy I am developing inside a virtual machine, and everything works fine when debugging and running in the virtual machine. However, after packaging (flutter build linux), the issue only...
I'm very sorry; the formatting above is really bad. I've rewritten it. flutter doctor output is from my VM. I have created a minimal program that can reproduce this issue....
I build the same version of flutter engine, exported the full detail call stack: ``` (gdb) info thread Id Target Id Frame * 1 Thread 0x7ff2f99480 (LWP 10273) "pushpop" 0x0000007ff1ac9ffc...
at thread 1(main) and thread 16(io.flutter.io): They are all waiting for a mutex lock, but none of them can acquire it, resulting in the program being suspended.
Excuse me, can someone help take a look at this issue?
Error happens about 1 in 10 times.
E/FrameProcessor: Mediapipe error: com.google.mediapipe.framework.MediaPipeException: unknown: Graph has errors: Calculator::Open() for node "holisticlandmarkcpu__handlandmarksleftandrightcpu__handlandmarksfromposecpu_2__handlandmarkcpu__handlandmarkmodelloader__LocalFileContentsCalculator" failed: Failed to read file at com.google.mediapipe.framework.Graph.nativeMovePacketToInputStream(Native Method) at com.google.mediapipe.framework.Graph.addConsumablePacketToInputStream(Graph.java:407) at com.google.mediapipe.components.FrameProcessor.onNewFrame(FrameProcessor.java:458) at com.google.mediapipe.components.ExternalTextureConverter$RenderThread.renderNext(ExternalTextureConverter.java:485) at com.google.mediapipe.components.ExternalTextureConverter$RenderThread.lambda$onFrameAvailable$0$com-google-mediapipe-components-ExternalTextureConverter$RenderThread(ExternalTextureConverter.java:413) at com.google.mediapipe.components.ExternalTextureConverter$RenderThread$$ExternalSyntheticLambda0.run(Unknown...
Send bytes with offset and length
ubuntu arm64, I have the same issue