Skip to content

[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

Closed
5 of 8 tasks
loulous24 opened this issue Nov 5, 2024 · 5 comments · Fixed by #8217
Closed
5 of 8 tasks

[Bug]: Linux Client 3.13.3 to 3.14.xx IOT instruction (core dumped) #7465

loulous24 opened this issue Nov 5, 2024 · 5 comments · Fixed by #8217
Labels
Milestone

Comments

@loulous24
Copy link

⚠️ Before submitting, please verify the following: ⚠️

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 with QT_QPA_PLATFORM=wayland, an error Available 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?

  • Default internal user-backend
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Nextcloud Server logs

No response

Additional info

The windows manager is Sway with Wayland.

@loulous24
Copy link
Author

Still the same problem with version 3.15.0 and with GNOME it does not work neither.

@loulous24
Copy link
Author

It is likely linked to #7135

@nilsding
Copy link
Member

nilsding commented Feb 5, 2025

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/

@loulous24
Copy link
Author

I have tested the latest build (of today) and there is still an IOT instruction (core dumped).

nilsding added a commit that referenced this issue Apr 28, 2025
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]>
@nilsding
Copy link
Member

Hey @loulous24, does the appimage build from #8217 resolve this issue for you? nextcloud-appimage-pr-8217.zip

backportbot bot pushed a commit that referenced this issue May 30, 2025
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]>
mgallien pushed a commit that referenced this issue May 30, 2025
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]>
@nilsding nilsding added this to the 3.16.5 milestone Jun 2, 2025
memurats pushed a commit to nextmcloud/desktop that referenced this issue Jun 4, 2025
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants