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

2016-09-02 Thread Sajjanshetty, Amresh
Yes Thanks and Regards, Amresh From: Burkhard Meier Date: Saturday, September 3, 2016 at 12:12 AM To: Amresh Sajjanshetty Cc: "python-dev@python.org" Subject: Re: [Python-Dev] Need help in debugging the python core You are using bash? On Sep 2, 2016 8:56 AM, "Sajja

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 Cc: Amresh Sajjanshetty , "python-dev@python.o

[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 interpreter