Opened 18 years ago
Closed 18 years ago
#29 closed enhancement (fixed)
QThread stack size
Reported by: | froloff | Owned by: | dmik |
---|---|---|---|
Priority: | normal | Milestone: | qt-os2-3.3.1-rc07 |
Component: | kernel | Version: | |
Severity: | normal | Keywords: | thread stack size |
Cc: |
Description
It seems that value of 32768 bytes for default thread stack size is too small. This cause program photoproc trap due to low stack in 2-nd thread. I propose to increase it to 2Mb (0x200000) value.
Change History (3)
comment:1 by , 18 years ago
Status: | new → assigned |
---|
comment:3 by , 18 years ago
Keywords: | thread stack size added |
---|---|
Milestone: | → qt-os2-3.3.1-rc07 |
Resolution: | → fixed |
Status: | assigned → closed |
Fixed by r125. Thanks for reporting.
Note:
See TracTickets
for help on using tickets.
Increasing the stack trace is not a problem for me. But could you please increase it locally and check if it solves the problem or not?
The default stack trace is specified here: http://svn.netlabs.org/qt3/browser/trunk/src/kernel/qthread_pm.cpp?rev=123#L246