LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Debian Sid, All Qt GUI software give Segmentation fault at launch (https://www.linuxquestions.org/questions/debian-26/debian-sid-all-qt-gui-software-give-segmentation-fault-at-launch-4175721512/)

Procenko 01-31-2023 08:34 AM

Debian Sid, All Qt GUI software give Segmentation fault at launch
 
Hello Free People! :)
Here very strange situation.

Fresh install Debian Sid, XFCE4, nvidia proprietary driver 340.108 from Sid repo(maybe this proprietary driver have bug?)
c2d, gf9800gtx, 4gb ram, hdd

Now when i try start any Qt software almost all give here Segmentation fault

Example Doomseeker, it crashes at start, BUT! working good through
Code:

gdb ./doomseeker
strace ./doomseeker

Same is with Qbittorrent
https://imgur.com/a/SYgqHZD

and 2048-Qt
https://imgur.com/SUefK7P

Only one Qt application starting normally - CMake GUI

Segmentation fault
Code:

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


Please, can you give answer why it happens? :roll:
And if its possible solve this?

story continue here
https://www.linuxquestions.org/quest...51#post6410551

boughtonp 01-31-2023 08:38 AM


 
The solution is to start here: https://www.debian.org/Bugs/Reporting

If you're not willing to diagnose and report bugs, stop using the unstable developer version of Debian.


Procenko 01-31-2023 11:52 AM

my nvidia drivers available only at sid

boughtonp 01-31-2023 01:09 PM

Quote:

Originally Posted by Procenko (Post 6408120)
my nvidia drivers available only at sid

Nvidia 340.108 drivers contain numerous bugs, and thus should not be used.

It exists in Sid because developers are working to fix those bugs, but they have not yet done so.

If you're not a Debian developer, try:
* Debian 11 with different drivers;
* Debian 11 with a different graphics card (i.e. one with known working drivers);
* Debian 10 (where an older version of the drivers exist); Debian 10 is still supported until 2024.


Procenko 01-31-2023 03:37 PM

switched to nouveau - same error

boughtonp 01-31-2023 04:37 PM


 
Then it's possibly not the driver, but something else.

Have you submitted any bug reports yet?


Procenko 01-31-2023 04:52 PM

>Have you submitted any bug reports yet?

No, i am do not how. I am only post question at Debian Forums.

prejudices_mars 02-01-2023 08:07 AM

Quote:

No, i am do not how.
Linux requires debugging on your part. Debian Sid is meant for developers. This Linux Distribution might be good for you.

Procenko 02-01-2023 11:19 AM

Quote:

Originally Posted by prejudices_mars (Post 6408275)
Linux requires debugging on your part. Debian Sid is meant for developers. This Linux Distribution might be good for you.

Not. Linux not redy for desktop yet. And thats why i see you posting under win10;)

Procenko 02-11-2023 06:37 AM

story continue here
https://www.linuxquestions.org/quest...51#post6410551


All times are GMT -5. The time now is 11:42 AM.