Skip to main content
Topic: Segmentation fault in QT apps (Read 1115 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Re: Segmentation fault in QT apps

Reply #15
I have that error after building it.
Just after building auralquiz that error.

Re: Segmentation fault in QT apps

Reply #16
I searched qt5 apps in ARMtix repos.
I found etherwallet that does not start cause of missing libprotobuf.so.25.

Any suggestion to how fix qt5/6 apps?

Re: Segmentation fault in QT apps

Reply #17
As i already said, it is firstly required to find actually broken packages, which are qt5-* packages built against wrong qt5-base. Not etherwallet, just qt5-*. They are root of the problem, others are just a consequence.
ARMtix

Re: Segmentation fault in QT apps

Reply #18
Do I need to rebuild qt6-base for qt6 apps?

If it is just me having these problems I wonder why.

Re: Segmentation fault in QT apps

Reply #19
qt6 should be unaffected but you still can check qt6-* packages. It is not base which should be rebuilt, some other qt5-* packages are.
ARMtix

Re: Segmentation fault in QT apps

Reply #20
I find out about this problem because of qt6 apps.
After I checked qt5 just to see if that works.

I think that something is wrong normally you do not have segmentation fault in all qt6 apps and mismatching library for qt5 just after building the app.