Open HimBhatt9 opened 5 years ago
have you solved the issue ? I'm facing the same issue.
I am also facing this issue
@HimBhatt9 @fazal-e-majid did you manage to make any progress on tracking down the cause?
Hi @jonathanellis I remember a little bit of what I did to solve the crash. if you are doing too many tasks asynchronously like reading gestures and calling processImage() (asynchronously), you might get this crash. In my case what I did is, i wrote a custom gesture recognizer to read all the pinch pan and rotate at once and reduce the number of calls. I don't know where the app crashes in your case. so, can't say anything.
Hi @jonathanellis , @fazal-e-majid any update on this issue?
@HimBhatt9
Unfortunately at this point I have no further information to add.
We did find that we are doing a lot of work on the main thread and have reduced the main thread load, but:
(a) I'm not sure that is definitely the cause, as I'm not yet sure how it would cause this crash
(b) It's too early to tell whether this crash is resolved (it was a very rare crash)
Hello @BradLarson , I am working on a video editing app using GPUImage which is quite helpful thanks to you. But I am facing this issue of in ShaderUniformSetting ->restoreShaderSetting function which I am unable to solve. Also in fabric its showing a GPUImage block destroy helper issue occurring very often to users . If any of it seems known or if you can help then it will help me get out of a great trouble. Thanks