You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used filament for visualization android , I tried 2 devices one is rockchip rk3399 and another is QUALCOMM trinket for arm 64. I got a error only on QUALCOMM trinket for arm 64 device which is:
libc pid-9825 A Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7d894af000 in tid 10057 (FEngine::loop), pid 9825 (tech.autra.auto),
--------- beginning of crash
2023-11-22 20:25:08.075 9825-10057 libc pid-9825 A Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7d894af000 in tid 10057 (FEngine::loop), pid 9825 (tech.autra.auto)
2023-11-22 20:25:08.472 10072-10072 DEBUG pid-10072 A pid: 9825, tid: 10057, name: FEngine::loop >>> tech.autra.auto <<<
--------- beginning of system
2023-11-22 20:25:08.475 10072-10072 DEBUG pid-10072 A #7 pc 000000000013940c /data/app/tech.autra.auto-Z5tR2ZQwtxLrm1XG72ExXA==/base.apk (offset 0x1852000) (BuildId: f6d0c53a63d60e4d0585cc6cde46ad1e9cc7f135)
2023-11-22 20:27:17.044 10123-10383 libc pid-10123 A Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7d2c561000 in tid 10383 (FEngine::loop), pid 10123 (tech.autra.auto)
2023-11-22 20:27:17.387 10394-10394 DEBUG pid-10394 A pid: 10123, tid: 10383, name: FEngine::loop >>> tech.autra.auto <<<
2023-11-22 20:27:17.389 10394-10394 DEBUG pid-10394 A #7 pc 000000000013940c /data/app/tech.autra.auto-Z5tR2ZQwtxLrm1XG72ExXA==/base.apk (offset 0x1852000) (BuildId: f6d0c53a63d60e4d0585cc6cde46ad1e9cc7f135)
2023-11-22 20:30:55.063 11119-11378 libc pid-11119 A Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7d2db60000 in tid 11378 (FEngine::loop), pid 11119 (tech.autra.auto)
2023-11-22 20:30:55.397 11401-11401 DEBUG pid-11401 A pid: 11119, tid: 11378, name: FEngine::loop >>> tech.autra.auto <<<
2023-11-22 20:30:55.398 11401-11401 DEBUG pid-11401 A #7 pc 000000000013940c /data/app/tech.autra.auto-bDGdKrtDi1dcwi0FhHiM6Q==/base.apk (offset 0x1ed5000) (BuildId: f6d0c53a63d60e4d0585cc6cde46ad1e9cc7f135)
2023-11-22 20:31:52.095 11449-11462 libc pid-11449 A Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x44 in tid 11462 (HeapTaskDaemon), pid 11449 (tech.autra.auto)
2023-11-22 20:31:52.510 11676-11676 DEBUG pid-11676 A pid: 11449, tid: 11462, name: HeapTaskDaemon >>> tech.autra.auto <<<
Seems that I visited some ref that is not available in filament and got the error in FEngine::Loop. and it is pretty hard for me to allocate the error through the error log. And I am not really sure the reason why the error occurs only on QUALCOMM trinket for arm64 device and did not show up on the others. Wanna know what kind of operation will cause the problem and how to allocate the problem. Thanks so much for the help!!!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I used filament for visualization android , I tried 2 devices one is rockchip rk3399 and another is QUALCOMM trinket for arm 64. I got a error only on QUALCOMM trinket for arm 64 device which is:
libc pid-9825 A Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7d894af000 in tid 10057 (FEngine::loop), pid 9825 (tech.autra.auto),
--------- beginning of crash
(offset 0x1852000) (BuildId: f6d0c53a63d60e4d0585cc6cde46ad1e9cc7f135)
(offset 0x1852000) (BuildId: f6d0c53a63d60e4d0585cc6cde46ad1e9cc7f135)
(offset 0x1ed5000) (BuildId: f6d0c53a63d60e4d0585cc6cde46ad1e9cc7f135)
2023-11-22 20:25:08.075 9825-10057 libc pid-9825 A Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7d894af000 in tid 10057 (FEngine::loop), pid 9825 (tech.autra.auto)
2023-11-22 20:25:08.472 10072-10072 DEBUG pid-10072 A pid: 9825, tid: 10057, name: FEngine::loop >>> tech.autra.auto <<<
--------- beginning of system
2023-11-22 20:25:08.475 10072-10072 DEBUG pid-10072 A #7 pc 000000000013940c /data/app/tech.autra.auto-Z5tR2ZQwtxLrm1XG72ExXA==/base.apk
2023-11-22 20:27:17.044 10123-10383 libc pid-10123 A Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7d2c561000 in tid 10383 (FEngine::loop), pid 10123 (tech.autra.auto)
2023-11-22 20:27:17.387 10394-10394 DEBUG pid-10394 A pid: 10123, tid: 10383, name: FEngine::loop >>> tech.autra.auto <<<
2023-11-22 20:27:17.389 10394-10394 DEBUG pid-10394 A #7 pc 000000000013940c /data/app/tech.autra.auto-Z5tR2ZQwtxLrm1XG72ExXA==/base.apk
2023-11-22 20:30:55.063 11119-11378 libc pid-11119 A Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7d2db60000 in tid 11378 (FEngine::loop), pid 11119 (tech.autra.auto)
2023-11-22 20:30:55.397 11401-11401 DEBUG pid-11401 A pid: 11119, tid: 11378, name: FEngine::loop >>> tech.autra.auto <<<
2023-11-22 20:30:55.398 11401-11401 DEBUG pid-11401 A #7 pc 000000000013940c /data/app/tech.autra.auto-bDGdKrtDi1dcwi0FhHiM6Q==/base.apk
2023-11-22 20:31:52.095 11449-11462 libc pid-11449 A Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x44 in tid 11462 (HeapTaskDaemon), pid 11449 (tech.autra.auto)
2023-11-22 20:31:52.510 11676-11676 DEBUG pid-11676 A pid: 11449, tid: 11462, name: HeapTaskDaemon >>> tech.autra.auto <<<
Seems that I visited some ref that is not available in filament and got the error in FEngine::Loop. and it is pretty hard for me to allocate the error through the error log. And I am not really sure the reason why the error occurs only on QUALCOMM trinket for arm64 device and did not show up on the others. Wanna know what kind of operation will cause the problem and how to allocate the problem. Thanks so much for the help!!!
Beta Was this translation helpful? Give feedback.
All reactions