Summary: | app-office/texstudio-3.0.0 segfaults | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andrey Grozin <grozin> |
Component: | Current packages | Assignee: | TeX project <tex> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | CC: | sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Andrey Grozin
![]() Any backtrace available? grozin@bilbo ~ $ gdb texstudio GNU gdb (Gentoo 9.2 vanilla) 9.2 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> 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: <https://bugs.gentoo.org/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from texstudio... (No debugging symbols found in texstudio) (gdb) r Starting program: /usr/bin/texstudio [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". [New Thread 0x7fffef84e640 (LWP 27170)] [New Thread 0x7fffedc69640 (LWP 27171)] [New Thread 0x7fffed468640 (LWP 27172)] [New Thread 0x7fffecc67640 (LWP 27173)] [New Thread 0x7fffdffff640 (LWP 27174)] [New Thread 0x7fffdf7fe640 (LWP 27175)] [New Thread 0x7fffdeffd640 (LWP 27176)] [New Thread 0x7fffdcb42640 (LWP 27177)] [New Thread 0x7fffc7fff640 (LWP 27178)] [New Thread 0x7fffc77fe640 (LWP 27179)] [New Thread 0x7fffc6ffd640 (LWP 27180)] [New Thread 0x7fffc67fc640 (LWP 27181)] [Detaching after fork from child process 27182] [Detaching after vfork from child process 27183] Thread 1 "texstudio" received signal SIGSEGV, Segmentation fault. 0x0000555555852127 in ManhattanStyle::event(QEvent*) () (gdb) bt #0 0x0000555555852127 in ManhattanStyle::event(QEvent*) () #1 0x00007ffff729e0bf in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #2 0x00007ffff64e4758 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib64/libQt5Core.so.5 #3 0x00007ffff651154d in QObject::setProperty(char const*, QVariant const&) () from /usr/lib64/libQt5Core.so.5 #4 0x00005555558521a3 in ManhattanStyle::ManhattanStyle(QString const&) () #5 0x000055555575bc6d in ConfigManager::setInterfaceStyle() () #6 0x0000555555782afe in ConfigManager::readSettings(bool) () #7 0x0000555555926780 in Texstudio::readSettings(bool) () #8 0x000055555592c389 in Texstudio::Texstudio(QWidget*, QFlags<Qt::WindowType>, QSplashScreen*) () #9 0x000055555584dd00 in TexstudioApp::init(QStringList&) () #10 0x00005555556e77ef in main () (gdb) It's OK here, but I'd suggest reporting it upstream (they just cut 3.0.1 which will be in tree shortly). At a quick glance, wonder if https://sourceforge.net/p/texstudio/bugs/2035/ is related. see also bug 740220 the real texstudio-3.0.1 works for me (i created a correct ebuild in my private overlay) Please retry with 3.0.1-r1? If it fails, report upstream too. |