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
Attachments
For Gerrit Dashboard: QTBUG-109512 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
559415,2 | QThread/Doc: update the docs on setStackSize() | dev | qt/qtbase | Status: MERGED | +2 | 0 |
560169,2 | QThread/Doc: update the docs on setStackSize() | 6.7 | qt/qtbase | Status: MERGED | +2 | 0 |