Hi,
as promissed :
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
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 180236 (LWP 5297)]
0x001db2bc in JOIN::exec ()
(gdb) backtrace
#0 0x001db2bc in JOIN::exec ()
#1 0x001dc9a4 in mysql_select ()
#2 0x001dd1c8 in handle_select ()
#3 0x001941fc in mysql_execute_command ()
#4 0x001973e0 in mysql_parse ()
#5 0x001979e8 in dispatch_command ()
#6 0x00198ab8 in do_command ()
#7 0x00199570 in handle_one_connection ()
#8 0x40074fb0 in pthread_start_thread () from /lib/libpthread.so.0
Backtrace stopped: frame did not save the PC
Oh and try the precompiled binaries you get from dev.mysql.com.
I really haven't seen the arm architecture (or it have an other name there).
It is sometimes called ixp4, but I can't see it either.
I cross posted the result on the mysql #26774 bug report as well.
Regards,
Martin Riondet
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]