google-ar / sceneform-android-sdk

Sceneform SDK for Android
https://developers.google.com/sceneform/develop/
Apache License 2.0
1.23k stars 604 forks source link

Crash when compileSdkVersion 'android-Q' #687

Open calmmycode opened 5 years ago

calmmycode commented 5 years ago
2019-05-08 11:43:04.607 790-850/? E/statsd: Found dropped events: 1 error -19 last atom tag 83 from uid 10277
2019-05-08 11:43:04.694 13107-13107/? E/Filament: Panic
    in void *filament::CircularBuffer::alloc(size_t):124
    reason: couldn't allocate 6144 KiB of memory for the command buffer
2019-05-08 11:43:04.694 13107-13107/? A/libc: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 13107 (lylabs.belfanar), pid 13107 (lylabs.belfanar)
2019-05-08 11:43:04.689 13107-13107/? W/lylabs.belfanar: type=1400 audit(0.0:47): avc: denied { open } for path="/dev/ashmem" dev="tmpfs" ino=15532 scontext=u:r:untrusted_app:s0:c21,c257,c512,c768 tcontext=u:object_r:ashmem_device:s0 tclass=chr_file permissive=0
2019-05-08 11:43:04.750 13160-13160/? I/crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone
2019-05-08 11:43:04.750 819-819/? I//system/bin/tombstoned: received crash request for pid 13107
2019-05-08 11:43:04.751 13160-13160/? I/crash_dump64: performing dump of process 13107 (target tid = 13107)
2019-05-08 11:43:04.766 13160-13160/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2019-05-08 11:43:04.766 13160-13160/? A/DEBUG: Build fingerprint: 'google/sailfish/sailfish:10/QPP3.190404.015/5505587:user/release-keys'
2019-05-08 11:43:04.766 13160-13160/? A/DEBUG: Revision: '0'
2019-05-08 11:43:04.766 13160-13160/? A/DEBUG: ABI: 'arm64'
2019-05-08 11:43:04.767 13160-13160/? A/DEBUG: Timestamp: 2019-05-08 11:43:04+0300
2019-05-08 11:43:04.767 13160-13160/? A/DEBUG: pid: 13107, tid: 13107, name: lylabs.belfanar  >>> com.owlylabs.belfanar <<<
2019-05-08 11:43:04.767 13160-13160/? A/DEBUG: signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
2019-05-08 11:43:04.767 13160-13160/? A/DEBUG:     x0  0000000000000000  x1  0000000000003333  x2  0000000000000006  x3  0000007fd0f51810
2019-05-08 11:43:04.767 13160-13160/? A/DEBUG:     x4  757263056e135000  x5  757263056e135000  x6  757263056e135000  x7  80d013ee05e37275
2019-05-08 11:43:04.767 13160-13160/? A/DEBUG:     x8  00000000000000f0  x9  62d4e9dbd2bd67ff  x10 fffffff0fffffbdf  x11 0000000000000000
2019-05-08 11:43:04.767 13160-13160/? A/DEBUG:     x12 0000000000000000  x13 0000000000000001  x14 0000000000000001  x15 757263056e135000
2019-05-08 11:43:04.767 13160-13160/? A/DEBUG:     x16 00000072bcf4d8a8  x17 00000072bcf2ab10  x18 0000000000000120  x19 00000000000000ac
2019-05-08 11:43:04.767 13160-13160/? A/DEBUG:     x20 0000000000003333  x21 00000000000000b2  x22 0000000000003333  x23 00000000ffffffff
2019-05-08 11:43:04.767 13160-13160/? A/DEBUG:     x24 ffffffffffffffff  x25 00000072c02af020  x26 00000072c00bc8b0  x27 0000000000000004
2019-05-08 11:43:04.767 13160-13160/? A/DEBUG:     x28 0000007fd0f51c10  x29 0000007fd0f518c0
2019-05-08 11:43:04.767 13160-13160/? A/DEBUG:     sp  0000007fd0f517f0  lr  00000072bcedd88c  pc  00000072bcedd8ac
2019-05-08 11:43:04.768 13160-13160/? A/DEBUG: backtrace:
2019-05-08 11:43:04.768 13160-13160/? A/DEBUG:       #00 pc 00000000000828ac  /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) (BuildId: 61d34cb89677d752d9520ba962936b)
2019-05-08 11:43:04.768 13160-13160/? A/DEBUG:       #01 pc 000000000006583c  /data/app/com.owlylabs.belfanar-nrOTb-VM6feTfS6ahNJHiQ==/lib/arm64/libfilament-jni.so (BuildId: cc0f0d63c8bbbf1217af0ec1e94b8a6194bd4f)
rastogitech commented 5 years ago

I too facing this issue when using SceneView, ArFragment in Android-Q.