Handlersocket does not load in maria-5.3-main

Bug #730035 reported by Philip Stoev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MariaDB
Fix Released
Critical
Sergei Golubchik

Bug Description

Not repeatable with maria-5.3-handlersocket.

Steps to reproduce:

bzr branch lp:maria/5.3
./BUILD/compile-pentium-debug-max-no-ndb

cd mysql-test

 MTR_VERSION=1 perl mysql-test-run.pl --start-and-exit --master_port=3306 1st --mysqld=--plugin-dir=/home/philips/bzr/maria-5.3-handler/plugin/handler_socket/handlersocket/.libs

 mysql -uroot --protocol=tcp --port=3306 -e "INSTALL PLUGIN handlersocket soname 'handlersocket.so'"

Related branches

Changed in maria:
milestone: none → 5.3
assignee: nobody → Sergei (sergii)
Revision history for this message
Philip Stoev (pstoev-askmonty) wrote :

The error is:

https://internal.askmonty.org/buildbot/builders/test-handlersocket/builds/8/steps/install-handlersocket/logs/stdio

ERROR 1126 (HY000) at line 1: Can't open shared library '/home/buildbot/rqg-buildbot-slave/test-handlersocket/build/mysql-test/../plugin/handler_socket/handlersocket/.libs/handlersocket.so' (errno: 22 undefined symbol: _ZNSt6vectorIN4dena9prep_stmtESaIS1_EE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPS1_S3_EEmRKS1_)

with c++filt:

ERROR 1126 (HY000) at line 1: Can't open shared library '/home/buildbot/rqg-buildbot-slave/test-handlersocket/build/mysql-test/../plugin/handler_socket/handlersocket/.libs/handlersocket.so' (errno: 22 undefined symbol: std::vector<dena::prep_stmt, std::allocator<dena::prep_stmt> >::_M_fill_insert(__gnu_cxx::__normal_iterator<dena::prep_stmt*, std::vector<dena::prep_stmt, std::allocator<dena::prep_stmt> > >, unsigned long, dena::prep_stmt const&))

the same test passes when handlersocket from githup is compiled against mysql-5.1 and when handlersocket from github is compiled against 5.3-handler using the patch serg provided.

Changed in maria:
assignee: Sergei (sergii) → nobody
importance: Undecided → Wishlist
Revision history for this message
Philip Stoev (pstoev-askmonty) wrote :

This failure is observed using the handlersocket as bundled with the maria-5.3 tree.

Changed in maria:
importance: Wishlist → Critical
Changed in maria:
assignee: nobody → Sergei (sergii)
status: New → Confirmed
Changed in maria:
status: Confirmed → Fix Committed
Changed in maria:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.