Hi Jenny Jenny Chen wrote: > Hi, > > Recently, I built mysql5.0 on Solaris 10 amd64, but when running "make > test", the bundled "sp" test failed > with the following error: > > mysqltest: At line 1527: query 'call fib(20)' failed: 1436: Thread stack > overrun: 186944 bytes used of a 262144 byte stack, and 81920 bytes > needed. Use 'mysqld -O thread_stack=#' to specify a bigger stack. > (the last lines may be the most important ones) >
>From what I understand (I am also building MySQL from the source), there are memory constraints with the number of threads and the stack size for each thread. See the following (it's not for 5.0/Solaris, but might help anyway) : http://dev.mysql.com/doc/refman/5.1/en/source-notes-linux.html Marc Alff. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]