-
-
Notifications
You must be signed in to change notification settings - Fork 558
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 #300
Comments
Could you also post the output after simply running |
|
I think the problem is with your graphical adapter. |
News? |
Apologies, I hope to get back to you on Monday or Tuesday |
Apologies for late reply, I built sniffnet on the
I suppose this is a separate issue though? What do you think?
|
The problem is still related to Iced and I wouldn't be surprised if it's again the renderer, even if in other circumstances problems were solved by I think the best thing to do is waiting that Iced releases the new version (should happen shortly). In the meantime, if you are interested in troubleshooting, you could run Iced examples from their repo to see if they work. |
Thanks for that advice! For me, the iced examples do not work on the master branch, so I guess the bug is with them. |
Damn... this means that your system is incompatible with Or maybe there is another problem with Iced I'm not aware of. I doubt it could be related to the fact that you are running from oldstable. Thanks for having tried anyway! |
A new release of Sniffnet has been published today. However, since the master branch of iced didn't work for you, I also provide you a link to a Sniffnet version that uses directly the new renderer (tiny-skia): https://github.com/GyulyVGC/sniffnet/suites/14909529200/artifacts/849640693 Please let me know if at least one between the artifact from the release page or from this link work @omarandlorraine |
I recently found out (as in five minutes ago) that Instead of this branch, users can launch Sniffnet with I'm working on a small bug fix for |
Thanks for pointing out. |
For unrelated reasons, I have upgraded to Debian 12.1, which is bookworm. Well, I have retried iced's master branch examples, and they run just fine.
I installed this from Cargo (needed to |
That's amazing, thanks for the update! |
Is there an existing issue for this?
What's the problem?
I am experiencing a segmentation fault shortly after the application starts.
The big window opens, and then a fraction of a second later, I get the segmentation fault.
If I run
strace sniffnet
:If I'm reading this right, the segfault is happening inside
clock_nanosleep
🤔How did you install the app?
installed from crates.io
Operating System
Linux
Additional context
I'm running debian bullseye which is oldstable.
While installing, (
cargo install sniffnet
), I had tosudo apt install libasound2-dev libfontconfig-dev
for the build to complete.The text was updated successfully, but these errors were encountered: