Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

access-inline-plugin内联access$方法后出现Fresco的java.lang.VerifyError #142

Open
runningmoonlight opened this issue Apr 27, 2022 · 0 comments

Comments

@runningmoonlight
Copy link

崩溃线程:FrescoIoBoundExecutor-1

异常堆栈:
java.lang.VerifyError: Verifier rejected class com.facebook.imagepipeline.producers.ThrottlingProducer$ThrottlerConsumer: void com.facebook.imagepipeline.producers.ThrottlingProducer$ThrottlerConsumer.onRequestFinished() failed to verify: void com.facebook.imagepipeline.producers.ThrottlingProducer$ThrottlerConsumer.onRequestFinished(): [0x15] cannot access instance field int com.facebook.imagepipeline.producers.ThrottlingProducer.mNumCurrentRequests from object of type Reference: com.facebook.imagepipeline.producers.ThrottlingProducer$ThrottlerConsumer (declaration of 'com.facebook.imagepipeline.producers.ThrottlingProducer$ThrottlerConsumer' appears in base.apk)
com.facebook.imagepipeline.producers.ThrottlingProducer.produceResultsInternal(:3)
com.facebook.imagepipeline.producers.ThrottlingProducer.produceResults(:16)
com.facebook.imagepipeline.producers.BranchOnSeparateImagesProducer$OnFirstImageConsumer.onFailureImpl(:1)
com.facebook.imagepipeline.producers.BaseConsumer.onFailure(:6)
com.facebook.imagepipeline.producers.DelegatingConsumer.onFailureImpl(:1)
com.facebook.imagepipeline.producers.BaseConsumer.onFailure(:6)
com.facebook.imagepipeline.producers.ThumbnailBranchProducer$ThumbnailConsumer.onFailureImpl(:5)
com.facebook.imagepipeline.producers.BaseConsumer.onFailure(:6)
com.facebook.imagepipeline.producers.StatefulProducerRunnable.onFailure(:14)
com.facebook.common.executors.StatefulRunnable.run(:20)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
com.facebook.imagepipeline.core.PriorityThreadFactory$1.run(:5)
java.lang.Thread.run(Thread.java:919)

发生异常概率极高,崩溃率40%多,机型和系统分布广泛。

关闭插件后正常。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant