react-native-community / jsc-android-buildscripts

Script for building JavaScriptCore for Android (for React Native but not only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release build crashing.

rimzici opened this issue · comments

Issue Description

The release build crashes after 10-15 seconds.

Also I have to mention there is a pre-login set of screens, and post-login set which is bit more complex. No matter however long I stay inside the pre-login screen it does not crash. Once I login and enter, after about 10secs it crashes.

It is only the release build that crashes and not debug so I was not able to gather much info, other than just the log. I will work on getting any more info.

    --------- beginning of crash
2018-12-03 10:12:18.964 5226-5096/? A/google-breakpad: Microdump skipped (uninteresting)
2018-12-03 10:12:18.998 5020-5096/? W/google-breakpad: ### ### ### ### ### ### ### ### ### ### ### ### ###
2018-12-03 10:12:18.998 5020-5096/? W/google-breakpad: Chrome build fingerprint:
2018-12-03 10:12:18.998 5020-5096/? W/google-breakpad: 70.0.3538.110
2018-12-03 10:12:18.998 5020-5096/? W/google-breakpad: 353811052
2018-12-03 10:12:18.998 5020-5096/? W/google-breakpad: ### ### ### ### ### ### ### ### ### ### ### ### ###
2018-12-03 10:12:18.999 5020-5096/? A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x117 in tid 5096 (mqt_js), pid 5020 (dus.live.mobile)
2018-12-03 10:12:19.179 5229-5229/? I/crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
2018-12-03 10:12:19.180 2057-2057/? I//system/bin/tombstoned: received crash request for pid 5020
2018-12-03 10:12:19.182 5229-5229/? I/crash_dump32: performing dump of process 5020 (target tid = 5096)
2018-12-03 10:12:19.183 5229-5229/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2018-12-03 10:12:19.183 5229-5229/? A/DEBUG: Build fingerprint: 'Nokia/TA-1053_00WW/ND1:8.1.0/OPR1.170623.026/00WW_5_63E:user/release-keys'
2018-12-03 10:12:19.183 5229-5229/? A/DEBUG: Revision: '0'
2018-12-03 10:12:19.183 5229-5229/? A/DEBUG: ABI: 'arm'
2018-12-03 10:12:19.183 5229-5229/? A/DEBUG: pid: 5020, tid: 5096, name: mqt_js  >>> com.telldus.live.mobile <<<
2018-12-03 10:12:19.183 5229-5229/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x117
2018-12-03 10:12:19.183 5229-5229/? A/DEBUG: Cause: null pointer dereference
2018-12-03 10:12:19.183 5229-5229/? A/DEBUG:     r0 b9d868e0  r1 fffffffb  r2 00000117  r3 fffffffb
2018-12-03 10:12:19.183 5229-5229/? A/DEBUG:     r4 b9fbf140  r5 c9d5083d  r6 cc1c95ff  r7 caf7c458
2018-12-03 10:12:19.183 5229-5229/? A/DEBUG:     r8 c3cd9034  r9 c1004a38  sl caf7c320  fp ee01e631
2018-12-03 10:12:19.183 5229-5229/? A/DEBUG:     ip fffffef8  sp caf7c350  lr c9eef5f5  pc c9eef61e  cpsr a00d0030
2018-12-03 10:12:19.184 5229-5229/? A/DEBUG: backtrace:
2018-12-03 10:12:19.184 5229-5229/? A/DEBUG:     #00 pc 000b261e  <anonymous:c9e3d000>
2018-12-03 10:12:19.184 5229-5229/? A/DEBUG:     #01 pc 000b25f3  <anonymous:c9e3d000>
2018-12-03 10:12:19.914 2508-3724/? D/WifiTrafficPoller: packet count Tx=1742122 Rx=3380258
2018-12-03 10:12:19.916 3763-3763/? D/NetworkController.WifiSignalController: Change in state from: connected=true,enabled=true,level=4,inetCondition=1,iconGroup=IconGroup(Wi-Fi Icons),activityIn=true,activityOut=true,rssi=-25,lastModified=12-03 10:12:14,ssid="rimz-home",isTransient=false
    	to: connected=true,enabled=true,level=4,inetCondition=1,iconGroup=IconGroup(Wi-Fi Icons),activityIn=false,activityOut=false,rssi=-25,lastModified=12-03 10:12:14,ssid="rimz-home",isTransient=false
2018-12-03 10:12:19.921 3763-3763/? D/Tile.WifiTile: onWifiSignalChanged enabled=true
2018-12-03 10:12:19.922 3763-3895/? D/Tile.WifiTile: handleUpdateState arg=CallbackInfo[enabled=true,connected=true,wifiSignalIconId=2131231168,enabledDesc="rimz-home",activityIn=false,activityOut=false,wifiSignalContentDescription=Wi-Fi signal full.,isTransient=false]
2018-12-03 10:12:20.644 563-580/? I/mmid: select timeout: wait for receiving msg
2018-12-03 10:12:20.916 2508-3724/? D/WifiTrafficPoller: packet count Tx=1742122 Rx=3380258
2018-12-03 10:12:21.918 2508-3724/? D/WifiTrafficPoller: packet count Tx=1742122 Rx=3380258
2018-12-03 10:12:22.350 3932-3932/? W/ResourceType: No package identifier when getting value for resource number 0x00000000
2018-12-03 10:12:22.351 3763-3895/? D/NetworkController.MobileSignalController(2): updateTelephony: hasService=true ss=SignalStrength: 99 0 -120 -160 -120 -1 -1 15 -114 -15 74 2147483647 0 2147483647 gsm|lte 99 99
2018-12-03 10:12:22.352 3763-3895/? I/NetworkController.MobileSignalController(2): updateVoiceNetworkType voiceNetType: 13 mCurrentState.connected: true
2018-12-03 10:12:22.354 3763-3895/? I/NetworkController.MobileSignalController(2): isShowSXLTEStyle: false isRoaming: false
2018-12-03 10:12:22.658 2057-2057/? E//system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_02

Version, config, any additional info

react: 16.6.1
react-native: 0.57.7
Node: 10.13.0
Yarn: 1.12.3
npm: 6.4.1
Android OS: 8.1.0

Thanks!

Hi,
Any updates on this?