Uploaded image for project: 'MariaDB Connector/Python'
  1. MariaDB Connector/Python
  2. CONPY-178

Repeated 'cursor.callproc()' calling make entire python process dead without notice.

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • 1.0.8
    • 1.0.9, 1.1.0rc1
    • Generic
    • None
    • 3.9.8

    Description

      Hi.

      With any of Mariadb/python connector, it happends.
      Below pseudo code(just repeated loop) make entire python process dead without any message.
      just killed.

      • pymysql never dead.
      • the stored procedure has the one OUT parameter.

      Please fix it asap.
      -----------
      for label_c, dic_c in data_f.items():
      for label_p, dic_p in dic_c.items():
      for s, dic in dic_p.items():
      args = (
      code,
      0
      )

      cur.callproc('proc_insert_something', args)

      -----------

      Attachments

        Activity

          georg Georg Richter added a comment -

          Are you sure that 1.1.0 is affected (you reported version number 1.1.0b1) ? . I'm able to repeat the problem with 1.0.8 but not with 1.1.0.

          georg Georg Richter added a comment - Are you sure that 1.1.0 is affected (you reported version number 1.1.0b1) ? . I'm able to repeat the problem with 1.0.8 but not with 1.1.0.
          npdmailing@gmail.com Mitchell Lee added a comment - - edited

          I have verified it again now,
          it also happened on 1.1.0b2 (sorry for the version tag in the ticket, I have fixed.)
          so, 1.0.8, 1.1.0b2 has the problem.

          and...
          Im using it on Windows and the version I can access are below.

          ERROR: Could not find a version that satisfies the requirement mariadb==1.0.9 (from versions: 0.9.52, 0.9.53, 0.9.54, 0.9.55, 0.9.56, 0.9.57, 0.9.58, 0.9.59, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1.0a1, 1.1.0b1, 1.1.0b2)
          ERROR: No matching distribution found for mariadb==1.0.9

          npdmailing@gmail.com Mitchell Lee added a comment - - edited I have verified it again now, it also happened on 1.1.0b2 (sorry for the version tag in the ticket, I have fixed.) so, 1.0.8, 1.1.0b2 has the problem. and... Im using it on Windows and the version I can access are below. ERROR: Could not find a version that satisfies the requirement mariadb==1.0.9 (from versions: 0.9.52, 0.9.53, 0.9.54, 0.9.55, 0.9.56, 0.9.57, 0.9.58, 0.9.59, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1.0a1, 1.1.0b1, 1.1.0b2) ERROR: No matching distribution found for mariadb==1.0.9
          npdmailing@gmail.com Mitchell Lee added a comment -

          Hi. When it can be used on Windows platform?

          npdmailing@gmail.com Mitchell Lee added a comment - Hi. When it can be used on Windows platform?

          People

            georg Georg Richter
            npdmailing@gmail.com Mitchell Lee
            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.