Bug 41728 - Segmentation fault
Summary: Segmentation fault
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: scribus (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: manowar@altlinux.org
QA Contact: qa-sisyphus
URL: https://bugzilla.redhat.com/show_bug....
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-17 13:13 MSK by Andrey Cherepanov
Modified: 2022-01-19 20:02 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).