Im currently creating my app while using Pocketsphinx with it. But lately there is this annoying "Error":
07-26 12:33:09.209 E/mono-rt (19612): /proc/self/maps:
07-26 12:33:09.209 E/mono-rt (19612): 12c00000-12e01000 rw-p 00000000 00:04 10235 /dev/ashmem/dalvik-main space (deleted)
.
.
.
07-26 12:33:09.248 E/mono-rt (19612): b6f48000-b6f49000 r--p 00002000 b3:17 2180 /system/bin/app_process32
07-26 12:33:09.248 E/mono-rt (19612): b6f49000-b6f4a000 rw-p 00000000 00:00 0
07-26 12:33:09.248 E/mono-rt (19612): be3ad000-be3ad000 ---p 00000000 00:00 0
07-26 12:33:09.248 E/mono-rt (19612): be3ad000-bebac000 rw-p 00000000 00:00 0 [stack]
07-26 12:33:09.248 E/mono-rt (19612): ffff0000-ffff1000 r-xp 00000000 00:00 0 [vectors]
07-26 12:33:09.248 E/mono-rt (19612):
07-26 12:33:09.248 E/mono-rt (19612): No native Android stacktrace (see debuggerd output).
07-26 12:33:09.248 E/mono-rt (19612):
07-26 12:33:09.248 E/mono-rt (19612):
07-26 12:33:09.248 E/mono-rt (19612): =================================================================
07-26 12:33:09.248 E/mono-rt (19612): Got a SIGSEGV while executing native code. This usually indicates
07-26 12:33:09.248 E/mono-rt (19612): a fatal error in the mono runtime or one of the native libraries
07-26 12:33:09.248 E/mono-rt (19612): used by your application.
07-26 12:33:09.248 E/mono-rt (19612): =================================================================
07-26 12:33:09.248 E/mono-rt (19612):
07-26 12:33:09.248 F/libc (19612): Fatal signal 11 (SIGSEGV), code 1, fault addr 0xc in tid 19679 (Thread-7218)
I couln´t find anything about it on the internet. Thanks in advance