https://bugs.kde.org/show_bug.cgi?id=379607
--- Comment #9 from ghichtin <ghich...@yahoo.it> --- After new compilation and installation this is the result with gdb: :~/tellico-3.0.2/build$ gdb tellico GNU gdb (Ubuntu 7.12.50.20170314-0ubuntu1) 7.12.50.20170314-git [...] Reading symbols from tellico...done. (gdb) run Starting program: /usr/bin/tellico [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffdd21b700 (LWP 11014)] [New Thread 0x7fffd1e16700 (LWP 11015)] [New Thread 0x7fffd1615700 (LWP 11016)] [New Thread 0x7fffcbde3700 (LWP 11017)] [New Thread 0x7fffc8ed3700 (LWP 11019)] Thread 1 "tellico" received signal SIGSEGV, Segmentation fault. QSortFilterProxyModelPrivate::proxy_to_source (this=0x55555611e7e0, proxy_index=...) at itemmodels/qsortfilterproxymodel.cpp:384 384 itemmodels/qsortfilterproxymodel.cpp: File o directory non esistente. (gdb) bt #0 0x00007fffef878788 in QSortFilterProxyModelPrivate::proxy_to_source(QModelIndex const&) const (this=0x55555611e7e0, proxy_index=...) at itemmodels/qsortfilterproxymodel.cpp:384 #1 0x00007fffef878a34 in QSortFilterProxyModel::mapToSource(QModelIndex const&) const (proxyIndex=..., this=<optimized out>) at itemmodels/qsortfilterproxymodel.cpp:2758 #2 0x00007fffef878a34 in QSortFilterProxyModel::data(QModelIndex const&, int) const (this=<optimized out>, index=..., role=0) at itemmodels/qsortfilterproxymodel.cpp:1972 Hope it will help -- You are receiving this mail because: You are watching all bug changes.