Bug #32080 Excessive warnings on Solaris: setrlimit could not change the size of core files
Submitted: 3 Nov 2007 20:18 Modified: 14 Dec 2007 15:54
Reporter: Ingo Strüwing Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Server Severity:S7 (Test Cases)
Version:5.1.23 OS:Solaris (Sparc)
Assigned to: Alexey Kopytov CPU Architecture:Any
Tags: pbwarn

[3 Nov 2007 20:18] Ingo Strüwing
Description:
mysql-test-run: WARNING: Got errors/warnings while running tests, please examine "/tmp/var-n_mix-110/log/warnings" for details.

===========================
warnings
===========================
master.err: main.1st: 070915 23:31:21 [Warning] setrlimit could not change the size of core files to 'infinity';  We may not be able to generate a core file on signals
master.err: main.archive: 070915 23:31:25 [Warning] setrlimit could not change the size of core files to 'infinity';  We may not be able to generate a core file on signals
master.err: main.archive_bitfield: 070915 23:31:28 [Warning] setrlimit could not change the size of core files to 'infinity';  We may not be able to generate a core file on signals
...

How to repeat:
See pushbuild https://intranet.mysql.com/secure/pushbuild/showdir.pl?dir=mysql-5.1
See one of the latest pushes
See (warnings!) under sol10-sparc-a
[23 Nov 2007 10:13] 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/38340

ChangeSet@1.2594, 2007-11-23 13:13:37+03:00, kaa@polly.(none) +1 -0
  Fix for bug #32080: Excessive warnings on Solaris: setrlimit could not
  change the size of core files.
  
  Suppress the 'setrlimit could not change the size of the core files'
  warning in mysql-test-run. We do not want core files on some of the
  PushBuild hosts, and PushBuild itself does not set --core-files, so
  that warning is expected.
[23 Nov 2007 10:21] Daniel Fischer
Looks like it should work. :-)
[14 Dec 2007 8:19] Bugs System
Pushed into 5.1.23-rc
[14 Dec 2007 8:22] Bugs System
Pushed into 6.0.5-alpha
[14 Dec 2007 15:54] Paul DuBois
Test suite change. No changelog entry needed.