-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3.7
-
Fix Version/s: 2.3.8
-
Component/s: mariadbbackend
-
Labels:None
-
Environment:Linux 4.4.169-1.el7.elrepo.x86_64
CentOS 7
On CentOS it is build with c-connector 3.0.6. However that introduces a SEGFAULT with session_track_trx_state enabled
(gdb) bt
#0 0x00007ffff535e76a in __memcpy_ssse3_back () from /lib64/libc.so.6
#1 0x00007ffff7ac1653 in ma_read_ok_packet (mysql=0x66ceb0, pos=0x68faf2 "", length=<optimized out>) at /home/vagrant/MaxScale/_build/connector-c-prefix/src/connector-c/libmariadb/mariadb_lib.c:2070
This was fixed in the latest C connector version 3.0.10. Can we update this to make session_track_trx_state work?