Bug #20223 | Embedded server crashes (almost all platforms, all tests) | ||
---|---|---|---|
Submitted: | 2 Jun 2006 10:27 | Modified: | 7 Jun 2006 20:25 |
Reporter: | Joerg Bruehe | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Embedded Library ( libmysqld ) | Severity: | S1 (Critical) |
Version: | 5.1.11-beta | OS: | Unix (almost all) |
Assigned to: | CPU Architecture: | Any |
[2 Jun 2006 10:27]
Joerg Bruehe
[2 Jun 2006 11:12]
Joerg Bruehe
Addendum: For AIX 5.2 (32 bit), we have a similar symptom (as above) in some tests, but some of them with signal 4 (code 132) and others with 11. Tests include "ctype_gbk", "ctype_ujis", "ctype_utf8", "index_merge_innodb2", "innodb_cache", "innodb_handler", "innodb_mysql". There is also another type of embedded crash for AIX 5.2 (32 bit), fewer messages, signal 4 (code 132): ===== xa [ fail ] Errors are (from /PATH/mysqltest-time) : YYMMDD HH:MM:SS [Warning] mysql_embedded: unknown variable 'loose-binlog-show-xid=0' YYMMDD HH:MM:SS [Warning] mysql_embedded: unknown variable 'loose-binlog-show-xid=0' mysqltest returned unexpected code 132, it has probably crashed (the last lines may be the most important ones) ===== SCO OSR 6, if crashing, has the same messages, but signal 11 (code 139). Tests "archive_gis", "bench_count_distinct", and several others show the short messages for the platforms where the typical crash is as in the first entry, more messages + signal 11. So the only platform without this type of crashes seems to be AIX 5.2 (64 bit), and it has the peculiariry that here InniDB is configured but does not activate at run time (bug#17612). So the bug seems to be that "InnoDB" does not work in "embedded".
[2 Jun 2006 13:44]
Heikki Tuuri
Joerg, can you run inside gdb, so that we see the stack trace? Heikki
[2 Jun 2006 18:33]
Joerg Bruehe
Just for the record: The build that led to this report did _not_ yet include the fix to bug#19650 (see there). I just started another attempt, that _does_ include that fix, and will see how that goes.
[6 Jun 2006 12:53]
Joerg Bruehe
As written in my last entry, I did a new build, this time including the fix for bug#19650: In this, the general crashes are gone. Therefore, I close this bug. There are still some few crashes in "embedded", but they are specific to platform or test, so I will have to report them separately.