Re: [Python-Dev] Need help in debugging the python core

2016-09-02 Thread Sajjanshetty, Amresh
help in debugging the python core You are using bash? On Sep 2, 2016 8:56 AM, "Sajjanshetty, Amresh" <amresh.sajjanshe...@netapp.com<mailto:amresh.sajjanshe...@netapp.com>> wrote: Dear All, I’m using asyncio and paramiko to multiplex different channels into a single SSH

Re: [Python-Dev] Need help in debugging the python core

2016-09-02 Thread Sajjanshetty, Amresh
Surprisingly I’m not seeing the core dump/crash after adding ‘faulthandler.enable()’ . Would it catch the signal and ignore by default? Thanks and Regards, Amresh From: Burkhard Meier Date: Friday, September 2, 2016 at 11:19 PM To: Victor Stinner

[Python-Dev] Need help in debugging the python core

2016-09-02 Thread Sajjanshetty, Amresh
Dear All, I’m using asyncio and paramiko to multiplex different channels into a single SSH connection. Things were working fine till recently but suddenly started seeing that python getting crashed whenever I tried to write to the channel. I have very limited knowledge on how python