Corrupted double-linked list!
-
Hi,
I have develop a program that use the QGraphicsItemGroup, sometimes (Apparently randomly) I have this error:
*** glibc detected *** /data/QtWorkspace/CrookesSvn/Crookes/build/CROOKES: corrupted double-linked list: 0x08e6edc0 ***
CROOKES is obvious my program, and whit the debug I have isolated the line of code that generate the error:
m_groupItem->addToGroup(part_group);
where m_groupItem is a QGraphicsItemGroup like a part_group.
I have no idea what generates the error. Suggestions?
-
He meant, start your application using valgrind (QtCreator proposes that option), it will do memory analyzes for you.