Re: InnoDB: Assertion failure - MySQL keeps crashing

2007-06-22 Thread Ananda Kumar
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 InnoDB: Apply batch completed 070622 13:01:47 InnoDB: Started /usr/libexec/mysqld: ready for connections 070622 13:01:48 InnoDB: Assertion failure in thread 114696 in file fsp0fsp.c line 2945 InnoDB: We intentionally generate a memory

InnoDB: Assertion failure - MySQL keeps crashing

2007-06-22 Thread Julien Marchand
completed 070622 13:01:47 InnoDB: Started /usr/libexec/mysqld: ready for connections 070622 13:01:48 InnoDB: Assertion failure in thread 114696 in file fsp0fsp.c line 2945 InnoDB: We intentionally generate a memory trap. InnoDB: Send a detailed bug report to mysql

Re: Re : InnoDB: Assertion failure - MySQL keeps crashing

2007-06-22 Thread Ananda Kumar
: Julien Marchand [EMAIL PROTECTED] Cc : mysql@lists.mysql.com Envoyé le : Vendredi, 22 Juin 2007, 13h45mn 12s Objet : Re: InnoDB: Assertion failure - MySQL keeps crashing Hi Julien, Do you see any InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock /var/lib/mysql/ibdata1, error

Re : InnoDB: Assertion failure - MySQL keeps crashing

2007-06-22 Thread Julien Marchand
No, I don't have this error :/ And not any file system full issue... - Message d'origine De : Ananda Kumar [EMAIL PROTECTED] À : Julien Marchand [EMAIL PROTECTED] Cc : mysql@lists.mysql.com Envoyé le : Vendredi, 22 Juin 2007, 13h45mn 12s Objet : Re: InnoDB: Assertion failure - MySQL

Re : Re : InnoDB: Assertion failure - MySQL keeps crashing

2007-06-22 Thread Julien Marchand
pool... 070620 15:18:56 InnoDB: Started /usr/libexec/mysqld: ready for connections InnoDB: Error: trying to access page number 629914496 in space 0 InnoDB: which is outside the tablespace bounds. InnoDB: Byte offset 0, len 16384, i/o type 10 070622 4:14:23 InnoDB: Assertion failure in thread 114696

RE: InnoDB: Assertion failure - MySQL keeps crashing

2007-06-22 Thread David Griffiths
to the database? Do you have enough memory on the machine? David -Original Message- From: Julien Marchand [mailto:[EMAIL PROTECTED] Sent: June 22, 2007 4:33 AM To: mysql@lists.mysql.com Subject: InnoDB: Assertion failure - MySQL keeps crashing Hello, My MySQL keeps crashing

Re : InnoDB: Assertion failure - MySQL keeps crashing

2007-06-22 Thread Julien Marchand
PROTECTED] À : Julien Marchand [EMAIL PROTECTED]; mysql@lists.mysql.com Envoyé le : Vendredi, 22 Juin 2007, 21h18mn 01s Objet : RE: InnoDB: Assertion failure - MySQL keeps crashing Did you see this part of the stack trace? It is possible that mysqld could use up to key_buffer_size + (record_buffer

RE: Re : InnoDB: Assertion failure - MySQL keeps crashing

2007-06-22 Thread David Griffiths
me know how it goes. David -Original Message- From: Julien Marchand [mailto:[EMAIL PROTECTED] Sent: June 22, 2007 12:43 PM To: David Griffiths Cc: mysql@lists.mysql.com Subject: Re : InnoDB: Assertion failure - MySQL keeps crashing Yes, and I also saw InnoDB: Out of memory in additional

Re : Re : InnoDB: Assertion failure - MySQL keeps crashing

2007-06-22 Thread Julien Marchand
:) - Message d'origine De : David Griffiths [EMAIL PROTECTED] À : Julien Marchand [EMAIL PROTECTED] Cc : mysql@lists.mysql.com Envoyé le : Vendredi, 22 Juin 2007, 23h31mn 27s Objet : RE: Re : InnoDB: Assertion failure - MySQL keeps crashing It doesn't look like a memory issue, but only you

Re: InnoDB: Assertion failure

2007-02-26 Thread Nils Meyer
Hi, Michael Fernández M. wrote: 2 CPU Pentium III 700 Mhz Aprox. 4 GB RAM. Redhat 7.2 Mysql version: 4.0.14-standard-log Kernel: Kernel 2.4.18-17.7 (highmem) It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 3666809 K bytes of

InnoDB: Assertion failure

2007-02-23 Thread M.
, but i did not found a possible cause to this. Please, if someone have and idea it would be great! Michael.- 070222 23:46:36 InnoDB: Assertion failure in thread 94232 in file mem0pool.c line 493 InnoDB: Failing assertion: 0

Re: InnoDB Assertion failure

2004-12-26 Thread Heikki Tuuri
Dunnagan [EMAIL PROTECTED] Newsgroups: mailing.database.myodbc Sent: Sunday, December 26, 2004 6:01 AM Subject: InnoDB Assertion failure Greetings. MySQL 4.0.20 has run flawlessly here for 7 months on a Linux 2.4.18-14 (Redhat 8) box serving 5 small databases for PHP websites. But something

InnoDB Assertion failure

2004-12-25 Thread Dave Dunnagan
Greetings. MySQL 4.0.20 has run flawlessly here for 7 months on a Linux 2.4.18-14 (Redhat 8) box serving 5 small databases for PHP websites. But something appears to have happened to my installation on Dec 23 that now prevents MySQL from starting. I've reviewed the instructions about forcing

RE: Innodb assertion failure after binary backup-restore

2004-07-28 Thread Mark Steele
: Innodb assertion failure after binary backup-restore Thanks for your replies. Now I have three ways to go 1. replication 2. innodb hot backup tool 3. Make sure that no one is writing in to the database and start backup when modified db pages in BUFFER POOL AND MEMORY becomes zero

Re: Innodb assertion failure after binary backup-restore

2004-07-28 Thread Heikki Tuuri
Hi! - Original Message - From: Sp.Raja [EMAIL PROTECTED] Newsgroups: mailing.database.myodbc Sent: Tuesday, July 27, 2004 5:52 PM Subject: Re: Innodb assertion failure after binary backup-restore Thanks for your replies. Now I have three ways to go 1. replication=20 2

Re: Innodb assertion failure after binary backup-restore

2004-07-27 Thread Heikki Tuuri
which also backs up MyISAM tables http://www.innodb.com/order.php Order MySQL technical support from https://order.mysql.com/ - Original Message - From: Sp.Raja [EMAIL PROTECTED] Newsgroups: mailing.database.myodbc Sent: Friday, July 23, 2004 4:43 PM Subject: Innodb assertion failure

Re: Innodb assertion failure after binary backup-restore

2004-07-27 Thread Sp.Raja
From: Heikki Tuuri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Tue, Jul-27-2004 1:05 PM Subject: Re: Innodb assertion failure after binary backup-restore Hi! That method will not work. InnoDB must be quiet long enough so that it has time to flush all the contents of the buffer

Re: Innodb assertion failure after binary backup-restore

2004-07-27 Thread Heikki Tuuri
Original Message From: Heikki Tuuri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Tue, Jul-27-2004 1:05 PM Subject: Re: Innodb assertion failure after binary backup-restore Hi! That method will not work. InnoDB must be quiet long enough so that it has time

Re: Innodb assertion failure after binary backup-restore

2004-07-27 Thread Harald Fuchs
In article [EMAIL PROTECTED], Sp.Raja [EMAIL PROTECTED] writes: Hi, I was able to solve this by calling sync command, as my previous mail say. Do you mean to say this will not work regardless of the whether we sync or not?? If it happens to work, then only by incident. I wouldn't rely on

Re: Innodb assertion failure after binary backup-restore

2004-07-27 Thread Sp.Raja
From: Heikki Tuuri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Tue, Jul-27-2004 6:24 PM Subject: Re: Innodb assertion failure after binary backup-restore Hi! sync will not help. You can run SHOW INNODB STATUS\G to monitor when InnoDB has flushed its buffer pool. Best regards

Re: Innodb assertion failure after binary backup-restore

2004-07-26 Thread Sp.Raja
checksum 0 InnoDB: Page lsn 0 0, low 4 bytes of lsn at page end 0 InnoDB: Error: trying to access a stray pointer a1027ff8 InnoDB: buf pool start is at 2084, number of pages 512 000121 21:02:23 InnoDB: Assertion failure in thread 43 in file include/buf0buf.ic line 284 InnoDB: Failing assertion

Innodb assertion failure after binary backup-restore

2004-07-23 Thread Sp.Raja
| | Query | 0| | show processlist| ++--+---+-+-+--+-+-+ After some time mysql.err reports 040721 14:43:49 InnoDB: Assertion failure in thread 88 in file fsp0fsp.c line 2950

Re: Innodb assertion failure after binary backup-restore

2004-07-23 Thread Sp.Raja
end 0 InnoDB: Error: trying to access a stray pointer a1027ff8 InnoDB: buf pool start is at 2084, number of pages 512 000121 21:02:23 InnoDB: Assertion failure in thread 43 in file include/buf0buf.ic line 284 InnoDB: Failing assertion: 0 InnoDB: We intentionally generate a memory trap. InnoDB

InnoDB: Assertion failure in file row0upd.c line 713

2004-03-08 Thread Jon Thingvold
Description: From error.log: 040308 9:34:00 InnoDB: Assertion failure in thread 13835301 in file row0upd.c line 713 InnoDB: Failing assertion: len == dfield_get_len(dfield) InnoDB: We intentionally generate a memory trap. InnoDB: Send a detailed bug report to [EMAIL PROTECTED] mysqld got

Re: InnoDB: Assertion failure in file row0upd.c line 713

2004-03-08 Thread Egor Egorov
Jon Thingvold [EMAIL PROTECTED] wrote: Description: From error.log: 040308 9:34:00 InnoDB: Assertion failure in thread 13835301 in file row0upd.c line 713 InnoDB: Failing assertion: len == dfield_get_len(dfield) InnoDB: We intentionally generate a memory trap. InnoDB: Send a detailed bug

Re: Innodb, Assertion failure in file log0log.c with 4.0.!7

2003-12-23 Thread Heikki Tuuri
Subject: BUG: Innodb, Assertion failure in file log0log.c with 4.0.!7 There is a MySQl/Innodb bug with Mysql-Max 4.0.17 on mac osx 10.3 panther. A google search showed a similar problem with another platform (I think it was windows). I am running 4.0.14 without any problems. After upgrading

BUG: Innodb, Assertion failure in file log0log.c with 4.0.!7

2003-12-22 Thread j.random.programmer
and then starting mysqld I get: --- 031222 22:05:51 mysqld started InnoDB: Error: log file group too small for innodb_thread_concurrency 031222 22:05:51 InnoDB: Assertion failure in thread 2684396012 in file log0log.c line 856 InnoDB: Failing assertion: log_calc_max_ages

RH 8.0 InnoDB: Assertion failure in thread 122911 in file mem0pool.c line 477

2003-06-05 Thread Richard F. Rebel
544a5468652073697465206973206a75737420544f4f20534c4f572e204f74686572776973652c2077656c6c20646f6e652e810020646566696e6974656c792062657474657220636f6d707574657220626f6f6b2073656c6563; asc TJThe site is just TOO SLOW. Otherwise, well done. definitely better computer book selec; 030604 10:22:21 InnoDB: Assertion failure in thread 991475 in file mem0pool.c line 372 InnoDB: We intentionally generate a memory trap. InnoDB: Send a detailed bug report to [EMAIL

Re: RH 8.0 InnoDB: Assertion failure in thread 122911 in file mem0pool.c line 477

2003-06-05 Thread Heikki Tuuri
, Heikki Tuuri Innobase Oy http://www.innodb.com Transactions, foreign keys, and a hot backup tool for MySQL Order MySQL technical support from https://order.mysql.com/ .. Subject: RH 8.0 InnoDB: Assertion failure in thread 122911 in file mem0pool.c line 477 From: Richard F. Rebel Date

Re: RH 8.0 InnoDB: Assertion failure in thread 122911 in file mem0pool.c line 477

2003-06-05 Thread Richard F. Rebel
MySQL technical support from https://order.mysql.com/ .. Subject: RH 8.0 InnoDB: Assertion failure in thread 122911 in file mem0pool.c line 477 From: Richard F. Rebel Date: 04 Jun 2003 11:43:49 -0400 I have reported this before, but MySQL-Max-3.23.56-1 (official

Re: RH 8.0 InnoDB: Assertion failure in thread 122911 in filemem0pool.c line 477

2003-06-05 Thread Heikki Tuuri
Richard, - Original Message - From: Richard F. Rebel [EMAIL PROTECTED] To: Heikki Tuuri [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 7:50 PM Subject: Re: RH 8.0 InnoDB: Assertion failure in thread 122911 in filemem0pool.c line 477 Hello Heikki, Sorry, last

Re: RH 8.0 InnoDB: Assertion failure in thread 122911 infilemem0pool.c line 477

2003-06-05 Thread Heikki Tuuri
Richard, - Original Message - From: Richard F. Rebel [EMAIL PROTECTED] To: Heikki Tuuri [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 8:38 PM Subject: Re: RH 8.0 InnoDB: Assertion failure in thread 122911 infilemem0pool.c line 477 Hello Heikki, On Wed, 2003

Re: RH 8.0 InnoDB: Assertion failure in thread 122911 infilemem0pool.c line 477

2003-06-05 Thread Richard F. Rebel
Hello Heikki, On Wed, 2003-06-04 at 14:29, Heikki Tuuri wrote: Richard, hmm... maybe mysqld is reporting a wrong query in a crash. Do you have any BLOB (or TEXT) tables and what kind of queries you run on them? How big are the BLOBs if any? The hex dump looked like parts of some long

Re: RH 8.0 InnoDB: Assertion failure in thread 122911infilemem0pool.c line 477

2003-06-05 Thread Heikki Tuuri
Richard, - Original Message - From: Richard F. Rebel [EMAIL PROTECTED] To: Heikki Tuuri [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 10:28 PM Subject: Re: RH 8.0 InnoDB: Assertion failure in thread 122911infilemem0pool.c line 477 Hello Heikki, On Wed

Re: RH 8.0 InnoDB: Assertion failure in thread 122911infilemem0pool.c line 477

2003-06-05 Thread Richard F. Rebel
Hello Heikki, On Wed, 2003-06-04 at 16:27, Heikki Tuuri wrote: actually, it probably is reporting the right query :). It is the TEXT column `FEEDBACK` text. TEXT is essentially the same as a BLOB. I have exorcised the code we have that updates and interacts with this table in order to

InnoDB - assertion failure

2002-09-26 Thread j-mysql
Description: MySQL kills itself several times a day due to the following assertion failure : InnoDB: Assertion failure in thread xxx in file ha_innodb.cc line 2014 How-To-Repeat: - Fix: - Submitter-Id: submitter ID Originator:Jedi/Sector One Organization: 42 Networks MySQL support

Re: InnoDB - assertion failure

2002-09-26 Thread Heikki Tuuri
PM Subject: InnoDB - assertion failure Description: MySQL kills itself several times a day due to the following assertion failure : InnoDB: Assertion failure in thread xxx in file ha_innodb.cc line 2014 How-To-Repeat: - Fix: - Submitter-Id: submitter ID Originator: Jedi/Sector

Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180...

2002-09-26 Thread Jeremy Zawodny
On Wed, Sep 25, 2002 at 09:43:13PM +0300, Heikki Tuuri wrote: Jocelyn, below the latest patch which puts the code as it was in 4.0.3. Some LIKE 'abc%' ... DESC queries may return wrong results, but this is the best we can get to 4.0.4. I have to ask Monty about the use of

Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180...

2002-09-26 Thread Jocelyn Fournier
PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, September 26, 2002 8:39 PM Subject: Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180... Jeremy, - Original Message - From: Jeremy Zawodny [EMAIL PROTECTED

Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180...

2002-09-26 Thread Jocelyn Fournier
Fournier [EMAIL PROTECTED] To: Heikki Tuuri [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, September 26, 2002 8:53 PM Subject: Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180... Heikki

Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180...

2002-09-26 Thread Heikki Tuuri
PROTECTED] Cc: Jocelyn Fournier [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, September 26, 2002 8:39 PM Subject: Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180... Jeremy, - Original Message

Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180...

2002-09-26 Thread Jocelyn Fournier
PROTECTED] To: Jocelyn Fournier [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, September 26, 2002 9:28 PM Subject: Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180... Jocelyn

Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180...

2002-09-25 Thread Jocelyn Fournier
ha_innodb.h, ha_innodb.cc: Reverted the change which allowed use of HA_READ_PREFIX_LAST in InnoDB) Regards, Jocelyn - Original Message - From: Jeremy Zawodny [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 5:19 PM Subject: InnoDB: Assertion

Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180...

2002-09-25 Thread Heikki Tuuri
() const { return MAX_KEY; } - Original Message - From: Jeremy Zawodny [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 6:19 PM Subject: InnoDB: Assertion failure in file ha_innodb.cc line 2180... Heikki and others, One of my slaves

Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180...

2002-09-25 Thread Jeremy Zawodny
On Wed, Sep 25, 2002 at 08:09:08PM +0300, Heikki Tuuri wrote: Jeremy, Jocelyn, can you try the following this patch? I'm building a new binary row. The flag which bans MySQL using a descending cursor to calculate column LIKE 'jhghj%' ORDER BY column DESC queries was apparently put to

Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180...

2002-09-25 Thread Jocelyn Fournier
PROTECTED] Sent: Wednesday, September 25, 2002 7:09 PM Subject: Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180... Jeremy, Jocelyn, can you try the following this patch? The flag which bans MySQL using a descending cursor to calculate column LIKE 'jhghj%' ORDER BY column DESC

Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180...

2002-09-25 Thread Heikki Tuuri
flag. - Original Message - From: Jocelyn Fournier [EMAIL PROTECTED] To: Heikki Tuuri [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 9:04 PM Subject: Re: InnoDB: Assertion failure in file ha_innodb.cc line 2180... Hi Heikki, The query doesn't

InnoDB: Assertion failure in file ha_innodb.cc line 2180...

2002-09-25 Thread Jeremy Zawodny
Heikki and others, One of my slaves is dying frequently. It runs MySQL 4.0.4 (pulled yesterday) on FreeBSD. I'm getting an assertion failure on line 2180, which appears to be: case HA_READ_PREFIX_LAST: ut_a(0); return(PAGE_CUR_LE); What can I do to help debug this? Thanks, Jeremy --

Re: InnoDB: Assertion failure in thread 10 in file btr0btr.c line 574

2002-03-19 Thread Heikki Tuuri
: InnoDB: Assertion failure in thread 10 in file btr0btr.c line 574 Bonjour, We have Mysql continually crashing with this assertion failure in InnoDB. Mysql-3.23.49 configured with by : === = ./configure

Re: InnoDB: Assertion failure in thread 10 in file btr0btr.c line 574

2002-03-19 Thread Heikki Tuuri
Innobase Oy -Original Message- From: BAUMEISTER Alexandre [EMAIL PROTECTED] To: Heikki Tuuri [EMAIL PROTECTED]; Michael Widenius [EMAIL PROTECTED] Date: Tuesday, March 19, 2002 12:18 PM Subject: Re: InnoDB: Assertion failure in thread 10 in file btr0btr.c line 574 Bonjour, BA We have

Re[2]: InnoDB: Assertion failure in thread 10 in file btr0btr.c line 574

2002-03-19 Thread BAUMEISTER Alexandre
Heikki, HT since you are French, I assume you have accent characters in the strings you HT have stored into your database. HT The ordering of accent characters changed in 3.23.44! No accents. InnoDB tables on this server are mainly used for statistics, counters etc ... HT You

Re: Re[2]: InnoDB: Assertion failure in thread 10 in file btr0btr.c line 574

2002-03-19 Thread Heikki Tuuri
Tuuri [EMAIL PROTECTED] Cc: Michael Widenius [EMAIL PROTECTED]; [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Tuesday, March 19, 2002 3:27 PM Subject: Re[2]: InnoDB: Assertion failure in thread 10 in file btr0btr.c line 574 Heikki, HT since you are French, I assume you have accent characters

Re[4]: InnoDB: Assertion failure in thread 10 in file btr0btr.c line 574

2002-03-19 Thread BAUMEISTER Alexandre
HT 616e647265747469 andretti HT 616e6472e9737069 andr.spi HT there is a character e9 in your string. It is not an ordinary character and HT can cause an error in the sorting order between InnoDB-.41 and InnoDB-.49. ok :) mysql insert into popup select * from popup2; ERROR 1213: Deadlock

Re: Re[4]: InnoDB: Assertion failure in thread 10 in file btr0btr.c line 574

2002-03-19 Thread Heikki Tuuri
Alex, -Original Message- From: BAUMEISTER Alexandre [EMAIL PROTECTED] To: Heikki Tuuri [EMAIL PROTECTED] Cc: Michael Widenius [EMAIL PROTECTED]; [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Tuesday, March 19, 2002 5:14 PM Subject: Re[4]: InnoDB: Assertion failure in thread 10 in file

PATCH: InnoDB assertion failure in ibuf0ibuf.c in large table import

2001-05-18 Thread Heikki Tuuri
Hi! A bug fix patch: If you do a lot of inserts into a table and a column in a secondary index contains NULL values, then the insert buffer may overflow, causing an assertion failure in ibuf0ibuf.c, line 2264. A fixed mysql/innobase/ibuf/ibuf0ibuf.c can be downloaded from