[New-bugs-announce] [issue36847] Segmentation fault (core dumped) Found when we import "schedule" and "mysql.connector" togather.

Jayesh report at bugs.python.org
Tue May 7 22:52:46 EDT 2019


New submission from Jayesh <jay.net.in at gmail.com>:

When we import following two library, then coredump found. 

import sys
#!/usr/bin/python

import schedule
import mysql.connector


Python 2.7.12
Ubuntu 16.04 x64

Package                Version
---------------------- -------
adium-theme-ubuntu     0.3.4
configparser           3.7.4
mysql-connector-python 8.0.16
MySQL-python           1.2.5
pip                    19.1.1
protobuf               3.7.1
py-mysql               1.0
schedule               0.6.0
selenium               3.141.0
setuptools             20.7.0
six                    1.12.0
unity-lens-photos      1.0
urllib3                1.25.2
wheel                  0.29.0

----------
components: Library (Lib)
files: poc.py
messages: 341848
nosy: jay.net.in
priority: normal
severity: normal
status: open
title: Segmentation fault (core dumped) Found when we import "schedule" and "mysql.connector" togather.
versions: Python 2.7
Added file: https://bugs.python.org/file48312/poc.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36847>
_______________________________________


More information about the New-bugs-announce mailing list