InnoDB crash on 3.23.49a...

2002-05-28 Thread Jeremy Zawodny
I just converted several tables to InnoDB on our Linux 3.23.49a (binary from MySQL.com). After running our production system against it for about 10 minutes, InnoDB crashed with a stack trace: ---snip--- /home/mysql/bin/mysqld: ready for connections InnoDB: Assertion failure in thread 159781

Re: InnoDB crash on 3.23.49a...

2002-05-28 Thread Heikki Tuuri
:16 PM Subject: InnoDB crash on 3.23.49a... I just converted several tables to InnoDB on our Linux 3.23.49a (binary from MySQL.com). After running our production system against it for about 10 minutes, InnoDB crashed with a stack trace: ---snip--- /home/mysql/bin/mysqld: ready

Re: InnoDB crash on 3.23.49a...

2002-05-28 Thread Jeremy Zawodny
On Tue, May 28, 2002 at 10:59:45PM +0300, Heikki Tuuri wrote: Jeremy, can you build your own 3.23.51? There is actually the same memory overwrite bug in gethostname_r of glibc/Linux in .49a as in .50. I'll install 3.23.51 tonight. I have been doing daily builds of the 3.23 and 4.0 tree for

Re: InnoDB crash on 3.23.49a...

2002-05-28 Thread Jeremy Zawodny
On Tue, May 28, 2002 at 10:59:45PM +0300, Heikki Tuuri wrote: Jeremy, can you build your own 3.23.51? There is actually the same memory overwrite bug in gethostname_r of glibc/Linux in .49a as in .50. Come to think of it, if that's what caused the problem, wouldn't this solve it for now in

Re: InnoDB crash on 3.23.49a...

2002-05-28 Thread Heikki Tuuri
, May 28, 2002 11:18 PM Subject: Re: InnoDB crash on 3.23.49a... On Tue, May 28, 2002 at 10:59:45PM +0300, Heikki Tuuri wrote: Jeremy, can you build your own 3.23.51? There is actually the same memory overwrite bug in gethostname_r of glibc/Linux in .49a as in .50. Come to think

Re: InnoDB crash on 3.23.49a...

2002-05-28 Thread Jeremy Zawodny
On Tue, May 28, 2002 at 01:16:28PM -0700, Jeremy Zawodny wrote: On Tue, May 28, 2002 at 10:59:45PM +0300, Heikki Tuuri wrote: Jeremy, can you build your own 3.23.51? There is actually the same memory overwrite bug in gethostname_r of glibc/Linux in .49a as in .50. I'll install