On 03/06/2010 09:33 AM, Pavel Sanda wrote:
Richard Heck wrote:
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.
we have similar reports even on branch for qt 4.6, one on arch second on ubuntu,
maybe its related, see #6537.
Yes, this is the same bug.
rh