Uploaded image for project: 'MariaDB Connector/C'
  1. MariaDB Connector/C
  2. CONC-110

downloading the fix for [JIRA][CONC-102]

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Not a Bug
    • None
    • 2.1
    • None
    • None

    Description

      Georg Richter closed CONC-102.
      ------------------------------
      Resolution: Fixed
      Fix Version/s: 2.0.1

      Fixed in rev. 151
      =================================
      But we are not able to verify this fix as we can't download the source code and the library for this fix. Please assist us in getting the source code and the library.

      Attachments

        Activity

          mpatil Mangala created issue -
          georg Georg Richter added a comment - See https://mariadb.com/kb/en/mariadb/client-libraries/client-library-for-c/about-the-mariadb-client-library-for-c/
          georg Georg Richter made changes -
          Field Original Value New Value
          Fix Version/s 2.0.1 [ 15701 ]
          Resolution Not a Bug [ 6 ]
          Status Open [ 1 ] Closed [ 6 ]
          mpatil Mangala added a comment -

          Georg,

          When I tried the library that’s built by the library that’s is located at this place...I am getting the core dump during the connection

          Reading symbols from /lib64/libfreebl3.so...(no debugging symbols found)...done.
          Loaded symbols for /lib64/libfreebl3.so
          Reading symbols from /lib64/libgssapi_krb5.so.2...(no debugging symbols found)...done.
          Loaded symbols for /lib64/libgssapi_krb5.so.2
          Reading symbols from /lib64/libkrb5.so.3...(no debugging symbols found)...done.
          Loaded symbols for /lib64/libkrb5.so.3
          Reading symbols from /lib64/libcom_err.so.2...(no debugging symbols found)...done.
          Loaded symbols for /lib64/libcom_err.so.2
          Reading symbols from /lib64/libk5crypto.so.3...(no debugging symbols found)...done.
          Loaded symbols for /lib64/libk5crypto.so.3
          Reading symbols from /lib64/libkrb5support.so.0...(no debugging symbols found)...done.
          Loaded symbols for /lib64/libkrb5support.so.0
          Reading symbols from /lib64/libkeyutils.so.1...(no debugging symbols found)...done.
          Loaded symbols for /lib64/libkeyutils.so.1
          Reading symbols from /lib64/libresolv.so.2...(no debugging symbols found)...done.
          Loaded symbols for /lib64/libresolv.so.2
          Reading symbols from /lib64/libselinux.so.1...(no debugging symbols found)...done.
          Loaded symbols for /lib64/libselinux.so.1
          Reading symbols from /lib64/libnss_files.so.2...(no debugging symbols found)...done.
          Loaded symbols for /lib64/libnss_files.so.2
          Core was generated by `/opt/adc/adc/bin/monitord'.
          Program terminated with signal 11, Segmentation fault.
          #0 db_enter (func=0x7f7941e7368a "mysql_close", file=0x7f7941e73988 "/u/cm/mariadb-native-client/libmysql/libmysql.c",
          line=1982, sfunc=0x7fff79310bc8, sfile=0x7fff79310bc0, slevel=0x7fff79310bd4, sframep=0x7fff79310bb8)
          at /u/cm/mariadb-native-client/libmysql/dbug.c:712
          712 *sfunc = state->func;
          Missing separate debuginfos, use: debuginfo-install ulcm-dscinstance-5.1-0.x86_64
          (gdb) bt
          #0 db_enter (func=0x7f7941e7368a "mysql_close", file=0x7f7941e73988 "/u/cm/mariadb-native-client/libmysql/libmysql.c",
          line=1982, sfunc=0x7fff79310bc8, sfile=0x7fff79310bc0, slevel=0x7fff79310bd4, sframep=0x7fff79310bb8)
          at /u/cm/mariadb-native-client/libmysql/dbug.c:712
          #1 0x00007f7941e5d94a in mysql_close (mysql=0x7f793002ae70) at /u/cm/mariadb-native-client/libmysql/libmysql.c:1982
          #2 0x00007f7942086d05 in MySqlClient::close (this=0x1001478) at MySqlClient.cpp:186
          #3 0x000000000040f556 in disConnect (this=0xffdf30) at /vob/adc/router/db_client/DataBaseClient.h:265
          #4 UlticomMonitorD::MonitorThread::connectToMySql (this=0xffdf30) at MonitorThread.cpp:400
          #5 0x000000000041abd2 in UlticomMonitorD::MonitorServer::reconnectToDbInLinks (this=0xfffbc0) at MonitorServer.cpp:262
          #6 0x000000000040cb34 in main (argc=<value optimized out>, argv=0x9) at MonitorMain.cpp:121

          mpatil Mangala added a comment - Georg, When I tried the library that’s built by the library that’s is located at this place...I am getting the core dump during the connection Reading symbols from /lib64/libfreebl3.so...(no debugging symbols found)...done. Loaded symbols for /lib64/libfreebl3.so Reading symbols from /lib64/libgssapi_krb5.so.2...(no debugging symbols found)...done. Loaded symbols for /lib64/libgssapi_krb5.so.2 Reading symbols from /lib64/libkrb5.so.3...(no debugging symbols found)...done. Loaded symbols for /lib64/libkrb5.so.3 Reading symbols from /lib64/libcom_err.so.2...(no debugging symbols found)...done. Loaded symbols for /lib64/libcom_err.so.2 Reading symbols from /lib64/libk5crypto.so.3...(no debugging symbols found)...done. Loaded symbols for /lib64/libk5crypto.so.3 Reading symbols from /lib64/libkrb5support.so.0...(no debugging symbols found)...done. Loaded symbols for /lib64/libkrb5support.so.0 Reading symbols from /lib64/libkeyutils.so.1...(no debugging symbols found)...done. Loaded symbols for /lib64/libkeyutils.so.1 Reading symbols from /lib64/libresolv.so.2...(no debugging symbols found)...done. Loaded symbols for /lib64/libresolv.so.2 Reading symbols from /lib64/libselinux.so.1...(no debugging symbols found)...done. Loaded symbols for /lib64/libselinux.so.1 Reading symbols from /lib64/libnss_files.so.2...(no debugging symbols found)...done. Loaded symbols for /lib64/libnss_files.so.2 Core was generated by `/opt/adc/adc/bin/monitord'. Program terminated with signal 11, Segmentation fault. #0 db_enter ( func =0x7f7941e7368a "mysql_close", file =0x7f7941e73988 "/u/cm/mariadb-native-client/libmysql/libmysql.c", line =1982, sfunc =0x7fff79310bc8, sfile =0x7fff79310bc0, slevel =0x7fff79310bd4, sframep =0x7fff79310bb8) at /u/cm/mariadb-native-client/libmysql/dbug.c:712 712 * sfunc = state->func; Missing separate debuginfos, use: debuginfo-install ulcm-dscinstance-5.1-0.x86_64 (gdb) bt #0 db_enter ( func =0x7f7941e7368a "mysql_close", file =0x7f7941e73988 "/u/cm/mariadb-native-client/libmysql/libmysql.c", line =1982, sfunc =0x7fff79310bc8, sfile =0x7fff79310bc0, slevel =0x7fff79310bd4, sframep =0x7fff79310bb8) at /u/cm/mariadb-native-client/libmysql/dbug.c:712 #1 0x00007f7941e5d94a in mysql_close (mysql=0x7f793002ae70) at /u/cm/mariadb-native-client/libmysql/libmysql.c:1982 #2 0x00007f7942086d05 in MySqlClient::close (this=0x1001478) at MySqlClient.cpp:186 #3 0x000000000040f556 in disConnect (this=0xffdf30) at /vob/adc/router/db_client/DataBaseClient.h:265 #4 UlticomMonitorD::MonitorThread::connectToMySql (this=0xffdf30) at MonitorThread.cpp:400 #5 0x000000000041abd2 in UlticomMonitorD::MonitorServer::reconnectToDbInLinks (this=0xfffbc0) at MonitorServer.cpp:262 #6 0x000000000040cb34 in main (argc=<value optimized out>, argv=0x9) at MonitorMain.cpp:121
          georg Georg Richter added a comment -

          "/u/cm/mariadb-native-client/libmysql/libmysql.c" <-- This is version 1.0.

          From https://mariadb.com/kb/en/mariadb/client-libraries/client-library-for-c/about-the-mariadb-client-library-for-c .

          Source code

          The source code is available on Launchpad: https://code.launchpad.net/mariadb-native-client

          You need to checkout the code with bzr branch lp:mariadb-native-client and compile it.

          georg Georg Richter added a comment - "/u/cm/mariadb-native-client/libmysql/libmysql.c" <-- This is version 1.0. From https://mariadb.com/kb/en/mariadb/client-libraries/client-library-for-c/about-the-mariadb-client-library-for-c . Source code The source code is available on Launchpad: https://code.launchpad.net/mariadb-native-client You need to checkout the code with bzr branch lp:mariadb-native-client and compile it.
          mpatil Mangala added a comment -

          The issue that we had fixed in this version.

          When do we have the official release of this pkg??

          mpatil Mangala added a comment - The issue that we had fixed in this version. When do we have the official release of this pkg??
          julien.fritsch Julien Fritsch made changes -
          Workflow MariaDB connectors [ 55913 ] MariaDB v4 [ 160982 ]

          People

            georg Georg Richter
            mpatil Mangala
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.