Package: mysql-server-5.0 Version: 5.0.32-7 Severity: important Tags: moreinfo
Hello Chris On 2007-02-26 Chris Skitch wrote: > Christian, > > It appears there is a problem with the ARM version of the current mySQL > Sever 5.0.32. I forwarded your mail to the bug tracking system so that others can append comments if they experience the same problem. To get any help from mysql I need something reproducible though. First, please check the syslog if there is *any* more information. Usually at Signal 11 problems mysql prints out the last query. If not, please activate "log = /var/log/mysql/mysql.log" to get it from there. Then try if this specific query does crash your server everytime you enter it. If it does then send me at least the "SHOW CREATE TABLE xyz" from all affected tables but preferably a complete "mysqldump --opt ..." as most bugs only appear with certain combinations of values and datatypes. A second approach would be to run mysql not via /etc/init.d/mysql but start it using gdb: # /etc/init.d/mysql stop # gdb (gdb) file /usr/sbin/mysqld Reading symbols from /usr/sbin/mysqld...(no debugging symbols found)...done. Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run ... wait until it crashes (gdb) backtrace .. And send me everything below and after the backtrace. bye, -christian- > > Some applications receive these errors when connecting to mySQL database: > > ---- > mysqld[1453]: mysqld got signal 11; > mysqld[1453]: This could be because you hit a bug. It is also possible that > this binary > mysqld[1453]: or one of the libraries it was linked against is corrupt, > improperly built, > mysqld[1453]: or misconfigured. This error can also be caused by > malfunctioning hardware. > mysqld[1453]: We will try our best to scrape up some info that will > hopefully help diagnose > mysqld[1453]: the problem, but since we have already crashed, something is > definitely wrong > mysqld[1453]: and this may fail. > ---- > "Database-Error: Lost connection to MySQL server during query" > ----- > > > There was no issue with the previous version 5.0.30. > > I have confirmed that these packages work: > > mysql-client-5.0_5.0.30-3_arm.deb > mysql-server-5.0_5.0.30-3_arm.deb > mysql-common_5.0.30-3_all.deb > > > Whereas these packages produce the error: > > mysql-client-5.0_5.0.32-3_arm.deb > mysql-server-5.0_5.0.32-3_arm.deb > mysql-common_5.0.32-3_all.deb > > > > Further detail of the problem can be found in this thread: > http://forum.linkstationwiki.net/index.php?action=vthread&forum=16&topic=2402 > > > > > Would it be possible to fix the current ARM package for 5.0.32? Or > alternatively could please roll back the pacakge to 5.0.30? > > > Please let me know if there is anything I can do to help (bearing in mind > I'm linux newbie) > > Regards, > > Chris Skitch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]