You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/09/29 13:44:29 UTC

[GitHub] [incubator-weex] hponiang opened a new issue #2944: [Android]When there are more than 40 images, then switch to another page, and then come back a few times to appear oomwhere weex version is 0.26.0

hponiang opened a new issue #2944: [Android]When there are more than 40 images, then switch to another page, and then come back a few times to appear oomwhere weex version is 0.26.0
URL: https://github.com/apache/incubator-weex/issues/2944
 
 
   <!--
   Thanks for using Weex. Github Issue is only used for bur report and please follow the template to report the bug. 
   A good bug report should include the following information:
   -->
   
   <!-- Requirements: please go through this checklist before opening a new issue
     - * Review the documentation: https://weex.apache.org/index.html
     - * Search for existing issues: https://github.com/apache/incubator-weex/issues
     - * Use the latest Weex release: https://github.com/apache/incubator-weex/releases -->
   
   When there are more than 40 images, then switch to another page, and then come back a few times to appear oomwhere weex version is 0.26.0
   ```
   --------- beginning of crash
   2019-09-29 13:28:22.158 5984-5984/com.ilingdai.prod.ldapp E/AndroidRuntime: FATAL EXCEPTION: main
       Process: com.ilingdai.prod.ldapp, PID: 5984
       java.lang.OutOfMemoryError: pthread_create (1040KB stack) failed: Try again
           at java.lang.Thread.nativeCreate(Native Method)
           at java.lang.Thread.start(Thread.java:733)
           at com.squareup.picasso.Picasso.<init>(Picasso.java:201)
           at com.squareup.picasso.Picasso$Builder.build(Picasso.java:848)
           at com.ilingdai.prod.ldapp.extend.ImageAdapter$1.run(ImageAdapter.java:64)
           at com.taobao.weex.common.WXThread$SafeRunnable.run(WXThread.java:48)
           at android.os.Handler.handleCallback(Handler.java:873)
           at android.os.Handler.dispatchMessage(Handler.java:99)
           at android.os.Looper.loop(Looper.java:193)
           at android.app.ActivityThread.main(ActivityThread.java:6669)
           at java.lang.reflect.Method.invoke(Native Method)
           at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
           at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
   2019-09-29 13:28:22.117 5984-5984/com.ilingdai.prod.ldapp W/Picasso-Dispatc: type=1400 audit(0.0:20): avc: denied { mmap_zero } for scontext=u:r:untrusted_app_27:s0:c512,c768 tcontext=u:r:untrusted_app_27:s0:c512,c768 tclass=memprotect permissive=0
   2019-09-29 13:28:22.204 5984-5984/com.ilingdai.prod.ldapp I/Process: Sending signal. PID: 5984 SIG: 9
   2019-09-29 13:28:22.127 5984-5984/com.ilingdai.prod.ldapp W/gdai.prod.ldapp: type=1400 audit(0.0:21): avc: denied { mmap_zero } for scontext=u:r:untrusted_app_27:s0:c512,c768 tcontext=u:r:untrusted_app_27:s0:c512,c768 tclass=memprotect permissive=0
   
   ```
   ## Describe the bug
   <!-- A clear and concise description of what the bug is. -->
   
   ## To Reproduce
   <!-- Steps to reproduce the behavior.  Include a MCVE using http://dotwe.org/vue , crash stacktrace or  share your app project. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve -->
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services