Correct listen address in status bar when allowLANConn is on
============================================================
Previously, all addresses in the status bar use loopback as host even when `allowLANConn` is on, which is rather confusing. This commit changes 127.0.0.1 to 0.0.0.0 when allowLANConn is on, reflecting the fact that v2ray is listening on all interfaces.
Interesting. Without knowing the exact python3 you're using (distro, version, so that I can get the debug symbols) I can't debug the core dump though. Also, to be honest I never debugged a SIGILL ever, so maybe I can't debug this even with debug symbols.
Did you install from a prebuilt wheel? What if you install from the source package? i.e., try this:
pip install --no-cache --no-binary :all: miller-rabin
A reproduction would also be valuable. Distro, Python version, and a short script to trigger this. Best if you can reproduce this inside Docker.