https://bugs.kde.org/show_bug.cgi?id=504104
Bug ID: 504104
Summary: Crash when closing down 'get more templates'
Classification: Applications
Product: kdevelop
Version: git master
Platform: Other
OS: Linux
Status: REPORTED
Severity: crash
Priority: NOR
Component: UI: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
Ui crashes when you close down the 'get more templates' when creating a file
STEPS TO REPRODUCE
1. Right click on any folder
2. hit 'Create From Template'
3. Hit 'Get more templates...'
4. wait for dialog to load
5. Hit X on top right of more templates dialog
OBSERVED RESULT
Segmentation fault
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 24.04
KDE Frameworks Version: 6.14.0
Qt Version: 6.8.2
ADDITIONAL INFORMATION
Thread 1 "kdevelop" received signal SIGSEGV, Segmentation fault.
0x00007bcefda2f9bf in ?? () from /home/user/Qt/6.8.2/gcc_64/lib/libQt6Core.so.6
(gdb) bt
#0 0x00007bcefda2f9bf in ??? () at
/home/user/Qt/6.8.2/gcc_64/lib/libQt6Core.so.6
#1 0x00007bcefd7dd608 in ??? () at
/home/user/Qt/6.8.2/gcc_64/lib/libQt6Core.so.6
#2 0x00007bcefd9de93a in
QAbstractItemModel::headerDataChanged(Qt::Orientation, int, int) () at
/home/user/Qt/6.8.2/gcc_64/lib/libQt6Core.so.6
#3 0x00007bcefda0e16a in QAbstractProxyModelPrivate::emitHeaderDataChanged()
() at /home/user/Qt/6.8.2/gcc_64/lib/libQt6Core.so.6
#4 0x00007bcefd7d1668 in QObject::event(QEvent*) () at
/home/user/Qt/6.8.2/gcc_64/lib/libQt6Core.so.6
#5 0x00007bcefed907a6 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /home/user/Qt/6.8.2/gcc_64/lib/libQt6Widgets.so.6
#6 0x00007bcefd77bc32 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /home/user/Qt/6.8.2/gcc_64/lib/libQt6Core.so.6
#7 0x00007bcefd77f1ad in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /home/user/Qt/6.8.2/gcc_64/lib/libQt6Core.so.6
#8 0x00007bcefda584c7 in ??? () at
/home/user/Qt/6.8.2/gcc_64/lib/libQt6Core.so.6
#9 0x00007bcef8b145b5 in ??? () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007bcef8b73717 in ??? () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007bcef8b13a53 in g_main_context_iteration () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007bcefda57b8e in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
at /home/user/Qt/6.8.2/gcc_64/lib/libQt6Core.so.6
#13 0x00007bcefd78830b in
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at
/home/user/Qt/6.8.2/gcc_64/lib/libQt6Core.so.6
#14 0x00007bcefd7842f6 in QCoreApplication::exec() () at
/home/user/Qt/6.8.2/gcc_64/lib/libQt6Core.so.6
#15 0x000055d28f002ffd in main (argc=<optimized out>, argv=<optimized out>) at
/home/user/kde/src/kdevelop/app/main.cpp:835
--
You are receiving this mail because:
You are watching all bug changes.