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

Crash under Fedora 29 #1824

Closed
aaronsaunders opened this issue Mar 27, 2019 · 3 comments
Closed

Crash under Fedora 29 #1824

aaronsaunders opened this issue Mar 27, 2019 · 3 comments
Labels

Comments

@aaronsaunders
Copy link

Details for the issue

What did you do?

$ sqlitebrowser
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.

"New Database"
Import -> File from CSV -> chose file and imported

Get following error in terminal:

QFSFileEngine::open: No file name specified

Modify Table. Click on "TYPE" dropdown to change data type.

Screenshot from 2019-03-27 16-04-45

Crashes with following in cli:

Segmentation fault (core dumped)

Tried with Wayland but I get the same error and the windows look really buggy...

$ export QT_QPA_PLATFORM=wayland
$ sqlitebrowser
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
QSocketNotifier: Can only be used with threads started with QThread

What did you expect to see?

What did you see instead?

Useful extra information

The info below often helps, please fill it out if you're able to. :)

What operating system are you using?

Linux: ( distro: Fedora 29 64-bit)

What is your DB4S version?

3.10.1
Qt 5.11.1
SQLite 3.24.0

Did you also

@justinclift
Copy link
Member

Interesting. Would you be up for building from source code, in order to test with something newer than our 3.10.1 release? 😄

If so, the instructions for building on CentOS/Fedora are tested reasonably frequently, so should work without problem. In theory. 😉

    https://github.com/sqlitebrowser/sqlitebrowser/blob/master/BUILDING.md#centos--fedora-linux

@aaronsaunders
Copy link
Author

Built and installed. Looks to have solved the problem.

Thanks for the prompt advice. I appreciate it 💯 👍

@justinclift
Copy link
Member

No worries at all @aaronsaunders. 😄

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

No branches or pull requests

2 participants