-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault error #26
Comments
The code in this repository is not meant to compile or run on Android, sorry. See #19 for more on Android-Support. |
uuuhh... the fact it's even getting that far is pretty wild. If you can get searchnet to work, that holds out hope and a different CNFG rawdraw frontend could be used! |
Thanks for this great tool!
do you have any news on how to fix that? thanks in advance |
I found the issue, it occurs when I run cnping from an SSH session, but when I run it in the bash terminal from Ubuntu it works fine! Great work! thanks |
Hmm... I haven't had any issues with ping http stuff. Can you run it in gdb for me and see where it crashes? Also may want to use debug. (1) Change |
The issue has nothing to do with HTTP but I tried gdb anyway:
I think CNFGDisplay is null when using ssh without proper X-Forwarding. Most graphical applications fail in this environment. I'm working on a better error handling (warning instead of SEGFAULT). |
Hi @dreua , yes, the problem is exactly due to proper X-Forwaring on SSH. In my case, everything is working well now. thanks |
Closing this issue though I am hoping @dreua gives feedback in the actual merge request. Thanks for the solution! |
Build it on Android with cli tools (Terminal). But when it runs it displays segmentation fault .Maybe Android doesn't have any X11 .Or I can't use the programme properly.
The text was updated successfully, but these errors were encountered: