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

[BUG] Segfault on Ubuntu 22.04 #3096

Open
jacklenox opened this issue Sep 3, 2024 · 2 comments
Open

[BUG] Segfault on Ubuntu 22.04 #3096

jacklenox opened this issue Sep 3, 2024 · 2 comments

Comments

@jacklenox
Copy link

Somewhat baffled because the issue I'm having seems largely the same as the one outlined in #2937, but I'm definitely running the latest version and still having problems. I'm on Ubuntu 22.04, and have tried installing both from the repository and building the program myself.

Error as follows after trying to run ./QOwnNotes from the terminal, or QOwnNotes after installing from repository:

Info: Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. (:0, )
[1]    442686 segmentation fault  ./QOwnNotes

If I try QT_QPA_PLATFORM=wayland ./QOwnNotes, I get:

Info: Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. (:0, )
Warning: QSocketNotifier: Can only be used with threads started with QThread (:0, )
[1]    440994 segmentation fault  QT_QPA_PLATFORM=wayland ./QOwnNotes

Other diagnostic stuff:

> ./QOwnNotes --version
QOwnNotes 24.9.0

If I run a test session, ./QOwnNotes --session test, I get the app's welcome dialog.

@pbek
Copy link
Owner

pbek commented Sep 3, 2024

It's hard to reproduce that without your system...
Assuming you used the PPA for installing, do you have the same issue with the AppImage, Flatpak or Snap?

@pbek pbek added the Duplicate label Sep 3, 2024
@pbek pbek changed the title [BUG] [BUG] Segfault on Ubuntu 22.04 Sep 3, 2024
@jacklenox
Copy link
Author

Thanks for the quick response. I've tried installing via the PPA, and also building the application myself, which is how I have it currently. I haven't tried the other methods yet as I'd rather build it myself. Will give the alternatives a go later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants