9 messages in com.mysql.lists.packagersMySQL 4.0.14 RPM crashes (was: MySQL ...| From | Sent On | Attachments |
|---|---|---|
| Bernhard Graf | 18 Jul 2003 01:07 | |
| Lenz Grimmer | 22 Jul 2003 13:56 | |
| Bernhard Graf | 23 Jul 2003 15:08 | |
| Lenz Grimmer | 30 Jul 2003 02:32 | |
| Bernhard Graf | 30 Jul 2003 04:03 | |
| Lenz Grimmer | 06 Aug 2003 04:28 | |
| Bernhard Graf | 06 Aug 2003 10:56 | |
| Bernhard Graf | 09 Aug 2003 10:48 | |
| Lenz Grimmer | 13 Aug 2003 09:57 |
| Subject: | MySQL 4.0.14 RPM crashes (was: MySQL 4.x RPM with gcc 3.x)![]() |
|---|---|
| From: | Bernhard Graf (mysq...@augensalat.de) |
| Date: | 08/09/2003 10:48:20 AM |
| List: | com.mysql.lists.packagers |
I just installed the original MySQL-RPM. After starting it stops immediatly.
There were no previous database stuff laying in /var/lib/mysql.
Starting fails no matter if I use the binary RPM or rebuild the SRPM from mysq.com
For the binary RPM /var/lib/mysql/<host>.err contains.
030809 19:41:18 mysqld started mysqld got signal 11; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail.
key_buffer_size=8388600
read_buffer_size=131072
max_used_connections=0
max_connections=100
threads_connected=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 225791
K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
thd=0x8414680
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Bogus stack limit or frame pointer, fp=0xbfffe748, stack_bottom=0x1c20,
thread_stack=196608, aborting backtrace.
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd->query at 0x10901 is invalid pointer
thd->thread_id=-454827295
The manual page at http://www.mysql.com/doc/en/Crashing.html contains
information that should help you find out what is causing the crash.
030809 19:41:18 mysqld ended
For the rebuild source RPM /var/lib/mysql/<host>.err contains.
030809 19:23:02 mysqld started mysqld got signal 11; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail.
key_buffer_size=8388600
read_buffer_size=131072
max_used_connections=0
max_connections=100
threads_connected=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 225791
K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
thd=0x8434680 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... frame pointer (ebp) is NULL, did you compile with -fomit-frame-pointer? Aborting backtrace! Trying to get some variables. Some pointers may be invalid and cause the dump to abort... thd->query at 0x10901 is invalid pointer thd->thread_id=-454827295 The manual page at http://www.mysql.com/doc/en/Crashing.html contains information that should help you find out what is causing the crash. 030809 19:23:02 mysqld ended
-- Bernhard Graf <mysq...@augensalat.de>




