On 03/06/2010 04:19 AM, Abdelrazak Younes wrote:
On 06/03/2010 01:13, rgheck wrote:

I'm convinced now that this is wrong. And I just don't understand this crash. Why does this call:

    QModelIndexList indices = tocTV->model()->match(
        tocTV->model()->index(0, 0),
        Qt::DisplayRole, "*", -1,
        Qt::MatchFlags(Qt::MatchWildcard|Qt::MatchRecursive));

lead to a segfault?

Maybe tocTV->model() is equal to zero?

It is zero.

I'm also seeing "type not found" errors printed to the screen, from lines 267 and 371 in TocModel.cpp, just before the crash.

rh

Reply via email to