当我尝试使用mxs_adapter
和cdc
连接器连接我的 Mariadb TX 服务器时,我收到以下错误:
2018-09-20 16:12:38 [cdc_test.cdc_tab] MaxScale connection could not be
created: Exception caught: basic_string::_S_create
2018-09-20 16:12:38 [cdc_test.cdc_tab] Received fatal signal 11
mxs_adapter[0x42bfd5]
/lib64/libpthread.so.0(+0xf6d0)[0x7f4081ba96d0]
mxs_adapter(mysql_close+0x12)[0x434b02]
mxs_adapter(_Z11streamTableSsSs+0x26a)[0x41d89a]
mxs_adapter(_ZNSt6thread5_ImplISt12_Bind_simpleIFPFvSsSsESsSsEEE6
_M_runEv+0x37)[0x41eeb7]
/lib64/libstdc++.so.6(+0xb5070)[0x7f4080e5b070]
/lib64/libpthread.so.0(+0x7e25)[0x7f4081ba1e25]
/lib64/libc.so.6(clone+0x6d)[0x7f40805bfbad]
Segmentation fault (core dumped)
我该如何解决这个问题?