Bug #48758 mysqltest crashes on sys_vars.collation_server_basic in gcov builds
Submitted: 13 Nov 2009 12:19 Modified: 14 Mar 2010 1:12
Reporter: Sergei Golubchik Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: CPU Architecture:Any

[13 Nov 2009 12:19] Sergei Golubchik
Description:
mysqltest crashes on sys_vars.collation_server_basic in gcov builds

How to repeat:
build with gcov support, run sys_vars.collation_server_basic
[13 Nov 2009 12:20] Sergei Golubchik
will fix in wl#4738 tree
[13 Nov 2009 12:33] 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/90346

2905 Sergei Golubchik	2009-11-13
      Bug#48758 mysqltest crashes on sys_vars.collation_server_basic in gcov builds
      
      we have to keep all environment entires valid on exit
[25 Dec 2009 21:12] 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/95726

3795 Sergei Golubchik	2009-12-25
      Bug#48758 mysqltest crashes on sys_vars.collation_server_basic in gcov builds
      remove incorrect bug fix (my_once_malloc'ated memory is free'd on shutdown),
      restore my fix, lost in merge
[28 Dec 2009 8:40] Bugs System
Pushed into 6.0.14-alpha (revid:serg@mysql.com-20091227081418-bgfg952gzumn1k3h) (version source revid:serg@mysql.com-20091225211152-3g9dkymxhzih3xc6) (merge vers: 6.0.14-alpha) (pib:15)
[29 Dec 2009 9:20] 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/95773

3798 Sergei Golubchik	2009-12-29
      better fix for Bug#48758 mysqltest crashes on sys_vars.collation_server_basic in gcov builds
      
      use setenv instead of putenv
[29 Dec 2009 22:45] 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/95802

3798 Sergei Golubchik	2009-12-29
      better fix for Bug#48758 mysqltest crashes on sys_vars.collation_server_basic in gcov builds
      
      use setenv instead of putenv
[6 Mar 2010 11:07] Bugs System
Pushed into 5.5.3-m3 (revid:alik@sun.com-20100306103849-hha31z2enhh7jwt3) (version source revid:vvaintroub@fedora12-20091225154921-x25a5pyw1pxiwobv) (merge vers: 5.5.99) (pib:16)
[14 Mar 2010 1:12] Paul DuBois
Changes to test suite. No changelog entry needed.