[Bug 229219] databases/mariadb103-server: crashes on startup (signal 11)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 21 18:50:05 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229219
Bug ID: 229219
Summary: databases/mariadb103-server: crashes on startup
(signal 11)
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: brnrd at freebsd.org
Reporter: tremere at cainites.net
Assignee: brnrd at freebsd.org
Flags: maintainer-feedback?(brnrd at freebsd.org)
Upgraded my mariadb from 10.2 to 10.3 today and found out it crashes right away
once started.
Here's the backtrace:
(gdb) run
Starting program: /usr/local/libexec/mysqld
Program received signal SIGSEGV, Segmentation fault.
0x0000000803d7a5db in pthread_mutex_init () from /lib/libthr.so.3
(gdb) bt
#0 0x0000000803d7a5db in pthread_mutex_init () from /lib/libthr.so.3
#1 0x0000000001506b82 in safe_mutex_init (mp=0x20808f0, attr=0x28edf88,
name=0x1607168 "&m_mutex",
file=0x1607101
"/wrkdirs/usr/ports/databases/mariadb103-server/work/mariadb-10.3.7/sql/semisync_master_ack_receiver.cc",
line=47)
at
/wrkdirs/usr/ports/databases/mariadb103-server/work/mariadb-10.3.7/mysys/thr_mutex.c:193
#2 0x00000000009f3a2a in inline_mysql_mutex_init (key=0, that=0x20808f0,
attr=0x28edf88, src_name=0x1607168 "&m_mutex",
src_file=0x1607101
"/wrkdirs/usr/ports/databases/mariadb103-server/work/mariadb-10.3.7/sql/semisync_master_ack_receiver.cc",
src_line=47) at mysql_thread.h:648
#3 0x00000000009f3906 in Ack_receiver::Ack_receiver (this=0x20808e0) at
/wrkdirs/usr/ports/databases/mariadb103-server/work/mariadb-10.3.7/sql/semisync_master_ack_receiver.cc:46
#4 0x00000000009edbb4 in __cxx_global_var_init.1 () at
/wrkdirs/usr/ports/databases/mariadb103-server/work/mariadb-10.3.7/sql/semisync_master.cc:52
#5 0x00000000009f1bbe in _GLOBAL__sub_I_semisync_master.cc () at
my_pthread.h:363
#6 0x00000000015b4752 in __do_global_ctors_aux ()
#7 0x0000000000625f2e in _init ()
#8 0x00007fffffffe050 in ?? ()
#9 0x0000000801d5362a in r_debug_state () from /libexec/ld-elf.so.1
#10 0x0000000801d5261c in __tls_get_addr () from /libexec/ld-elf.so.1
#11 0x0000000801d50669 in .text () from /libexec/ld-elf.so.1
#12 0x0000000000000000 in ?? ()
I'm running 11.2-RC3 (amd64). Tested with OpenSSL from base and LibreSSL, but
both crash. Only INNODB and GSSAPI_NONE selected in port options.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list