-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
*** bit out of range 0 - FD_SETSIZE on fd_set ***: terminated Running the AppImage #1654
Comments
Same here
uname -a
Arch Linux with Gnome 45 |
Thank you for reporting this issue. I can confirm this is happening on the latest release version of AppImage. I will look into it |
Hey! I don't know if it is related, but I get the same error when using the AppImage, but when installing the package directly I only get a Segmentation Fault and nothing more. Should I open another bug? And there is something that I can do to gather any more info ? |
Hi @HRKings, both the |
This will be fixed in #1785. |
Describe the bug
Hello everyone,
When running the AppImage on my machine I got the following error:
2023-10-21T20:54:39.310948Z INFO sd_core: Starting core with data directory '/home/kun/.local/share/spacedrive'
2023-10-21T20:54:39.345935Z INFO sd_core::p2p::p2p_manager: Node '12D3KooWLYNFppQUoKPcJFCny3ywaqxr8uWgkTTiXQCRUaFzDaWp' is now online listening at addresses:
{}
2023-10-21T20:54:39.523083Z INFO sd_core: Spacedrive online.
2023-10-21T20:54:39.525977Z INFO sd_desktop::tauri_plugins: Internal server listening on: http://127.0.0.1:40073
*** bit out of range 0 - FD_SETSIZE on fd_set ***: terminated
[1] 10725 IOT instruction (core dumped) ./Downloads/Spacedrive-linux-x86_64.AppImage
I was about to try for the first time, not sure if that's an issue on my machine or if is a known issue for the application.
Since the FD_SETSIZE is a know limitation on Linux machines I am not sure if might be happening only on my machine.
This is my kernel information:
Linux version 6.1.58-1-lts (linux-lts@archlinux) (gcc (GCC) 13.2.1 20230801, GN
U ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Sun, 15 Oct 2023 18:38:43 +0
000
Reproduction
Download the appimage
chmod +x "downloaded appimage"
./appimage
Expected behavior
Print the message:
*** bit out of range 0 - FD_SETSIZE on fd_set ***: terminated
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: