FS#73264 - [qt5-script] PLEASE ENTER SUMMARY

Attached to Project: Arch Linux
Opened by Carlos (cyberconan) - Wednesday, 05 January 2022, 15:57 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 05 January 2022, 22:01 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Crash in old qt app

Additional info:
The issue appear with qt5-script 5.15.8-1, downgrading to 5.15.7-1 the crash not happens. I think than changes in new libraries version introduced the issue.

Here is the gdb output:

Starting program: /usr/local/bin/gr-lida
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffef850640 (LWP 6732)]
[New Thread 0x7fffdb936640 (LWP 6735)]

Thread 1 "gr-lida" received signal SIGSEGV, Segmentation fault.
0x00007ffff6d88477 in ?? () from /usr/lib/libQt5Script.so.5

I have upgraded again to 5.15.8-1, copied previous libQt5Script.so.5 to this app path and launch from a .sh for force previous library version and old app works again.

I will test again this app in future versions. Thanks!
This task depends upon

Closed by  Antonio Rojas (arojas)
Wednesday, 05 January 2022, 22:01 GMT
Reason for closing:  Fixed
Additional comments about closing:  qt5-script 5.15.8-2
Comment by Antonio Rojas (arojas) - Wednesday, 05 January 2022, 18:12 GMT
I can't reproduce this with any official package. Please try rebuilding gr-lida
Comment by Carlos (cyberconan) - Wednesday, 05 January 2022, 20:22 GMT
It is the first thing I tried but recompiling did not fix the problem.

Loading...