-
-
Notifications
You must be signed in to change notification settings - Fork 569
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
segfault on macos #137
Comments
Are you sure you launched sniffnet also from the cargo binary? |
I get the segfault with I tried a build in release mode with debug symbols and got a backtrace: diff --git a/Cargo.toml b/Cargo.toml
index 9f78094..3ff104f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ icon = ["./resources/logos/icon.ico"]
[profile.release]
opt-level = 3
lto = true
-strip = true
+debug = true
[dependencies]
The full thing is here. |
As suspected the problem probably resides in wgpu. |
@blinsay can you kindly try the main branch now? |
No more segfault! Thanks! |
Hey @blinsay could you kindly tell me if you are using an Apple Silicon macOS? We are now building two separate version of the installer (Intel & Silicon), but I have no way of testing the Silicon one. In case you are using an Apple Silicon, it'd be amazing if you could test it. Thanks in advance. |
Describe the bug
I just learned about sniffnet through the accelerator program (congrats!) and tried installing it on macos through homebrew and Cargo. I get a segfault after the welcome banner. Happy to help diagnose more if you let me know what is useful to look at.
To Reproduce
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: