[issue34870] Core dump when Python VSCode debugger is attached

2018-10-05 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> third party stage: -> resolved status: open -> closed type: -> behavior ___ Python tracker ___

[issue34870] Core dump when Python VSCode debugger is attached

2018-10-05 Thread Steve Dower
Steve Dower added the comment: Perhaps surprisingly, Brett is :) This is best reported at https://github.com/Microsoft/ptvsd, so I'd suggest just taking it over there. If it turns out to be a Python issue, we'll bring it back. -- nosy: +brett.cannon

[issue34870] Core dump when Python VSCode debugger is attached

2018-10-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: Steve, are you responsible for VSCode and Python? -- nosy: +steve.dower, terry.reedy ___ Python tracker ___

[issue34870] Core dump when Python VSCode debugger is attached

2018-10-02 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34870] Core dump when Python VSCode debugger is attached

2018-10-02 Thread Per Lundberg
New submission from Per Lundberg : My code has recently started triggering a core dump in the Python executable when the VSCode debugger is attached. This doesn't happen right away; it seems to happen more or less _after_ the program is done executing (I just placed a breakpoint and stepped