Bug #4894 Wrong link when MySQL crashes
Submitted: 4 Aug 2004 13:41 Modified: 5 Aug 2004 17:10
Reporter: jocelyn fournier (Silver Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.4-beta OS:Linux (Linux)
Assigned to: Kent Boortz CPU Architecture:Any

[4 Aug 2004 13:41] jocelyn fournier
Description:
Hi,

When MySQL crashes, it sometimes report the following text :

You seem to be running 32-bit Linux and have 202 concurrent connections.
If you have not changed STACK_SIZE in LinuxThreads and built the binary 
yourself, LinuxThreads is quite likely to steal a part of the global heap for
the thread stack. Please read http://www.mysql.com/doc/L/i/Linux.html

The link is no longer working, and should be replaced by http://dev.mysql.com/doc/mysql/en/Linux.html

Regards,
  Jocelyn

How to repeat:
Crash MySQL with a large number of concurrent connections :)

Suggested fix:
Replace http://www.mysql.com/doc/L/i/Linux.html by http://dev.mysql.com/doc/mysql/en/Linux.html