-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
5.3.0
-
None
Global QHash's in general seem to have some stability problems, but specifically, in Debian Squeeze and above, QHash will crash on exit if the QHash is global. To test, make a global QHash, and then make a class that is also global. In the destructor of the class, access the QHash (loop through it). This will cause a crash in the QHash (seg fault).