Skip to content
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

*** buffer overflow detected ***: terminated #1943

Closed
Burane opened this issue Jan 16, 2024 · 1 comment · Fixed by #1785
Closed

*** buffer overflow detected ***: terminated #1943

Burane opened this issue Jan 16, 2024 · 1 comment · Fixed by #1785
Labels
kind/bug Something isn't working status/needs-triage

Comments

@Burane
Copy link

Burane commented Jan 16, 2024

Describe the bug

when launching the app on kubuntu i got this error :

./Spacedrive-linux-x86_64\ \(1\).AppImage
2024-01-16T13:22:06.824142Z INFO sd_core: core/src/lib.rs:145: Spacedrive online.
2024-01-16T13:22:06.829120Z INFO sd_desktop::tauri_plugins: apps/desktop/src-tauri/src/tauri_plugins.rs:62: Internal server listening on: http://127.0.0.1:40059
*** buffer overflow detected ***: terminated
[1] 59781 IOT instruction (core dumped) ./Spacedrive-linux-x86_64\ (1).AppImage

Reproduction

on kubuntu dowload the Alpha v0.1.4 app image

Expected behavior

No response

Platform and versions

kubuntu

Stack trace

2024-01-16T13:22:05.234349Z  INFO sd_core: core/src/lib.rs:88: Starting core with data directory '/home/antoine/.local/share/spacedrive'
2024-01-16T13:22:05.291379Z  INFO sd_core::p2p::p2p_manager: core/src/p2p/p2p_manager.rs:50: Node RemoteIdentity('5nzeD8brNf6gSAAGMDiPbo6FPVNnNU36tDvPRU0eUzk') libp2p::PeerId('12D3KooWRL6NZxP6kv9LYuY3FTkwPyKQh6NaMzNxj4BarBbBmqjv') is now online listening at addresses: {}
2024-01-16T13:22:06.824142Z  INFO sd_core: core/src/lib.rs:145: Spacedrive online.
2024-01-16T13:22:06.829120Z  INFO sd_desktop::tauri_plugins: apps/desktop/src-tauri/src/tauri_plugins.rs:62: Internal server listening on: http://127.0.0.1:40059
*** buffer overflow detected ***: terminated
[1]    59781 IOT instruction (core dumped)  ./Spacedrive-linux-x86_64\ \(1\).AppImage

Additional context

No response

@Burane Burane added kind/bug Something isn't working status/needs-triage labels Jan 16, 2024
@brxken128
Copy link
Contributor

AppImages are a little unstable on the current main (#1654 is extremely similar, and there's a handful of duplicates). We have a PR to address these issues (#1785), and I'm pretty sure this bug will also be fixed with the merge of that.

I'm going to be testing the PR later manually, and then once we can get release CI builds up and running we can test it in CI and hopefully get it merged.

@HeavenVolkoff HeavenVolkoff linked a pull request Jan 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working status/needs-triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants