Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt 5.15.4 and upper + nvidia driver 340.108 = Segmentation fault of all Qt soft
Forum Updated to NodeBB v4.3 + New Features

Qt 5.15.4 and upper + nvidia driver 340.108 = Segmentation fault of all Qt soft

Scheduled Pinned Locked Moved Unsolved General and Desktop
16 Posts 6 Posters 4.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    deepforest
    wrote on last edited by deepforest
    #1

    Debian Sid.

    With nouveau all working good. But after installing legacy 340.108 nvidia driver for my gf9800 i have Segmentation Fault at launching all Qt GUI software. And opposite, Qt works again after uninstalling nvidia driver.

    But very strange that if i run Qt soft via debugging tools such gdb or strace i have no errors.

    gdb ./doomseeker
    strace ./doomseeker
    

    Same is with Qbittorrent

    qbtorrent

    and 2048-Qt

    2084Qt

    Only one Qt application starting normally - CMake GUI and Audacious Qt theme

    Segmentation fault

    #include <QApplication>
    int main(int argc, char **argv)
    {
      QApplication app(argc, argv);
      return 0;
    }
    

    Is where any solution to fix this? Who can fix this Debian or Qt devs?

    PS https://unix.stackexchange.com/questions/735165/debian-sid-legacy-nvidia-340-108-driver-ruins-running-qt-software

    1 Reply Last reply
    0
    • D Offline
      D Offline
      deepforest
      wrote on last edited by
      #2

      nobody care about my question here?

      jsulmJ JoeCFDJ 2 Replies Last reply
      0
      • D deepforest

        nobody care about my question here?

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @deepforest This is user forum mainly driven by volunteers.
        I'm sure if somebody has an answer he/she will provide it.
        Is there a newer driver available for your hardware?

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        D 1 Reply Last reply
        0
        • D deepforest

          nobody care about my question here?

          JoeCFDJ Offline
          JoeCFDJ Offline
          JoeCFD
          wrote on last edited by
          #4

          @deepforest Also go to NVidia forum to post your problems. You may be able to get something.
          https://www.nvidia.com/en-us/forums/

          D 1 Reply Last reply
          0
          • JoeCFDJ JoeCFD

            @deepforest Also go to NVidia forum to post your problems. You may be able to get something.
            https://www.nvidia.com/en-us/forums/

            D Offline
            D Offline
            deepforest
            wrote on last edited by
            #5

            @JoeCFD said in Qt 5.15.4 and upper + nvidia driver 340.108 = Segmentation fault of all Qt soft:

            @deepforest Also go to NVidia forum to post your problems. You may be able to get something.
            https://www.nvidia.com/en-us/forums/

            already asked there
            https://forums.developer.nvidia.com/t/qt-5-15-4-and-upper-nvidia-driver-340-108-segmentation-fault-of-all-qt-soft/242956

            340.108 is EOL driver and not supported officially by nvidia

            1 Reply Last reply
            0
            • jsulmJ jsulm

              @deepforest This is user forum mainly driven by volunteers.
              I'm sure if somebody has an answer he/she will provide it.
              Is there a newer driver available for your hardware?

              D Offline
              D Offline
              deepforest
              wrote on last edited by
              #6

              @jsulm said in Qt 5.15.4 and upper + nvidia driver 340.108 = Segmentation fault of all Qt soft:

              @deepforest This is user forum mainly driven by volunteers.
              I'm sure if somebody has an answer he/she will provide it.
              Is there a newer driver available for your hardware?

              Thanks for reply. This is last legacy driver for this family GPUs.
              And where i can ask Qt developers about this Qt issue?

              C jsulmJ 2 Replies Last reply
              0
              • D deepforest

                @jsulm said in Qt 5.15.4 and upper + nvidia driver 340.108 = Segmentation fault of all Qt soft:

                @deepforest This is user forum mainly driven by volunteers.
                I'm sure if somebody has an answer he/she will provide it.
                Is there a newer driver available for your hardware?

                Thanks for reply. This is last legacy driver for this family GPUs.
                And where i can ask Qt developers about this Qt issue?

                C Offline
                C Offline
                ChrisW67
                wrote on last edited by
                #7

                @deepforest Your video card is from circa 2008. Perhaps it is time for an upgrade?

                If it is all working with Nouveau then that's your option.

                Have you install the NVIDIA driver from a Debian package or the NVIDIA installer?
                Did you remove Nouveau?

                What is the mechanism in Debian for switching between OpenGL providers? Are you certain that this has occurred correctly, i.e. your programs are not getting a mixed driver?

                D 1 Reply Last reply
                0
                • D deepforest

                  @jsulm said in Qt 5.15.4 and upper + nvidia driver 340.108 = Segmentation fault of all Qt soft:

                  @deepforest This is user forum mainly driven by volunteers.
                  I'm sure if somebody has an answer he/she will provide it.
                  Is there a newer driver available for your hardware?

                  Thanks for reply. This is last legacy driver for this family GPUs.
                  And where i can ask Qt developers about this Qt issue?

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @deepforest said in Qt 5.15.4 and upper + nvidia driver 340.108 = Segmentation fault of all Qt soft:

                  And where i can ask Qt developers about this Qt issue?

                  https://lists.qt-project.org/listinfo/interest

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  0
                  • C ChrisW67

                    @deepforest Your video card is from circa 2008. Perhaps it is time for an upgrade?

                    If it is all working with Nouveau then that's your option.

                    Have you install the NVIDIA driver from a Debian package or the NVIDIA installer?
                    Did you remove Nouveau?

                    What is the mechanism in Debian for switching between OpenGL providers? Are you certain that this has occurred correctly, i.e. your programs are not getting a mixed driver?

                    D Offline
                    D Offline
                    deepforest
                    wrote on last edited by
                    #9

                    @ChrisW67 May be Qt devs must learn how make software without glitches, or fix it?
                    I want use proprietary video drivers on my old PC with fresh Linux without glitches! :)

                    Christian EhrlicherC 1 Reply Last reply
                    0
                    • D deepforest

                      @ChrisW67 May be Qt devs must learn how make software without glitches, or fix it?
                      I want use proprietary video drivers on my old PC with fresh Linux without glitches! :)

                      Christian EhrlicherC Offline
                      Christian EhrlicherC Offline
                      Christian Ehrlicher
                      Lifetime Qt Champion
                      wrote on last edited by
                      #10

                      @deepforest said in Qt 5.15.4 and upper + nvidia driver 340.108 = Segmentation fault of all Qt soft:

                      May be Qt devs must learn how make software without glitches, or fix it?

                      So you want to tell us that a bug that only occours with a proprietary driver on an ancient video card is because of an application/library using this? If it would be inside Qt then it would also crash on a recent system. Blame NVidia at best but even then - noone can check such old stuff (without getting paid enough for it).

                      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
                      Visit the Qt Academy at https://academy.qt.io/catalog

                      D 1 Reply Last reply
                      2
                      • Christian EhrlicherC Christian Ehrlicher

                        @deepforest said in Qt 5.15.4 and upper + nvidia driver 340.108 = Segmentation fault of all Qt soft:

                        May be Qt devs must learn how make software without glitches, or fix it?

                        So you want to tell us that a bug that only occours with a proprietary driver on an ancient video card is because of an application/library using this? If it would be inside Qt then it would also crash on a recent system. Blame NVidia at best but even then - noone can check such old stuff (without getting paid enough for it).

                        D Offline
                        D Offline
                        deepforest
                        wrote on last edited by
                        #11

                        @Christian-Ehrlicher Yes, this is Qt issue because before Qt 5.15.4 all was works good, but now not, and its Qt issue.

                        JonBJ Christian EhrlicherC 2 Replies Last reply
                        0
                        • D deepforest

                          @Christian-Ehrlicher Yes, this is Qt issue because before Qt 5.15.4 all was works good, but now not, and its Qt issue.

                          JonBJ Offline
                          JonBJ Offline
                          JonB
                          wrote on last edited by JonB
                          #12

                          @deepforest
                          So looks like you'd best downgrade your Qt version if you don't want to replace the EOL unsupported 2008 driver. :) It can be risky updating to latest version of software if you want to support 15 year old stuff.

                          If you have paid support have you taken it up with The Qt Company?

                          D 1 Reply Last reply
                          0
                          • JonBJ JonB

                            @deepforest
                            So looks like you'd best downgrade your Qt version if you don't want to replace the EOL unsupported 2008 driver. :) It can be risky updating to latest version of software if you want to support 15 year old stuff.

                            If you have paid support have you taken it up with The Qt Company?

                            D Offline
                            D Offline
                            deepforest
                            wrote on last edited by deepforest
                            #13

                            @JonB LOL pay for what? For Qt glitches?))) I am better buy Windows, not your shitty-glitchy warez)))

                            Make good software and people gives you $$$

                            You special make buggy soft that take money from people for fix own bugs?

                            JonBJ jsulmJ 2 Replies Last reply
                            0
                            • D deepforest

                              @JonB LOL pay for what? For Qt glitches?))) I am better buy Windows, not your shitty-glitchy warez)))

                              Make good software and people gives you $$$

                              You special make buggy soft that take money from people for fix own bugs?

                              JonBJ Offline
                              JonBJ Offline
                              JonB
                              wrote on last edited by JonB
                              #14

                              @deepforest said in Qt 5.15.4 and upper + nvidia driver 340.108 = Segmentation fault of all Qt soft:

                              not your shitty-glitchy warez)))

                              You special make buggy soft that take money from people for fix own bugs?

                              Once again, I don't think you understand this forum! Qt is not my software, I don't write it or sell it, nor does anyone else here. We are users of Qt, just like you. No point moaning at us....

                              The only difference is (most of us here) don't think it's "shitty" if behaviour changes for a 15 year old unsupported card/driver when we choose to upgrade to a latest version of Qt we presumably don't need and should leave well alone. Qt does not make $$$ out of you since you don't pay anything towards it. And we do not expect software that changes yet never has bugs or glitches. Unlike you, we don't think using Qt open source software for free "entitles" us to anything. If you are so dissatisfied why on earth don't you go use something else for free?

                              1 Reply Last reply
                              1
                              • D deepforest

                                @Christian-Ehrlicher Yes, this is Qt issue because before Qt 5.15.4 all was works good, but now not, and its Qt issue.

                                Christian EhrlicherC Offline
                                Christian EhrlicherC Offline
                                Christian Ehrlicher
                                Lifetime Qt Champion
                                wrote on last edited by
                                #15

                                @deepforest said in Qt 5.15.4 and upper + nvidia driver 340.108 = Segmentation fault of all Qt soft:

                                but now not, and its Qt issue.

                                No - it's not. It's working fine for all drivers expect an acient one so I guess now a function call is used which the acient stuff does not handle correctly. Does this mean noone can use a function just because an ancient driver crashes? Nice try...

                                Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
                                Visit the Qt Academy at https://academy.qt.io/catalog

                                1 Reply Last reply
                                0
                                • D deepforest

                                  @JonB LOL pay for what? For Qt glitches?))) I am better buy Windows, not your shitty-glitchy warez)))

                                  Make good software and people gives you $$$

                                  You special make buggy soft that take money from people for fix own bugs?

                                  jsulmJ Offline
                                  jsulmJ Offline
                                  jsulm
                                  Lifetime Qt Champion
                                  wrote on last edited by
                                  #16

                                  @deepforest Please read and follow https://forum.qt.io/topic/113070/qt-code-of-conduct !

                                  And please understand that this is USER forum driven by volunteers. If you want to tell Qt developers how bad they are you can do so here: https://lists.qt-project.org/listinfo/development

                                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                                  1 Reply Last reply
                                  0

                                  • Login

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Categories
                                  • Recent
                                  • Tags
                                  • Popular
                                  • Users
                                  • Groups
                                  • Search
                                  • Get Qt Extensions
                                  • Unsolved