How to increase stack size for a thread in Qt - QThread::setStackSize() seems not to work?
问题 From the question: SQLite stack overflow when running a bulk INSERT OR REPLACE with 500 rows: why?, I need to increase the stack size for a certain thread in Qt. I would like this to be cross-platform, but I am initially starting by trying to get it working on Windows. Unfortunately, nothing I have tried to do successfully increases the stack size for the thread in question. (I measure the stack size by adding code to evaluate the current stack size (see link above), and observing that a