Bug 41728

Summary: Segmentation fault
Product: Sisyphus Reporter: Andrey Cherepanov <cas>
Component: scribusAssignee: manowar <manowar>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: manowar, mike
Version: unstable   
Hardware: x86_64   
OS: Linux   
URL: https://bugzilla.redhat.com/show_bug.cgi?id=1866207

Description Andrey Cherepanov 2022-01-17 13:13:12 MSK
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff5f90920 in QString::operator=(QString const&) () from /usr/lib64/libQt5Core.so.5
(gdb) bt
#0  0x00007ffff5f90920 in QString::operator=(QString const&) () from /usr/lib64/libQt5Core.so.5
#1  0x0000555555888525 in ?? ()
#2  0x000055555623baf5 in __libc_csu_init ()
#3  0x00007ffff58a4264 in __libc_start_main () from /lib64/libc.so.6
#4  0x0000555555889e3a in _start ()
Comment 1 Andrey Cherepanov 2022-01-17 13:14:53 MSK
Возможно, нужно отключить LTO.
Comment 2 Vitaly Lipatov 2022-01-17 22:34:30 MSK
Подтверждаю на Сизифе. Ну так я тоже могу пересобрать.
Comment 3 manowar@altlinux.org 2022-01-18 01:01:56 MSK
(Ответ для Andrey Cherepanov на комментарий #1)
> Возможно, нужно отключить LTO.

Отключить-то самое простое. Посмотрим что там по ссылке пишут, может можно починить.
Comment 4 manowar@altlinux.org 2022-01-18 18:25:22 MSK
https://git.altlinux.org/tasks/293708/ . Локальная сборка не падала.
Comment 5 Repository Robot 2022-01-19 20:02:42 MSK
scribus-1:1.5.7-alt4 -> sisyphus:

 Tue Jan 18 2022 Paul Wolneykien <manowar@altlinux> 1:1.5.7-alt4
 - Fixed undefined m_NoneColor (closes: 41728).