I've got a nice MySQL crash that happened during the night last night and I 
can't seem to get it to come back online for me without --skip-innodb.

Version 3.23.55 compiled from sources with egcs-2.91.66.  Configure at end.

I'll be trying to watch my E-mail even though its authenticated via an InnoDB
table usually :-)

030221 12:22:55  InnoDB: Flushing modified pages from the buffer pool...
030221 12:22:55  InnoDB: Started
/usr/libexec/mysqld: ready for connections
030221 12:22:58  InnoDB: Assertion failure in thread 7176 in file ibuf0ibuf.c line 2538
[...]
Cannot determine thread, fp=0xbebff114, backtrace may not be correct.
Stack range sanity check OK, backtrace follows: [after resolving symbols]
0x80cd61f handle_segfault__Fi + 379
0x40029532 _end + 935704122
0x81dfc09 ibuf_merge_or_delete_for_page + 853
0x825749e buf_page_io_complete + 334
0x825f7a5 buf_read_page_low + 197
0x8260234 buf_read_ibuf_merge_pages + 116
0x81da802 ibuf_contract_ext + 1370
0x81da85b ibuf_contract_for_n_pages + 31
0x81b8c5d srv_master_thread + 937
0x40026b85 _end + 935693453
0x4015614a _end + 936936018

CC="gcc"
CXX="gcc"
CFLAGS="-O2 -march=pentium"
CXXFLAGS="-O2 -march=pentium"
LDFLAGS="-static"

export CC CXX CFLAGS CXXFLAGS LDFLAGS

./configure \
        --sysconfdir=/etc \
        --prefix=/usr \
        --localstatedir=/var/mysql \
        --enable-assembler \
        --with-berkeley-db \
        --with-innodb \
        --with-comment \
        --enable-thread-safe-client

-- 
Michael T. Babcock
CTO, FibreSpeed Ltd.     (Hosting, Security, Consultation, Database, etc)
http://www.fibrespeed.net/~mbabcock/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to