Bruno Moser wrote:
>
> i have installed 3.22.22 on a solaris 7 server (e250 ultrasparc hardware).
> i used egcs-1.1.1 for compillation.
>
> i can get the mysqld up and can connect using the mysql client.
> i create a small table and insert some rows.
> everything works great with 15 and less rows.
> after i have inserted the 16th row of data, the following happens:
>
> - when issuing an UPDATE on one of the 16 rows, mysql coredumps and restarts.
> - when issuing a 17th INSERT, mysqld hangs (100% cpu) and has to be killed -9.
>
> (btw: the 16 rows can still be SELECTed)
>
> i can reproduce this: create database, create table, insert 16 rows.
>
> has anyone ever had these problems? (didn't find anything in the archive...)
> any clues as to where the problem could be?
> what other information could be of use?
>
> thanks,
> bruno.
>
configure --with-debug
make
su
make install
do your stuff
send the error log
--
Sasha Pachev
http://www.sashanet.com/ (home)
http://www.direct1.com/ (work)