mousebird-consulting-inc / WhirlyGlobe

WhirlyGlobe Development
Other
831 stars 255 forks source link

The app homepage enters the map loading page for the first time, and it crashes after exiting to the homepage and re-entering #1580

Open Airon-ck opened 1 year ago

Airon-ck commented 1 year ago

2023-02-11 22:21:27.267 14034-14097 libEGL com.shengshi.southernairlines W EGLNativeWindowType 0x70607eae10 disconnect failed 2023-02-11 22:21:27.284 14034-14051 libc com.shengshi.southernairlines A Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xb8 in tid 14051 (FinalizerDaemon), pid 14034 (outhernairlines) 2023-02-11 22:21:27.359 14373-14373 DEBUG pid-14373 A pid: 14034, tid: 14051, name: FinalizerDaemon >>> com.shengshi.southernairlines <<< 2023-02-11 22:21:27.427 14373-14373 DEBUG pid-14373 A #00 pc 000000000041030c /data/app/com.shengshi.southernairlines-YTGBW4RhnzsB6SscOUi1BQ==/lib/arm64/libwhirlyglobemaply.so (WhirlyKit::ComponentManager_Android::clearJNI(_JNIEnv*)+12) (BuildId: 7163b9bb5684f49b0c4f51d4be244780371b7959) 2023-02-11 22:21:27.427 14373-14373 DEBUG pid-14373 A #01 pc 0000000000472b30 /data/app/com.shengshi.southernairlines-YTGBW4RhnzsB6SscOUi1BQ==/lib/arm64/libwhirlyglobemaply.so (Java_com_mousebird_maply_ComponentManager_dispose+160) (BuildId: 7163b9bb5684f49b0c4f51d4be244780371b7959) 2023-02-11 22:21:27.427 14373-14373 DEBUG pid-14373 A #09 pc 00000000003dc388 [anon:dalvik-classes.dex extracted in memory from /data/app/com.shengshi.southernairlines-YTGBW4RhnzsB6SscOUi1BQ==/base.apk] (com.mousebird.maply.ComponentManager.finalize) 2023-02-11 22:21:27.788 1541-1839 InputDispatcher system_server E channel '5960b05 com.shengshi.southernairlines/com.shengshi.southerndianbo.Activity_PlaneTakeOffHomePage (server)' ~ Channel is unrecoverably broken and will be disposed! 2023-02-11 22:21:27.788 1541-1839 InputDispatcher system_server E channel '595645d com.shengshi.southernairlines/com.shengshi.southerndianbo.Activity_Home (server)' ~ Channel is unrecoverably broken and will be disposed! ---------------------------- PROCESS ENDED (14034) for package com.shengshi.southernairlines ---------------------------- 2023-02-11 22:21:27.852 1541-8384 WindowManager system_server E win=Window{5960b05 u0 com.shengshi.southernairlines/com.shengshi.southerndianbo.Activity_PlaneTakeOffHomePage EXITING} destroySurfaces: appStopped=false win.mWindowRemovalAllowed=true win.mRemoveOnExit=true 2023-02-11 22:21:27.877 2193-2800 DollieAdapterService com.huawei.systemserver E notifyActivityState pkg:com.shengshi.southernairlines/com.shengshi.southerndianbo.Activity_PlaneTakeOffHomePage state:20 fg:false mUid:10223

sjg-wdw commented 1 year ago

That doesn't tell us much about where it's crashing. I'd suggest compiling the AutoTester app and finding the most similar test case to what you're doing. Make sure that test works and then see what you might be doing differently.