[issue44333] Segmentation fault

2021-06-07 Thread Zachary Ware
Zachary Ware added the comment: Your examples appear to use code from outside the standard library, some of which may include C code that will happily segfault your process well outside of Python's control. You'll need to reduce your problem to the smallest possible reproducer (100 lines or

[issue44333] Segmentation fault

2021-06-07 Thread Eric V. Smith
Eric V. Smith added the comment: The code you've attached doesn't generate the error you provided. -- ___ Python tracker ___ ___ Py

[issue44333] Segmentation fault

2021-06-07 Thread Kuldeep Daksh
Kuldeep Daksh added the comment: Please ignore previous attachment and find new one. On Mon, 7 Jun 2021 at 15:20, Kuldeep Daksh wrote: > I run same code on different window with python3.6. at other place smtp > working in a right way but as I run it in my project its still giving the > error.

[issue44333] Segmentation fault

2021-06-07 Thread Kuldeep Daksh
Kuldeep Daksh added the comment: I run same code on different window with python3.6. at other place smtp working in a right way but as I run it in my project its still giving the error. please find the attachment of my code. On Mon, 7 Jun 2021 at 14:44, Kuldeep Daksh wrote: > > Kuldeep Daksh

[issue44333] Segmentation fault

2021-06-07 Thread Kuldeep Daksh
Kuldeep Daksh added the comment: I am having lunch right now.after lunch I will give you the information. On Mon, Jun 7, 2021, 14:42 Eric V. Smith wrote: > > Eric V. Smith added the comment: > > If you can't provide any more information, we can't help you and I'll have > to close this issue

[issue44333] Segmentation fault

2021-06-07 Thread Eric V. Smith
Eric V. Smith added the comment: If you can't provide any more information, we can't help you and I'll have to close this issue. -- ___ Python tracker ___ ___

[issue44333] Segmentation fault

2021-06-07 Thread Kuldeep Daksh
Kuldeep Daksh added the comment: I am not getting this error when I run same code in other window. I am not able to get why this is happening. On Mon, Jun 7, 2021, 14:20 Eric V. Smith wrote: > > Eric V. Smith added the comment: > > Python 3.6 is no longer supported. Please try to reproduce

[issue44333] Segmentation fault

2021-06-07 Thread Eric V. Smith
Eric V. Smith added the comment: Python 3.6 is no longer supported. Please try to reproduce this with python 3.8 or 3.9. Without seeing the code that causes the failure, it's not possible for us to provide any help. Please try to reproduce the code with the smallest possible example and inc

[issue44333] Segmentation fault

2021-06-07 Thread Kuldeep Daksh
New submission from Kuldeep Daksh : I am getting Segmentation fault when i run server.starttls() method. -- components: Library (Lib) files: segment_fault.png messages: 395251 nosy: mechatronickuldeep priority: normal severity: normal status: open title: Segmentation fault versions: Pyt