Comment 2 for bug 693387

Revision history for this message
Olivier - interfaSys (olivier-interfasys) wrote :

I've checked the filesystem. There is no mysqld.core anywhere.

The current problem is that because of the crash, a new instance is immediately restarted and mysqld cannot be stopped without killing mysqld_safe.

MariaDB was built from ports:
http://www.freshports.org/databases/mariadb/
I don't really know how to quickly get the build options since there doesn't seem to be anything specific in the port.

I've also tried with 5.2.3, same problem.

# ldd /usr/local/libexec/mysqld
/usr/local/libexec/mysqld:
        libz.so.5 => /lib/libz.so.5 (0x800ba7000)
        libcrypt.so.5 => /lib/libcrypt.so.5 (0x800cbc000)
        libthr.so.3 => /lib/libthr.so.3 (0x800dd5000)
        librt.so.1 => /usr/lib/librt.so.1 (0x800eed000)
        libstdc++.so.6 => /usr/local/lib/gcc45/libstdc++.so.6 (0x800ff2000)
        libm.so.5 => /lib/libm.so.5 (0x801125000)
        libgcc_s.so.1 => /usr/local/lib/gcc45/libgcc_s.so.1 (0x800a99000)
        libc.so.7 => /lib/libc.so.7 (0x801244000)

Info on GCC
Using built-in specs.
COLLECT_GCC=/usr/local/bin/gcc45
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc45/gcc/x86_64-portbld-freebsd8.1/4.5.2/lto-wrapper
Target: x86_64-portbld-freebsd8.1
Configured with: ./../gcc-4.5.2/configure --enable-lto=yes --enable-gold --enable-threads --with-ppl --with-cloog --disable-ppl-version-check --with-libelf=/usr/local --disable-nls --libdir=/usr/local/lib/gcc45 --libexecdir=/usr/local/libexec/gcc45 --program-suffix=45 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc45/include/c++/ --with-ld=/usr/local/bin/ld --with-libiconv-prefix=/usr/local --with-system-zlib --disable-libgcj --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/gcc45 --build=x86_64-portbld-freebsd8.1
Thread model: posix
gcc version 4.5.2 (GCC)