staging.inyokaproject.org

Texstudio öffnet sich nicht

Status: Ungelöst | Ubuntu-Version: Ubuntu Budgie 22.04 (Jammy Jellyfish)
Antworten |

Tischa

Anmeldungsdatum:
10. Juni 2012

Beiträge: 257

Nach Installation von Ubuntu Budgie 22.04 lässt sich Texstudio nicht mehr öffnen. Deinstallation und Neuinstallation von Texstudio hat nichts gebracht.

tischa@Tischa:~$ texstudio
Speicherzugriffsfehler (Speicherabzug geschrieben)
tischa@Tischa:~$ texstudio --version
TeXstudio 4.2.2 ()
tischa@Tischa:~$ sudo apt-get install -f
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
tischa@Tischa:~$ gdb texstudio
GNU gdb (Ubuntu 12.0.90-0ubuntu1) 12.0.90
Copyright (C) 2022 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-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
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) 
(gdb) backtrace
No stack.
(gdb) run
Starting program: /usr/bin/texstudio 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff1e5b640 (LWP 17573)]
[New Thread 0x7fffebfff640 (LWP 17574)]
[New Thread 0x7fffeb7fe640 (LWP 17575)]
[New Thread 0x7fffeafcb640 (LWP 17576)]
[New Thread 0x7fffea6a6640 (LWP 17577)]
[New Thread 0x7fffe9ea5640 (LWP 17578)]
[New Thread 0x7fffe9411640 (LWP 17580)]
[New Thread 0x7fffe8c10640 (LWP 17581)]
[New Thread 0x7fffd3fff640 (LWP 17582)]
[New Thread 0x7fffd37fe640 (LWP 17583)]
[New Thread 0x7fffd2ffd640 (LWP 17584)]
[New Thread 0x7fffd27fc640 (LWP 17585)]
[New Thread 0x7fffd1ffb640 (LWP 17586)]
[New Thread 0x7fffd17fa640 (LWP 17587)]
[New Thread 0x7fffd0ff9640 (LWP 17588)]
[New Thread 0x7fffa3fff640 (LWP 17589)]
[New Thread 0x7fffa37fe640 (LWP 17590)]
[New Thread 0x7fffa2ffd640 (LWP 17591)]
[New Thread 0x7fffa27fc640 (LWP 17592)]
[New Thread 0x7fffa1ffb640 (LWP 17593)]
[New Thread 0x7fffa17fa640 (LWP 17594)]
[Detaching after fork from child process 17595]
[New Thread 0x7fffa0bf8640 (LWP 17598)]
[Thread 0x7fffea6a6640 (LWP 17577) exited]

Thread 1 "texstudio" received signal SIGSEGV, Segmentation fault.
0x00007ffff63ce4b4 in QArrayData::allocate(unsigned long, unsigned long, unsigned long, QFlags<QArrayData::AllocationOption>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
(gdb) backtrace
#0  0x00007ffff63ce4b4 in QArrayData::allocate(unsigned long, unsigned long, unsigned long, QFlags<QArrayData::AllocationOption>) ()
    at /lib/x86_64-linux-gnu/libQt5Core.so.5
#1  0x00007ffff6445b57 in QString::QString(int, Qt::Initialization) ()
    at /lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x00007ffff660ce3b in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x00007ffff660d6ca in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x00007ffff663b690 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x00007ffff663ef64 in QTextStream::readLineInto(QString*, long long) ()
    at /lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x00007ffff663f204 in QTextStream::readLine(long long) ()
    at /lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x00007fffa8574271 in DPluginLoader::resolveFromPSM(QString const&) ()
    at /usr/lib/x86_64-linux-gnu/qt5/plugins/iconengines/libdsvgicon.so
#8  0x00007fffa85749f1 in DPluginLoader::pluginName(QString const&) ()
    at /usr/lib/x86_64-linux-gnu/qt5/plugins/iconengines/libdsvgicon.so
#9  0x00007fffa85750ca in QIconEnginePlugin* DPluginLoader::load<QIconEnginePlugin>(QString const&) ()
    at /usr/lib/x86_64-linux-gnu/qt5/plugins/iconengines/libdsvgicon.so
#10 0x00007fffa8573bab in QSvgIconPlugin::QSvgIconPlugin(QObject*) ()
    at /usr/lib/x86_64-linux-gnu/qt5/plugins/iconengines/libdsvgicon.so
#11 0x00007fffa8573c9f in qt_plugin_instance ()
    at /usr/lib/x86_64-linux-gnu/qt5/plugins/iconengines/libdsvgicon.so
Antworten |