Hi,
  some more notes:

when using strace to trace the startup, I see some strange errors:
read(198, " test -z \"$defaults\"\n  then\n"..., 1024) = 1024
xstat(2, "/usr/local/mysql/var/data/mysql", 0xe0a31d0) = -1 ENOENT (No such file or 
directory)
xstat(2, "./share/mysql/english/errmsg.sys", 0xe0a31d0) = -1 ENOENT (No such file or 
directory)
xstat(2, "./bin/mysqld", 0xe0a31d0)     = -1 ENOENT (No such file or directory)
xstat(2, "./var/mysql/db.frm", 0xe0a31d0) = -1 ENOENT (No such file or directory)
xstat(2, "./share/mysql/english/errmsg.sys", 0xe0a31d0) = -1 ENOENT (No such file or 
directory)
xstat(2, "./libexec/mysqld", 0xe0a31d0) = -1 ENOENT (No such file or directory)
xstat(2, "/usr/local/mysql/libexec/mysqld-max", 0xe0a31d0) = -1 ENOENT (No such file 
or directory)
read(198, " print_defaults=\"./bin/my_print"..., 1024) = 1024
xstat(2, "./bin/my_print_defaults", 0xe0a31d0) = -1 ENOENT (No such file or directory)
xstat(2, "/usr/local/mysql/bin/my_print_defaults", {st_mode=01750311, st_size=0, ...}) 
= 0


I configured mysql with default-charrset=czech and additional-charset=latin1, so maybe 
it's correct that
those files which are missing shouldn't be really there...:
xstat(2, "/usr/local/mysql/share/mysql/charsets/big5.conf", 0x7fff28b0) = -1 ENOENT 
(No such file or directory)
xstat(2, "/usr/local/mysql/share/mysql/charsets/ujis.conf", 0x7fff28b0) = -1 ENOENT 
(No such file or directory)
xstat(2, "/usr/local/mysql/share/mysql/charsets/sjis.conf", 0x7fff28b0) = -1 ENOENT 
(No such file or directory)
xstat(2, "/usr/local/mysql/share/mysql/charsets/tis620.conf", 0x7fff28b0) = -1 ENOENT 
(No such file or directory)
xstat(2, "/usr/local/mysql/share/mysql/charsets/euc_kr.conf", 0x7fff28b0) = -1 ENOENT 
(No such file or directory)
xstat(2, "/usr/local/mysql/share/mysql/charsets/gb2312.conf", 0x7fff28b0) = -1 ENOENT 
(No such file or directory)
xstat(2, "/usr/local/mysql/share/mysql/charsets/gbk.conf", 0x7fff28b0) = -1 ENOENT (No 
such file or directory)


SIGSEGV:
[pid 253453] getmountid(0x7fff1911, 0x7fff1cf8) = 0
[pid 253453] getmountid(0x7fff1911, 0x7fff1cf8) = 0
[pid 253453] getmountid(0x7fff1911, 0x7fff1cf8) = 0
[pid 253453] getmountid(0x7fff1911, 0x7fff1cf8) = 0
[pid 253453] getmountid(0x7fff1911, 0x7fff1cf8) = 0
[pid 253453] getmountid(0x7fff1911, 0x7fff1cf8) = 0
[pid 253453] getmountid(0x7fff1911, 0x7fff1cf8) = 0
[pid 253453] getmountid(0x7fff1911, 0x7fff1cf8) = 0
[pid 253453] getmountid(0x7fff1911, 0x7fff1cf8) = 0
[pid 253453] getmountid(0x7fff1911, 0x7fff1cf8) = 0
[pid 253453] lxstat(2, "../../../../../software", {st_mode=0200, st_size=0, ...}) = 0
[pid 253453] close(5)                   = 0
[pid 253453] open("../../../../../..", O_RDONLY|O_NONBLOCK) = 5
[pid 253453] fcntl(5, F_SETFD, FD_CLOEXEC) = 0
[pid 253453] fxstat(2, 5, {st_mode=0200, st_size=0, ...}) = 0
[pid 253453] fxstat(2, 5, {st_mode=0200, st_size=0, ...}) = 0
[pid 253453] close(5)                   = 0
[pid 253453] readlink("/software/usr/local/mysql/var/master.info", 0x7fff1de0, 1025) = 
-1 ENOENT (No such file or directory)
[pid 253453] xstat(2, "./master.info", 0x7fff2c28) = -1 ENOENT (No such file or 
directory)
[pid 253453] open("./", O_RDONLY|O_NONBLOCK) = 5
[pid 253453] fcntl(5, F_SETFD, FD_CLOEXEC) = 0
[pid 253453] fxstat(2, 5, {st_mode=S_IFSOCK|S_ISUID|020400507, st_size=0, ...}) = 0
[pid 253453] ngetdents(0x5, 0x104607f0, 0x4000, 0x7fff1c70) = 648
[pid 253453] close(5)                   = 0
[pid 253453] xstat(2, "./nmrindy-bin.013", 0x7fff2340) = -1 ENOENT (No such file or 
directory)
[pid 253453] open("./nmrindy-bin.013", O_WRONLY|O_APPEND|O_CREAT, 0660) = 5
[pid 253453] lseek(5, 0, SEEK_CUR)      = 0
[pid 253453] open("./nmrindy-bin.index", O_RDWR|O_APPEND|O_CREAT, 0660) = 6
[pid 253453] time()                     = 993203999
[pid 253453] lseek(5, 0, SEEK_SET)      = 0
[pid 253453] write(5, "\376bin\37\0273;\1\1\0\0\0E\0\0\0"..., 73) = 73
[pid 253453] write(6, "./nmrindy-bin.013", 17) = 17
[pid 253453] write(6, "\n", 1)          = 1
[pid 253453] --- SIGSEGV (Segmentation fault) ---
[pid 253453] write(2, "mysqld got signal ", 18) = 18
[pid 253453] write(2, "11;\nThis", 8)   = 8
[pid 253453] write(2, " could be because you hit a bug."..., 221) = 221

-- 
Martin Mokrejs - PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
<[EMAIL PROTECTED]> Faculty of Science, The Charles University



---------------------------------------------------------------------
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