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.

    XMLWordPrintable

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

          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.