On Tue, May 28, 2013 at 3:35 PM, Jan Kundrát <[email protected]> wrote:
> On Tuesday, 28 May 2013 02:02:37 CEST, Ahmed Ibrahim Khalil wrote: > >> It would be great if you advised me in how to get a proper backtrace as I >> guess there is something wrong with the ntox86-gdb([1]) that prevents it >> from printing a proper backtrace. >> > > Sorry, I have no idea how the BB's emulator works or how to get proper > symbols in there. > > What might help in fixing this: > > - Which KDescendatnsProxyModel is this -- the one in the > TaskPresentationModel, or the one within the OneMessageModel, right on top > of the SubtreeModel? > I've put a breakpoint inside the setSourceModel of the KDescendantsProxyModel and it got hit from two models, the VisibleTasksModel and the OneMessageModel. So I guess the answer of this question is the OneMessageModel. > - I don't see any obvious bugs in there; none of these models override > hasChildren, so the default proxy implementation which just checks rowCount > shall be called. You might want to add some intrumentation to the rowCount > of the respective underlying model to see what's going on, perhaps there's > some bug in there. > > > Could you please elaborate more ? as I dont understand what you mean by instrumentation to the rowCount. Here is the full log from the Application Output it might help https://gist.github.com/R4md4c/6f4d4bb574e9e2f38495 Cheers, > Jan > > -- > Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/ > >
