is
giving me trouble. This box is frequently rebooted and often down for long
periods as its a test machine. Normally each time it boots replication
catches up without problem but today it has failed with the following
error.
Error 'Thread stack overrun: 5532 bytes used of
a 131072 byte st
failed with the following
error.
Error 'Thread stack overrun: 5532 bytes used of
a 131072 byte stack, and 128000 bytes needed. Use 'mysqld -O
thread_stack=#' to
specify a bigger stack.' on query. Default database: 'budget'. Query:
'insert i
nto use
It looks like the default thread stack is not large enough for MySQL 4.1
on Linux running on AMD64.
With NPTL, the database quickly crashed after a few hours of heavy load
(segv).
Without NTPL, I believed it wasn't the case. But after one week mysqld
process were stuck in a strange
eful about fixing (or ignoring) this
> message?
Late last year early this year the default thread stack was changed
from 64K to 192K in MySQL. This message is letting you know that the 192K
thread stack was requested and it received about 125K. From my memory RH
8.0 and other kernels n
The subject warning message has come up in several different threads
over the past few months. It also appears in newsgroups and other web
sites. It does not appear to be related to architecture, kernel version
No solution, workaround, nor indeed any explanation of its implications
has been gi
I have this same problem on 4.1.1 as well.
Donny
> -Original Message-
> From: Steven Roussey [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 20, 2004 7:33 PM
> To: [EMAIL PROTECTED]
> Subject: thread stack issues
>
> Since going from 4.0.18 to 4.0.20 (or 4.0.19
Since going from 4.0.18 to 4.0.20 (or 4.0.19) I now receive these warnings
on startup:
040520 14:55:21 mysqld started
040520 14:55:21 Warning: Asked for 196608 thread stack, but got 126976
/usr/sbin/mysqld: ready for connections.
Version: '4.0.20-standard' socket: '/tmp/mysql.so
I receive the following warning in my .err file after upgrading
from 3.23.56 to 4.0.17. Any ideas what's causing it and how to fix it?
Warning: Asked for 196608 thread stack, but got 126976
Trying to find the source- maybe a setting is too high? Linux 2.4.x
Thanks in advanc
I try to set thread stack with ver 4.0.14 it never success the stack
size still 128K (I can do with the same command with ver. 4.0.12 it work)
The command is put in my.cnf like this
set-variable = thread_stack = 512K
how to set with ver 4.0.14
thanks
Kittiphum Worachat
http://www.mysql.com
Kittiphum Worachat wrote:
Hi.
I try to set thread stack with ver 4.0.14 it never success the stack
size still 128K (I can do with the same command with ver. 4.0.12 it work)
The command is put in my.cnf like this
set-variable = thread_stack = 512K
how to set with ver 4.0.14
thanks
Kittiphum
Hi.
I try to set thread stack with ver 4.0.14 it never success the stack
size still 128K (I can do with the same command with ver. 4.0.12 it work)
The command is put in my.cnf like this
set-variable = thread_stack = 512K
how to set with ver 4.0.14
thanks
Kittiphum Worachat
--
MySQL General
Kittiphum Worachat <[EMAIL PROTECTED]> wrote:
>
> I try to set thread stack with ver 4.0.14 it never success the stack
> size still 128K (I can do with the same command with ver. 4.0.12 it work)
>
> The command is put in my.cnf like this
>
> set-variable = thread_s
12 matches
Mail list logo