[Qt-interest] SegFaults I cannot interpret

Andrea Franceschini therealmorpheu5 at gmail.com
Tue Feb 24 19:24:16 CET 2009


2009/2/24 Pavel Koshevoy <pavel at aragog.com>:

> Run your application under valgrind. [...]

I'll try to go through all that, it'll take all my zen calm :)

Anyway, I am actually doing some nasty things. I'm using such a thing:

QList<QList<Cursor> > _strokes;

and for example, the size() call is on the most external container
(which contains QList<Cursor>): is there any chance this can be
related to this? If so, is there any other way to achieve what I'm
trying to achieve (other than using two separate lists, the "most
external" of pointers to QList)?

-- 
Andrea



More information about the Qt-interest-old mailing list