I have a Xamarin Forms application (XF 4.6) running on Android, which sometimes crashes. The following android bug report part which reports the crash tells that a SIGSEGV signal has been sent, and it is the thread pool which is failing.
--------- beginning of crash
12-26 16:07:01.799 4375 4500 F libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 4500 (Thread Pool Wor)
12-26 16:07:01.871 432 528 I BootReceiver:Copying /data/tombstones/tombstone_03 to DropBox (SYSTEM_TOMBSTONE)
To understand why, I read the tombstone file and according to the android documentation, I can use adb-stack command to desymbolize the library and find the line of crash. But in the tombstome file I see the program counter whithin the backtrace section below, but it is not helpful because I do not know which library is raising the SIGSEGV signal. Does anybody can help me or give me any hint to continue investigating and find the real reason of this crash?
backtrace:
#00 pc 000014d4 anonymous:c005b000
#01 pc 0002effc anonymous:c8ac1000