Hi,
I'll try the gdb debugging.
Thanks for the command line.
I can't try the precompiled binaries from mysql as they are not
available for the arm architecture (I'll check again).
I'll put the result on the mysql bug report that you opened at mysql.
Regards
Martin Riondet
Christian Hammers a écrit :
But I again have the same crash at the same point when I try to update
categories.
Can you send me this exact UPDATE?
I explained unproperly.
The update is on the php application level.
The first event on this update is the "select ... group by ..." that I
send you before.
I will report it to the MySQL bug tracking system but in the meantime
try as root:
# /etc/init.d/mysql stop
# gdb /usr/sbin/mysqld
(gdb) run --defaults-file=/etc/mysql/my.cnf
... wait until crash ...
(gdb) backtrace
Oh and try the precompiled binaries you get from dev.mysql.com.
bye,