Forums - Adreno driver crashes on Galaxy S9

1 post / 0 new
Adreno driver crashes on Galaxy S9
unis.unis
Join Date: 4 Feb 16
Posts: 1
Posted: Mon, 2018-05-28 01:41

Hi, we developed a game and released it on google play. The game is based on Cocos game engine(https://github.com/cocos-creator/cocos2d-x-lite/). Recenlty we received many crash report, and can't find the root cause.  I appreciate any suggestion in advance.

We found a similar bug: https://github.com/cocos2d/cocos2d-x/issues/18016. Our call stack is:

  #00  pc 000000000001936a  /system/lib/libc.so (__memcpy_base_aligned+61)
  #01  pc 0000000000156efd  /vendor/lib/egl/libGLESv2_adreno.so (_ZN20EsxVertexArrayObject18UpdateInternalVbosEPK17EsxDrawDescriptorjPK16EsxAttributeDesc+1212)
  #02  pc 0000000000333165  /vendor/lib/egl/libGLESv2_adreno.so (_ZN20A6xVertexArrayObject11CalcVfdRegsEPK17EsxDrawDescriptorP10A6xVfdRegsi+78)
  #03  pc 00000000003472d5  /vendor/lib/egl/libGLESv2_adreno.so (_ZN10A6xContext16ValidateVfdStateEPK17EsxDrawDescriptori+24)
  #04  pc 0000000000344d67  /vendor/lib/egl/libGLESv2_adreno.so (_ZN10A6xContext13ValidateStateEPK17EsxDrawDescriptor+1454)
  #05  pc 000000000033746f  /vendor/lib/egl/libGLESv2_adreno.so (_ZN10A6xContext18HwValidateGfxStateEPK17EsxDrawDescriptor+4)
  #06  pc 00000000000d0cd3  /vendor/lib/egl/libGLESv2_adreno.so (_ZN10EsxContext16ValidateGfxStateEPK17EsxDrawDescriptor+2206)
  #07  pc 00000000000c6fc5  /vendor/lib/egl/libGLESv2_adreno.so (_ZN10EsxContext21DrawElementsInstancedE11EsxPrimTypej10EsxPixTypePKvji+660)
  #08  pc 00000000000f0583  /vendor/lib/egl/libGLESv2_adreno.so (_ZN21EsxGlApiParamValidate14GlDrawElementsEP11EsxDispatchjijPKv+190)
  #09  pc 0000000000094df3  /vendor/lib/egl/libGLESv2_adreno.so (glDrawElements+42)
  #10  pc 0000000000cf479c  /data/app/com.puzzle.game-xMCUj-WbfzdYKoMlfyazrA==/lib/arm/libcocos2djs.so (_ZN7cocos2d12TextureAtlas17drawNumberOfQuadsEii+232)
  #11  pc 0000000000c48d58  /data/app/com.puzzle.game-xMCUj-WbfzdYKoMlfyazrA==/lib/arm/libcocos2djs.so (_ZN7cocos2d5Label6onDrawERKNS_4Mat4Eb+200)
  #12  pc 0000000000ceea4c  /data/app/com.puzzle.game-xMCUj-WbfzdYKoMlfyazrA==/lib/arm/libcocos2djs.so (_ZN7cocos2d8Renderer16visitRenderQueueERNS_11RenderQueueE+264)
  #13  pc 0000000000cf0470  /data/app/com.puzzle.game-xMCUj-WbfzdYKoMlfyazrA==/lib/arm/libcocos2djs.so (_ZN7cocos2d8Renderer6renderEv+80)
  #14  pc 0000000000c6f3d4  /data/app/com.puzzle.game-xMCUj-WbfzdYKoMlfyazrA==/lib/arm/libcocos2djs.so (_ZN7cocos2d5Scene6renderEPNS_8RendererERKNS_4Mat4EPS4_+84)
  #15  pc 0000000000cbaee4  /data/app/com.puzzle.game-xMCUj-WbfzdYKoMlfyazrA==/lib/arm/libcocos2djs.so (_ZN7cocos2d8Director9drawSceneEv+124)
  #16  pc 0000000000cbafe4  /data/app/com.puzzle.game-xMCUj-WbfzdYKoMlfyazrA==/lib/arm/libcocos2djs.so (_ZN7cocos2d8Director8mainLoopEv+40)
  #17  pc 000000000008cf97  /data/app/com.puzzle.game-xMCUj-WbfzdYKoMlfyazrA==/oat/arm/base.odex
  • Up0
  • Down0

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.