whisper icon indicating copy to clipboard operation
whisper copied to clipboard

Seg fault error

Open torphix opened this issue 2 years ago • 1 comments

Hi thanks for the lib,

I am receiving this error when running:

signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x170
Cause: null pointer dereference
    x0  0000000000000000  x1  0000007d35120cdc  x2  0000007c37e011c0  x3  00000079bbc23588
    x4  000000000000dc00  x5  0000000000000004  x6  000000000002e02e  x7  000000000002e02e
    x8  0000000000000000  x9  0000000000000000  x10 0000007c37c51000  x11 0000000000010010
    x12 0000000000000001  x13 0000007c37e0edd0  x14 0000007c37f3ef00  x15 0000000000000000
    x16 000000798ed70bf8  x17 000000798ec82b10  x18 00000079ac176000  x19 00000079bbc23b20
    x20 0000000000000000  x21 00000079bbc239b0  x22 0000000000003700  x23 0000000000003700
    x24 0000007a67cef990  x25 0000000000000030  x26 00000079bbc239b1  x27 0000007806514300
    x28 0000000800000078  x29 00000079bbc23aa0
    lr  000000798ecc0678  sp  00000079bbc235c0  pc  000000798ec82b10  pst 0000000060000000
backtrace:
      #00 pc 0000000000070b10  /data/app/~~E_I524WaE26A0uimN0qXJQ==/com.example.-AH_tk5UeICyziNsYliaA7w==/lib/arm64/libwhisper_android.so (whisper_is_multilingual+0)
      #01 pc 00000000000ae674  /data/app/~~E_I524WaE26A0uimN0qXJQ==/com.example.-AH_tk5UeICyziNsYliaA7w==/lib/arm64/libwhisper_android.so (transcribe(nlohmann::json_abi_v3_11_2::basic_json<std::__ndk1::map, std::__ndk1::vector, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> >, bool, long, unsigned long, double, std::__ndk1::allocator, nlohmann::json_abi_v3_11_2::adl_serializer, std::__ndk1::vector<unsigned char, std::__ndk1::allocator<unsigned char> > >)+3292)
      #02 pc 00000000000aee40  /data/app/~~E_I524WaE26A0uimN0qXJQ==/com.example.-AH_tk5UeICyziNsYliaA7w==/lib/arm64/libwhisper_android.so (request+176)
      #03 pc 0000000000006f64  [anon:dart-code]

torphix avatar Feb 15 '23 21:02 torphix