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

2019-05-07 Thread Jayesh


Change by Jayesh :


--
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2019-05-07 Thread Karthikeyan Singaravelan


Karthikeyan Singaravelan  added the comment:

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.

--
nosy: +xtreak

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2019-05-07 Thread Jayesh


New submission from Jayesh :

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

PackageVersion
-- ---
adium-theme-ubuntu 0.3.4
configparser   3.7.4
mysql-connector-python 8.0.16
MySQL-python   1.2.5
pip19.1.1
protobuf   3.7.1
py-mysql   1.0
schedule   0.6.0
selenium   3.141.0
setuptools 20.7.0
six1.12.0
unity-lens-photos  1.0
urllib31.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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com