You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cross-complied essentia library for Android, but when I call factory.create() method from my JNI code I got Fatal signal 6 (SIGABRT) error on runtime. Also, the debug message said that always same (invalid)address passed to free.
11-06 17:40:35.637 22757-22757/com.example.essentiajnitest A/libc: Invalid address 0x9c47f89c passed to free: value not allocated
11-06 17:40:35.637 22757-22757/com.example.essentiajnitest A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 22757 (essentiajnitest)
I think this is the same issue with #442. Is there any further update after then?
The text was updated successfully, but these errors were encountered:
Hi,
I cross-complied essentia library for Android, but when I call factory.create() method from my JNI code I got Fatal signal 6 (SIGABRT) error on runtime. Also, the debug message said that always same (invalid)address passed to free.
11-06 17:40:35.637 22757-22757/com.example.essentiajnitest A/libc: Invalid address 0x9c47f89c passed to free: value not allocated
11-06 17:40:35.637 22757-22757/com.example.essentiajnitest A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 22757 (essentiajnitest)
I think this is the same issue with #442. Is there any further update after then?
The text was updated successfully, but these errors were encountered: