-
Notifications
You must be signed in to change notification settings - Fork 828
[Bug]: Linux Client 3.13.3 to 3.14.xx IOT instruction (core dumped) #7465
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
Comments
Still the same problem with version 3.15.0 and with GNOME it does not work neither. |
It is likely linked to #7135 |
Hi, do you still get this issue with one of the recent daily AppImage builds? You can find them here: https://download.nextcloud.com/desktop/daily/linux/ |
I have tested the latest build (of today) and there is still an IOT instruction (core dumped). |
This allows the AppImage build to find and load the experimental VFS plugins, and not crash with: [ critical plugins /home/user/src/common/vfs.cpp:250 ]: Could not load plugin: not existent or bad metadata "nextclouddevsync_vfs_suffix" [ fatal default /home/user/src/gui/folderman.cpp:326 ]: Could not load plugin [1] 72936 IOT instruction (core dumped) ./nextclouddev-master-x86_64.AppImage Fixes #7135 Fixes #7194 Fixes #7465 Signed-off-by: Jyrki Gadinger <[email protected]>
Hey @loulous24, does the appimage build from #8217 resolve this issue for you? nextcloud-appimage-pr-8217.zip |
This allows the AppImage build to find and load the experimental VFS plugins, and not crash with: [ critical plugins /home/user/src/common/vfs.cpp:250 ]: Could not load plugin: not existent or bad metadata "nextclouddevsync_vfs_suffix" [ fatal default /home/user/src/gui/folderman.cpp:326 ]: Could not load plugin [1] 72936 IOT instruction (core dumped) ./nextclouddev-master-x86_64.AppImage Fixes #7135 Fixes #7194 Fixes #7465 Signed-off-by: Jyrki Gadinger <[email protected]>
This allows the AppImage build to find and load the experimental VFS plugins, and not crash with: [ critical plugins /home/user/src/common/vfs.cpp:250 ]: Could not load plugin: not existent or bad metadata "nextclouddevsync_vfs_suffix" [ fatal default /home/user/src/gui/folderman.cpp:326 ]: Could not load plugin [1] 72936 IOT instruction (core dumped) ./nextclouddev-master-x86_64.AppImage Fixes #7135 Fixes #7194 Fixes #7465 Signed-off-by: Jyrki Gadinger <[email protected]>
This allows the AppImage build to find and load the experimental VFS plugins, and not crash with: [ critical plugins /home/user/src/common/vfs.cpp:250 ]: Could not load plugin: not existent or bad metadata "nextclouddevsync_vfs_suffix" [ fatal default /home/user/src/gui/folderman.cpp:326 ]: Could not load plugin [1] 72936 IOT instruction (core dumped) ./nextclouddev-master-x86_64.AppImage Fixes nextcloud#7135 Fixes nextcloud#7194 Fixes nextcloud#7465 Signed-off-by: Jyrki Gadinger <[email protected]>
Bug description
When launching the app on Linux, the versions 3.14.xx crash with error
IOT instruction (core dumped)
.Steps to reproduce
Launch the app with command
QT_QPA_PLATFORM=xcb ./Nextcloud-3.14.0-x86_64.AppImage
on Linux with Wayland. (because withQT_QPA_PLATFORM=wayland
, an errorAvailable platform plugins are: xcb.
).With version 3.13.3,
QT_QPA_PLATFORM=xcb ./Nextcloud-3.13.3-x86_64.AppImage
is working but not with 3.14.xx versions (neither 3.14.0, nor 3.14.1, 3.14.3...)Expected behavior
The application should not crash.
Which files are affected by this bug
Every file
Operating system
Linux
Which version of the operating system you are running.
Fedora 40
Package
Official Linux AppImage
Nextcloud Server version
29.0.7.1
Nextcloud Desktop Client version
3.14.3
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 3.3.6 to 3.4.0)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Nextcloud Server logs
No response
Additional info
The windows manager is Sway with Wayland.
The text was updated successfully, but these errors were encountered: