MatsuriDayo / nekoray

Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box)
https://matsuridayo.github.io/
GNU General Public License v3.0
11.18k stars 1.1k forks source link

BUG: Segmentation fault when connecting to network #1314

Open TadavomnisT opened 2 weeks ago

TadavomnisT commented 2 weeks ago

Problem

When trying to do anything network-related, such as pinging or connecting to a profile, the app crashes and GUI gets closed with Segmentation fault.

The operating system in use is MX-Linux x86_64, and the following are the logs from both the terminal and gdb.

log

user@mx:~/Desktop/nekoray
$ ./nekoray
Found exec "getcap" at "/sbin/getcap"
Segmentation fault

GDB log:

Thread 22 "QNetworkAccessM" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff99210700 (LWP 4136)]
0x00007ffff7e962ae in ?? () from /lib/x86_64-linux-gnu/libQt5Network.so.5
(gdb) 
(gdb)