Hi,
I am using your library in a project where I need to sign stuff and verify signatures. Sometimes it works correctly, but a lot of the time the app crashes because of a heap corruption.
D/libc-fault-recovery-native: M=0xb6fbc0f4 B=0xb6fbc174 F=0x0 P=0xb9aca908 I=11
D/libc-fault-recovery-native: FIND target F=0xb9c6c330
D/libc-fault-recovery-native: M=0xb6fbc0f4 B=0xb6fbc134 F=0x0 P=0xb9d29f90 I=3
D/libc-fault-recovery-native: FIND target F=0xb9b56750
I/Choreographer: Skipped 201 frames! The application may be doing too much work on its main thread.
E/Typeface: SANS_LOC file not found.
W/IInputConnectionWrapper: reportFullscreenMode on inactive InputConnection
E/Typeface: SANS_LOC file not found.
D/libc-fault-recovery-native: M=0xb6fbc0f4 B=0xb6fbc1c4 F=0x0 P=0xb9cd6f58 I=21
D/libc-fault-recovery-native: FIND target F=0x0
A/libc: heap corruption detected by dlmalloc_real
A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 9318
W/libc: Security Level: (1), Debug inforamtion is controlled by the DUMPABLE flag.
Application terminated.
These are the last few messages in the console. Any idea how to solve this?
Hi,
I am using your library in a project where I need to sign stuff and verify signatures. Sometimes it works correctly, but a lot of the time the app crashes because of a heap corruption.
These are the last few messages in the console. Any idea how to solve this?