Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arcore Crash issue #1535

Open
BobSmith43 opened this issue Aug 11, 2022 · 0 comments
Open

Arcore Crash issue #1535

BobSmith43 opened this issue Aug 11, 2022 · 0 comments
Labels

Comments

@BobSmith43
Copy link

BobSmith43 commented Aug 11, 2022

Arcore Crash issue

ARCore randomly crashes with Fatal signal 11 (SIGSEGV), code 1

SPECIFIC ISSUE ENCOUNTERED

ARCore randomply crashes with
Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x79a861d2e0 in tid 26337 (Thread-173), pid 20021 (cordingplayback) during dataset playback session and normal session.
This issue seems to happen more on mid range devices with Snapdragon 636 and repoduces less on high end devices like Qualcomm 800 series Snapdragon 845 processor

VERSIONS USED

  • Android Studio: Android Studio Chipmunk | 2021.2.1 Patch 2
    Build #AI-212.5712.43.2112.8815526, built on July 10, 2022
    Runtime version: 11.0.12+0-b1504.28-7817840 x86_64
    VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
    macOS 12.4
    GC: G1 Young Generation, G1 Old Generation
    Memory: 4096M
    Cores: 12
    Registry: external.system.auto.import.disabled=true, ide.images.show.chessboard=true
    Non-Bundled Plugins: dev.polek.adbwifi (1.2.4), idea.plugin.protoeditor (212.5080.8), com.intellij.lang.jsgraphql (3.2.1), com.thoughtworks.gauge (212.4746.52), org.jetbrains.kotlin (212-1.7.10-release-333-AS5457.46), org.intellij.plugins.markdown (212.5457.16)

  • ARCore SDK for Android: 1.17.1

  • Device manufacturer, model, and O/S: OnePlus 5T, Oneplus 6, Nokia 6.2

  • Google Play Services for AR (ARCore): 1.31.221020293

STEPS TO REPRODUCE THE ISSUE

Open augmented-image-java from samples directory into Android Studio
Clean Project
Rebuild Project

LOGCAT STACKTRACE

Can't post a complete log

Here is the complete stack trace - https://gist.github.com/maven08/441769b55377c26b21296d36f9d85998

2022-07-26 17:36:34.373 22274-22975/my.package A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xb4000079fe319458 in tid 22975 (Thread-24), pid 22274 (my.package)
2022-07-26 17:36:34.676 23054-23054/? E/DEBUG: failed to read /proc/uptime: Permission denied
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: Build fingerprint: 'OnePlus/OnePlus6/OnePlus6:10/QKQ1.190716.003/1910050400:user/release-keys'
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: Revision: 'MP1.0'
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: ABI: 'arm64'
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: Timestamp: 2022-07-26 17:36:34.675717570+0200
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: Process uptime: 0s
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: Cmdline: my.package
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: pid: 22274, tid: 22975, name: Thread-24 >>> my.package <<<
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: uid: 10353
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: tagged_addr_ctrl: 0000000000000001
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xb4000079fe319458
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: x0 0000007993d19ec0 x1 b4000079f8c43898 x2 0000000000007eed x3 b4000079ef613898
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: x4 b400007ae06fba30 x5 0000007993d19c90 x6 0000007993d19c8c x7 00000000000000c0
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: x8 000000000000034a x9 0000007993d19ed8 x10 b400007bc06a9f18 x11 000000003dcccccd
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: x12 b4000079fe2e0000 x13 0000000000000140 x14 0000000000000016 x15 0000000000000093
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: x16 000000000000e516 x17 00000000000000b7 x18 000000799116e000 x19 0000000000000000
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: x20 0000000000009000 x21 0000007993d19ea0 x22 b4000079f8c3b000 x23 0000007993d19ec0
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: x24 b4000079ef60b000 x25 0000000000000064 x26 0000000000000000 x27 00000079ebe29678
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: x28 0000000000000041 x29 0000000000000064
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: lr 00000079eb83f168 sp 0000007993d19c60 pc 00000079eb83ee44 pst 0000000020001000
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: backtrace:
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #00 pc 0000000001968e44 /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #1 pc 0000000001969164 /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #2 pc 0000000001968a90 /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #3 pc 000000000196464c /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #4 pc 000000000195f7c8 /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #5 pc 0000000001961a80 /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #6 pc 00000000014cba04 /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #7 pc 00000000014a2b98 /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #8 pc 0000000000d109f4 /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #9 pc 0000000000d0f884 /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #10 pc 0000000000d0ea54 /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #11 pc 0000000000d09844 /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #12 pc 00000000014cff08 /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #13 pc 00000000014cfbc0 /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #14 pc 0000000000d1d7cc /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #15 pc 0000000000d1d1f4 /data/app/~~tVtp-Mcrwx3xT91LGVtAiQ==/com.google.ar.core-JkQUq8xwWkyGgQxJmafMxw==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #16 pc 00000000000b1590 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+204) (BuildId: 53a228529316d67f22e241dd17ea9b9e)
2022-07-26 17:36:34.998 23054-23054/? A/DEBUG: #17 pc 0000000000050fac /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 53a228529316d67f22e241dd17ea9b9e)
2022-07-26 17:36:35.035 609-609/? E/tombstoned: Tombstone written to: tombstone_11
2022-07-26 17:35:16.599 22274-22274/my.package D/ARCore-Api: ArHitResult_getHitPose(, ) (suppressing for 10s)
2022-07-26 17:35:25.354 22274-22274/my.package D/ARCore-Api: ArFrame_create() (298 skipped)
2022-07-26 17:35:25.356 22274-22274/my.package D/ARCore-Api: ArSession_update() -> AR_SUCCESS (298 skipped)
2022-07-26 17:35:25.356 22274-22274/my.package D/ARCore-Api: ArFrame_getTimestamp(, ) (878 skipped)
2022-07-26 17:35:25.356 22274-22274/my.package D/ARCore-Api: ArFrame_getTimestamp(, )
2022-07-26 17:35:25.356 22274-22274/my.package D/ARCore-Api: ArFrame_acquireCamera(, ) (1414 skipped)
2022-07-26 17:35:25.356 22274-22274/my.package D/ARCore-Api: ArFrame_getDisplayGeometryChanged(, ) (298 skipped)
2022-07-26 17:35:25.356 22274-22274/my.package D/ARCore-Api: ArFrame_acquireCamera(, )
2022-07-26 17:35:25.356 22274-22274/my.package D/ARCore-Api: ArFrame_acquireCamera(, ) (suppressing for 10s)
2022-07-26 17:35:25.357 22274-22274/my.package D/ARCore-Api: ArFrame_getTimestamp(, ) (suppressing for 10s)
2022-07-26 17:35:25.390 22274-22274/my.package D/ARCore-Api: ArFrame_create()
2022-07-26 17:35:25.393 22274-22274/my.package D/ARCore-Api: ArSession_update() -> AR_SUCCESS
2022-07-26 17:35:25.393 22274-22274/my.package D/ARCore-Api: ArFrame_getDisplayGeometryChanged(, )
2022-07-26 17:35:25.421 22274-22274/my.package D/ARCore-Api: ArFrame_create() (suppressing for 10s)
2022-07-26 17:35:25.423 22274-22274/my.package D/ARCore-Api: ArSession_update() -> AR_SUCCESS (suppressing for 10s)
2022-07-26 17:35:25.423 22274-22274/my.package D/ARCore-Api: ArFrame_getDisplayGeometryChanged(, ) (suppressing for 10s)
2022-07-26 17:35:25.622 22274-22274/my.package D/ARCore-Api: ArTrackableList_create() (551 skipped)

WORKAROUNDS (IF ANY)

Works fine if image list is less than 20 and gets Fatal signal 11 when we exceed that limit

ADDITIONAL COMMENTS

As per google documents

ARCore can track up to 20 images simultaneously. ARCore will not simultaneously detect or track multiple instances of the same image.

Each Augmented Image database can store information up to 1,000 reference images. There's no limit to the number of databases, but only one database can be active at any given time.

I am scanning total of 116 images

Some of the sample images

https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1656755772.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655532564.jpeg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655534137.jpeg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655534742.jpeg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655534991.jpeg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655535174.jpeg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655535211.jpeg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655535248.jpeg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655535284.jpeg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655535304.jpeg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655535327.jpeg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655535347.jpeg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655535392.jpeg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655535422.jpeg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655535441.jpeg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655621967.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622002.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622020.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622071.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622100.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622111.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622221.jpeg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622247.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622269.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622519.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622662.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622699.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622715.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622724.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622803.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622812.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622825.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622835.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622850.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622859.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622868.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622878.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622889.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622903.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622912.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622925.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622935.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622944.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622953.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622962.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622971.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622981.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655622993.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655623004.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655623015.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655623025.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655623036.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655623047.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655623068.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655623081.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655623090.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655623098.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655874962.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655874978.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655875042.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655875092.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655875244.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655875559.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655875573.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655875582.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655875710.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655875764.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655875785.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655875864.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655875888.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655875897.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655875970.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655875994.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876052.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876104.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876124.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876134.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876149.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876166.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876221.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876248.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876261.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876271.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876285.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876295.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876371.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876398.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876416.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876484.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876504.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876518.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876604.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876628.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876640.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876650.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876688.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876800.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655876866.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1655889313.png
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1656669072.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1656669187.jpg
https://d2wuvg8krwnvon.cloudfront.net/media/user_space/2781fa941bbb/ar/scan-ar_1657091168.jpeg

@BobSmith43 BobSmith43 added the bug label Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant