Issue 36847: Segmentation fault (core dumped) Found when we import "schedule" and "mysql.connector" togather.

Issue36847

Created on 2019-05-08 02:52 by jay.net.in, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
poc.py jay.net.in, 2019-05-08 02:52
Messages (2)
msg341848 - (view) Author: Jayesh (jay.net.in) Date: 2019-05-08 02:52
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
msg341849 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2019-05-08 03:05
Thanks for the report. schedule and mysql-connector are not part of standard library distributed with CPython. This tracker deals with issues in CPython. I would propose closing it as third party unless you can reproduce the segfault without third party code.
History
Date User Action Args
2022-04-11 14:59:14adminsetgithub: 81028
2019-05-08 03:10:12jay.net.insetstatus: open -> closed
resolution: third party
stage: resolved
2019-05-08 03:05:06xtreaksetnosy: + xtreak
messages: + msg341849
2019-05-08 02:52:46jay.net.increate