https://bugs.kde.org/show_bug.cgi?id=379607

--- Comment #6 from ghichtin <ghich...@yahoo.it> ---
(In reply to Christoph Feck from comment #4)
> Does 'bt' really only display a single line? We need the full backtrace.
> Please also install qt5 debug symbols, if possible.

So I've tried to install these:

    Development package (headers): qtbase5-dev
    Debugging symbols: qtbase5-dbg

but the latest one was not found, so I followed this guide:

https://askubuntu.com/questions/904451/what-happened-to-the-qtbase5-dbg-package-in-zesty

Then:

:~$ 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 0x7fffdd43c700 (LWP 29398)]
[New Thread 0x7fffd2122700 (LWP 29399)]
[New Thread 0x7fffd1921700 (LWP 29400)]
[New Thread 0x7fffcbfff700 (LWP 29401)]
[New Thread 0x7fffc90ef700 (LWP 29403)]

Thread 1 "tellico" received signal SIGSEGV, Segmentation fault.
QSortFilterProxyModelPrivate::proxy_to_source (this=0x55555611c5e0, 
    proxy_index=...) at itemmodels/qsortfilterproxymodel.cpp:384
384     itemmodels/qsortfilterproxymodel.cpp: File o directory non esistente.

(gdb) bt

#0  0x00007fffefa99788 in
QSortFilterProxyModelPrivate::proxy_to_source(QModelIndex const&) const
(this=0x55555611c5e0, proxy_index=...)
    at itemmodels/qsortfilterproxymodel.cpp:384
#1  0x00007fffefa99a34 in QSortFilterProxyModel::mapToSource(QModelIndex
const&) const (proxyIndex=..., this=<optimized out>)
    at itemmodels/qsortfilterproxymodel.cpp:2758
#2  0x00007fffefa99a34 in QSortFilterProxyModel::data(QModelIndex const&, int)
const (this=<optimized out>, index=..., role=0)
    at itemmodels/qsortfilterproxymodel.cpp:1972

That's all.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to