[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2012-09-20 Thread Jakob Unterwurzacher
** Description changed: Symptoms are: After mysql server upgrades + restarts the old mysqld_safe keeps running and consumes 100% cpu, strace shows: wait4(4294967295, 0x7fffb3b3d59c, 0, NULL) = -1 ECHILD (No child ... wait4(4294967295, 0x7fffb3b3d59c, 0, NULL) = -1 ECHILD (No child ...

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2012-09-19 Thread Raghavendra D Prabhu
I tested the testcase in the commit on Precise and there seem to no issue there (probably fixed there). Also, it is not the right approach to change #!/bin/sh to #!/bin/bash since former invokes POSIX compatibility mode and if dash has problems on any platform, then that should be fixed rather

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2012-09-19 Thread Raghavendra D Prabhu
lp:1053183 is the issue for providing upstart scripts with percona- server. ** Changed in: percona-server/5.5 Status: New = Invalid ** Changed in: percona-server/5.1 Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2012-08-06 Thread Laurynas Biveinis
** Also affects: percona-server/5.1 Importance: Undecided Status: New ** Also affects: percona-server/5.5 Importance: Medium Status: New ** Changed in: percona-server/5.1 Assignee: (unassigned) = Ignacio Nin (ignacio-nin) ** Changed in: percona-server/5.5 Assignee:

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2011-09-19 Thread Ubuntu QA's Bug Bot
** Tags added: testcase -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/675185 Title: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU To manage notifications about

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2011-05-19 Thread Stewart Smith
** Also affects: percona-server Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/675185 Title: [Hardy SRU] dash bug causes mysqld_safe

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2011-04-06 Thread Chuck Short
** Package changed: mysql-dfsg-5.0 (Ubuntu) = mysql-5.1 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/675185 Title: [Hardy SRU] dash bug causes mysqld_safe to spin at

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2010-11-30 Thread Sergei
** Changed in: maria Milestone: None = 5.1 -- [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU https://bugs.launchpad.net/bugs/675185 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu. --

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2010-11-22 Thread Martin Pitt
Please get this fixed in natty first (or at least alongside). The patch looks okay as a minimal workaround, so please get it uploaded. -- [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU https://bugs.launchpad.net/bugs/675185 You received this bug notification because you are a member

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2010-11-22 Thread Jakob Unterwurzacher
Thing is, mysqld_safe isn't used anymore since Lucid as upstart has taken over (the file is still there though). ** Description changed: Symptoms are: After mysql server upgrades + restarts the old mysqld_safe keeps running and consumes 100% cpu, strace shows: wait4(4294967295,

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2010-11-22 Thread Kristian Nielsen
I fixed this for mariadb by adding a patch to the .deb packaging that puts #!/bin/bash in the header of mysqld_safe. Fix will be available from 5.1.52 and 5.2.4. ** Changed in: maria Status: In Progress = Fix Committed -- [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2010-11-21 Thread Kristian Nielsen
** Changed in: maria Status: New = In Progress ** Changed in: maria Assignee: (unassigned) = Kristian Nielsen (knielsen) ** Changed in: maria Importance: Undecided = Medium -- [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU https://bugs.launchpad.net/bugs/675185 You

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2010-11-16 Thread Jilles Tjoelker
Be sure to verify that the script works with bash's non-POSIX mode as well. A not so well known feature of bash is that it enters POSIX mode when called as sh. This causes various subtle differences. Therefore, a #!/bin/sh script with /bin/sh - bash might behave differently from a #!/bin/bash

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2010-11-15 Thread Chuck Short
Thanks for the patch, can you follow the process outlined by: https://wiki.ubuntu.com/StableReleaseUpdates thanks chuck ** Changed in: mysql-dfsg-5.0 (Ubuntu) Status: New = Confirmed -- [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU https://bugs.launchpad.net/bugs/675185

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2010-11-14 Thread Jakob Unterwurzacher
** Patch added: fix.diff https://bugs.launchpad.net/bugs/675185/+attachment/1733135/+files/fix.diff ** Description changed: Symptoms are: After mysql server upgrades + restarts the old mysqld_safe keeps running and consumes 100% cpu, strace shows: - 14:18:18.789847 wait4(4294967295,

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2010-11-14 Thread Marc Deslauriers
** Also affects: dash (Ubuntu) Importance: Undecided Status: New -- [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU https://bugs.launchpad.net/bugs/675185 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 675185] Re: [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU

2010-11-14 Thread Brian Murray
** Tags added: patch -- [Hardy SRU] dash bug causes mysqld_safe to spin at 100% CPU https://bugs.launchpad.net/bugs/675185 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu. -- Ubuntu-server-bugs mailing list