gdb scribus GNU gdb (GDB) 11.1 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from scribus... (No debugging symbols found in scribus) (gdb) run Starting program: /usr/bin/scribus [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7ffff14d0640 (LWP 22697)] [New Thread 0x7fffeb7cb640 (LWP 22698)] [New Thread 0x7fffeafca640 (LWP 22699)] [New Thread 0x7fffea6b1640 (LWP 22700)] [New Thread 0x7fffe9e78640 (LWP 22701)] [New Thread 0x7fffdbebe640 (LWP 22702)] [Detaching after fork from child process 22703] [Detaching after fork from child process 22704] [Detaching after fork from child process 22705] [Detaching after fork from child process 22706] [Detaching after fork from child process 22707] sizeof(TrkHeader)=1000 ReaderWriterTF::writeObject pathForIcon: Unable to load icon /usr/share/scribus/icons/1_5_1/lab.png: File not found pathForIcon: Unable to load icon /usr/share/scribus/icons/1_5_1/spot.png: File not found pathForIcon: Unable to load icon /usr/share/scribus/icons/1_5_1/register.png: File not found qt.gui.icc: Unsupported ICC profile class 70727472 QPngHandler: Failed to parse ICC profile Thread 1 "scribus" received signal SIGSEGV, Segmentation fault. 0x00007ffff525da0e in __strcmp_avx2 () from /usr/lib/libc.so.6 (gdb) bt #0 0x00007ffff525da0e in __strcmp_avx2 () at /usr/lib/libc.so.6 (gdb) kill Kill the program being debugged? (y or n) y [Inferior 1 (process 22693) killed] (gdb) run -ns Starting program: /usr/bin/scribus -ns [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7ffff14d0640 (LWP 22731)] [New Thread 0x7fffeb7cb640 (LWP 22732)] [New Thread 0x7fffeafca640 (LWP 22733)] [New Thread 0x7fffea6b1640 (LWP 22734)] [New Thread 0x7fffe9e78640 (LWP 22735)] [Detaching after fork from child process 22736] [Detaching after fork from child process 22737] [Detaching after fork from child process 22738] [Detaching after fork from child process 22739] [Detaching after fork from child process 22740] sizeof(TrkHeader)=1000 ReaderWriterTF::writeObject pathForIcon: Unable to load icon /usr/share/scribus/icons/1_5_1/lab.png: File not found pathForIcon: Unable to load icon /usr/share/scribus/icons/1_5_1/spot.png: File not found pathForIcon: Unable to load icon /usr/share/scribus/icons/1_5_1/register.png: File not found qt.gui.icc: Unsupported ICC profile class 70727472 QPngHandler: Failed to parse ICC profile [New Thread 0x7fffd256b640 (LWP 22742)] [New Thread 0x7fffd1934640 (LWP 22744)] [New Thread 0x7fffd1133640 (LWP 22745)] [New Thread 0x7fffcbfff640 (LWP 22746)] [Thread 0x7fffcbfff640 (LWP 22746) exited] [New Thread 0x7fffcbfff640 (LWP 22747)] [New Thread 0x7fffcb7fe640 (LWP 22748)] [Thread 0x7fffcbfff640 (LWP 22747) exited] [Thread 0x7fffcb7fe640 (LWP 22748) exited] [New Thread 0x7fffcb7fe640 (LWP 22749)] [New Thread 0x7fffcbfff640 (LWP 22750)] [Thread 0x7fffcb7fe640 (LWP 22749) exited] [Thread 0x7fffcbfff640 (LWP 22750) exited] [New Thread 0x7fffcbfff640 (LWP 22751)] [New Thread 0x7fffcb7fe640 (LWP 22752)] [New Thread 0x7fffcaffd640 (LWP 22753)] [New Thread 0x7fffca7fc640 (LWP 22754)] [New Thread 0x7fffca7fc640 (LWP 22755)] [Thread 0x7fffca7fc640 (LWP 22754) exited] [New Thread 0x7fffc9ffb640 (LWP 22756)] [Thread 0x7fffc9ffb640 (LWP 22756) exited] [Thread 0x7fffca7fc640 (LWP 22755) exited] [New Thread 0x7fffca7fc640 (LWP 22757)] [Thread 0x7fffca7fc640 (LWP 22757) exited] [Thread 0x7fffcbfff640 (LWP 22751) exited] [Thread 0x7fffd1133640 (LWP 22745) exited] [Thread 0x7fffcb7fe640 (LWP 22752) exited] qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 586, resource id: 12739850, major code: 40 (TranslateCoords), minor code: 0 [Thread 0x7fffea6b1640 (LWP 22734) exited] [Thread 0x7ffff14d0640 (LWP 22731) exited] [Thread 0x7fffd256b640 (LWP 22742) exited] [Thread 0x7fffe9e78640 (LWP 22735) exited] [Thread 0x7fffd1934640 (LWP 22744) exited] [Thread 0x7fffeafca640 (LWP 22733) exited] [Thread 0x7fffeb7cb640 (LWP 22732) exited] [Thread 0x7ffff1ab6bc0 (LWP 22730) exited] [Inferior 1 (process 22730) exited normally] (gdb) quit