Skip to content
Discussion options

You must be logged in to vote

Hi @mackoj, my guess is, as usual, a stack overflow with your app's state. I'm not expert in reading crash logs, but the arrow in

VM Region Info: 0x16b9dffe8 is in 0x16b9dc000-0x16b9e0000;  bytes after start: 16360  bytes before end: 23
      REGION TYPE                 START - END      [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      MALLOC_TINY              115500000-115600000 [ 1024K] rw-/rwx SM=PRV  
      GAP OF 0x563dc000 BYTES
--->  STACK GUARD              16b9dc000-16b9e0000 [   16K] ---/rwx SM=NUL  ... for thread 0
      Stack                    16b9e0000-16badc000 [ 1008K] rw-/rwx SM=PRV  thread 0

seems to point in this direction, as well as the first frame for the first crash:

0 …

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mackoj
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1095 on May 18, 2022 16:49.