[Bug 179905] Re: Bus Error when attempting to access MySQL Server using host name

2010-04-23 Thread Chuck Short
This should be fixed in lucid. Please re-open if it isnt. Regards chuck ** Changed in: mysql-dfsg-5.0 (Ubuntu) Status: Confirmed = Fix Released -- Bus Error when attempting to access MySQL Server using host name https://bugs.launchpad.net/bugs/179905 You received this bug notification

[Bug 179905] Re: Bus Error when attempting to access MySQL Server using host name

2010-03-16 Thread Chuck Short
** Changed in: mysql-dfsg-5.0 (Ubuntu) Importance: Undecided = Low ** Changed in: mysql-dfsg-5.0 (Ubuntu) Status: Incomplete = Confirmed -- Bus Error when attempting to access MySQL Server using host name https://bugs.launchpad.net/bugs/179905 You received this bug notification

[Bug 179905] Re: Bus Error when attempting to access MySQL Server using host name

2010-03-16 Thread Chuck Short
** Changed in: mysql-dfsg-5.0 (Ubuntu) Importance: Undecided = Low ** Changed in: mysql-dfsg-5.0 (Ubuntu) Status: Incomplete = Confirmed -- Bus Error when attempting to access MySQL Server using host name https://bugs.launchpad.net/bugs/179905 You received this bug notification

[Bug 179905] Re: Bus Error when attempting to access MySQL Server using host name

2008-07-06 Thread Brian Campbell
We have seen the same problem on Debian/sparc, and suspect that it is the same as http://sources.redhat.com/bugzilla/show_bug.cgi?id=4381 involving glibc making invalid alignment assumptions. We were able to work around the problem by using nscd for host name caching. -- Bus Error when

[Bug 179905] Re: Bus Error when attempting to access MySQL Server using host name

2008-02-01 Thread Chuck Short
Hello, Thanks for your bug report and making Ubuntu better. I was wondering if you have a reference for this fix in your CFLAGS? Thanks chuck ** Changed in: mysql-dfsg-5.0 (Ubuntu) Status: New = Incomplete -- Bus Error when attempting to access MySQL Server using host name

Re: [Bug 179905] Re: Bus Error when attempting to access MySQL Server using host name

2008-02-01 Thread Mathias Gug
It seems that this is a bug in gethostbyname_r in libnss rather than a problem in mysql. Could it be possible to write a small test case to make sure that gethostbyname_r doesn't work as expected on sparc64 ? I'd rather get it fixed in libnss than adding a workaround in mysql. -- Mathias Gug

[Bug 179905] Re: Bus Error when attempting to access MySQL Server using host name

2008-01-28 Thread Daniel Holbach
To get your fix included in Ubuntu, try transforming it into a debdiff (http://wiki.ubuntu.com/PackagingGuide/Recipes/Debdiff) and submitting it for review (http://wiki.ubuntu.com/SponsorshipProcess). -- Bus Error when attempting to access MySQL Server using host name

[Bug 179905] Re: Bus Error when attempting to access MySQL Server using host name

2008-01-14 Thread Andrew Martin
I've found a workaround (solution?) to this problem. A stack trace revealed the problem to be occurring in gethostbyname_r in libnss. Specifying C(XX)FLAGS=DUNDEF_HAVE_GETHOSTBYNAME_R will cause the code to compile without using gethostbyname_r (it will fall back to gethostbyname, using pthread

[Bug 179905] Re: Bus Error when attempting to access MySQL Server using host name

2008-01-02 Thread werdz
Command issued: strace mysql -u werdz -h mysql.internal -p mysql-buserror.strace Password was entered to stdin, and removed from this log file. No output (except for Enter Password prompt) was sent to stdout. ** Attachment added: strace of problem.

[Bug 179905] Re: Bus Error when attempting to access MySQL Server using host name

2008-01-02 Thread werdz
Command issued: ltrace mysql -u werdz -h mysql.internal -p mysql-buserror.ltrace Password was entered to stdin. No output (except for Enter Password prompt) was sent to stdout. ** Attachment added: ltrace of problem http://launchpadlibrarian.net/11121054/mysql-buserror.ltrace -- Bus Error