| Bug #28333 | Test "flush" tries to create a new thread - on only one platform | ||
|---|---|---|---|
| Submitted: | 9 May 2007 15:56 | Modified: | 14 Jun 2007 21:45 |
| Reporter: | Joerg Bruehe | ||
| Status: | Closed | ||
| Category: | libmysqld | Severity: | S1 (Critical) |
| Version: | 5.1.19-beta | OS: | Linux (Debian PPC) |
| Assigned to: | Alexey Botchkov | Target Version: | |
[9 May 2007 15:56]
Joerg Bruehe
[8 Jun 2007 22:39]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/28435 ChangeSet@1.2514, 2007-06-09 00:39:23+05:00, holyfoot@mysql.com +1 -0 Bug #28333 Test "flush" tries to create a new thread - on only one platform on PPC/Debian Linux default stack size for a thread is too big. As we use default thread settings in mysqltest, the thread creation fails if we create lots of threads (as it happens in flush.test). So now stack size is explicitly specified for the mysqltest
[9 Jun 2007 11:38]
Alexander Barkov
The patch is ok to push.
[14 Jun 2007 20:59]
Bugs System
Pushed into 5.1.20-beta
[14 Jun 2007 21:00]
Bugs System
Pushed into 5.0.44
[14 Jun 2007 21:45]
Paul DuBois
Noted in 5.0.44, 5.1.20 changelogs. mysqltest used a too-large stack size on PPC/Debian Linux, causing thread-creation failure for tests that use many threads.
