[issue29347] Python 2.7.8 is crashing while creating weakref for a given object.

2017-02-03 Thread Xiang Zhang
Changes by Xiang Zhang : -- nosy: +xiang.zhang versions: -Python 3.3, Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue29347] Python 2.7.8 is crashing while creating weakref for a given object.

2017-02-02 Thread Saida Dhanavath
Changes by Saida Dhanavath : -- versions: +Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___ ___ Pytho

[issue29347] Python 2.7.8 is crashing while creating weakref for a given object.

2017-01-23 Thread Saida Dhanavath
Saida Dhanavath added the comment: Hi Christian Heimes, Please ignore typos in the previous post. I have written some code to simulate and test PyWeakReference struct instantiation and then hit segfault based on the flag passed to C code. Here I am trying to execute some of the operations fr

[issue29347] Python 2.7.8 is crashing while creating weakref for a given object.

2017-01-23 Thread Saida Dhanavath
Saida Dhanavath added the comment: Hi Christian Heimes, PFA. I have written a some code to simulate and test PyWeakReference struct instantion and then hit segfault based on flag passed-in to C code. Here I am trying to execute some of the operations from new_weakref and dealloc_weakref of O

[issue29347] Python 2.7.8 is crashing while creating weakref for a given object.

2017-01-23 Thread Christian Heimes
Christian Heimes added the comment: Can you reproduce the issue with a more recent version of Python 2.7? 2.7.8 is pretty old. -- nosy: +christian.heimes ___ Python tracker ___

[issue29347] Python 2.7.8 is crashing while creating weakref for a given object.

2017-01-22 Thread Saida Dhanavath
Changes by Saida Dhanavath : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue29347] Python 2.7.8 is crashing while creating weakref for a given object.

2017-01-22 Thread Saida Dhanavath
New submission from Saida Dhanavath: We are using python 2.7.8 on Ubuntu 14.04 to host our services. In one of the crashes python interpreter got segmentation fault while initializing weakref for a given object. Please find snip of backtraces as given below. #0 0x7f62aa86951a in clear_wea