Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.15, 6.5
-
None
-
-
3fc5ee5c2 (dev), 0de6328f0 (6.7)
Description
The doc states "Sets the maximum stack size for the thread to stackSize."
However the implementation in qthread_unix.cpp uses
pthread_attr_setstacksize()
which describes this in the man page:
"The stack size attribute determines the minimum size (in bytes)..."
So: minimum, not maximum