ambrop72 / badvpn

NCD scripting language, tun2socks proxifier, P2P VPN
Other
1.86k stars 603 forks source link

move_first_timers crash #112

Closed xDragonZ closed 3 years ago

xDragonZ commented 3 years ago

Noticed on reconnection it will crash after tun2socks.c#L946 failed

stacktrace leads to: BReactor_badvpn.c - Line 117 at move_first_timers (BReactor *bsys) tun2socks.c - BReactor_Exec(&ss);

any idea why this happens?

bitmold commented 3 years ago

Hey, actually this exact issue happens in the very outdated fork of badvpn that is used in https://github.com/guardianproject/orbot. Specifically in issue 410 https://github.com/guardianproject/orbot/issues/410

Did you happen to have any luck resolving this?