Foundation-Devices / tor

Tor plugin for Flutter
https://pub.dev/packages/tor
MIT License
18 stars 9 forks source link

Crash during Tor.init() #50

Open robert-virkus opened 1 week ago

robert-virkus commented 1 week ago

Hi tor team!

I am trying to run tor on an Android simulator on MacOS and have moved over the example code unmodified into my project.

When calling the "start" button, the simulator crashes with the following stacktrace:

F/libc    ( 7102): Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x7aab5d1c09f0 in tid 7194 (1.ui), pid 7102 (partial app package name)
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'google/sdk_gphone16k_arm64/emu64a16k:15/AP31.240617.003/12088229:user/dev-keys'
Revision: '0'
ABI: 'arm64'
Timestamp: 2024-09-16 15:30:29.003069229+0200
Process uptime: 105s
Page size: 16384 bytes
Cmdline: app package name
pid: 7102, tid: 7194, name: 1.ui  >>> app.package.name <<<
uid: 10197
tagged_addr_ctrl: 0000000000000001 (PR_TAGGED_ADDR_ENABLE)
pac_enabled_keys: 000000000000000f (PR_PAC_APIAKEY, PR_PAC_APIBKEY, PR_PAC_APDAKEY, PR_PAC_APDBKEY)
signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x00007aab5d1c09f0
    x0  00007aab5d1c09f0  x1  0000000000000000  x2  0000000000003610  x3  00007aab5d1c09f0
    x4  00007aab5d1c4000  x5  00000000013e4000  x6  00000000000c4f00  x7  00000000014aa9f0
    x8  00000000000009f0  x9  0000000000000001  x10 00007aae36f3b0d0  x11 00007aae36f3b000
    x12 0000000000000001  x13 0000000000000004  x14 ffffffffffffffff  x15 0000000000000035
    x16 00007aae36f25ac0  x17 00007aae36e752c0  x18 00007aaa50158000  x19 00007aae35c07a18
    x20 0000000000004000  x21 00000000000c69f0  x22 00000000000c4f00  x23 00007aab5d1c09f0
    x24 00007aab5d0fbaf0  x25 00007aae298c0108  x26 00007aae298c0040  x27 00000000000c4f00
    x28 00007aae298c00ec  x29 00007aaa50ff1ab0
    lr  00007aae36e08cf0  sp  00007aaa50ff1a30  pc  00007aae36e75348  pst 0000000020001000
10 total frames
backtrace:
      #00 pc 00000000000bd348  /apex/com.android.runtime/bin/linker64 (__dl___memset_aarch64+136) (BuildId: 0dcad91a92430eb69452f6930681f0c8)
      #01 pc 0000000000050cec  /apex/com.android.runtime/bin/linker64 (__dl__ZN9ElfReader4LoadEP20address_space_params+1964) (BuildId: 0dcad91a92430eb69452f6930681f0c8)
      #02 pc 0000000000058320  /apex/com.android.runtime/bin/linker64 (__dl__Z14find_librariesP19android_namespace_tP6soinfoPKPKcmPS2_PNSt3__16vectorIS2_NS8_9allocatorIS2_EEEEmiPK17android_dlextinfobPNS9_IS0_NSA_IS0_EEEE+1052) (BuildId: 0dcad91a92430eb69452f6930681f0c8)
      #03 pc 0000000000061e04  /apex/com.android.runtime/bin/linker64 (__dl__Z9do_dlopenPKciPK17android_dlextinfoPKv+572) (BuildId: 0dcad91a92430eb69452f6930681f0c8)
      #04 pc 0000000000061b24  /apex/com.android.runtime/bin/linker64 (__dl__ZL10dlopen_extPKciPK17android_dlextinfoPKv.__uniq.234527301065430621646263515731762262959+72) (BuildId: 0dcad91a92430eb69452f6930681f0c8)
      #05 pc 0000000000004024  /apex/com.android.runtime/lib64/bionic/libdl.so (dlopen+16) (BuildId: bb1360f0eae574e04d1e293e6681cea3)
      #06 pc 00000000021c2af4  /data/app/~~4g6t9vIWbjyNpLaQc_ODRA==/app.package.name-NKMQxURp8BiQXWLr6TchrQ==/lib/arm64/libflutter.so (BuildId: 401fddf00828b4e4366640aa543d24715c00b6bd)
      #07 pc 00000000021e00b0  /data/app/~~4g6t9vIWbjyNpLaQc_ODRA==/app.package.name-NKMQxURp8BiQXWLr6TchrQ==/lib/arm64/libflutter.so (BuildId: 401fddf00828b4e4366640aa543d24715c00b6bd)
      #08 pc 000000000224c490  /data/app/~~4g6t9vIWbjyNpLaQc_ODRA==/app.package.name-NKMQxURp8BiQXWLr6TchrQ==/lib/arm64/libflutter.so (BuildId: 401fddf00828b4e4366640aa543d24715c00b6bd)
      #09 pc 000000000000364c  [anon:dart-code]
Lost connection to device.

Exited.

Is there something I need to do before calling Tor.init()?

Thanks so much in advance!

robert-virkus commented 6 days ago

By the way, the same code runs on iOS. There it takes around 26 seconds to start tor (in debug mode).