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
You are using bash?
On Sep 2, 2016 8:56 AM, "Sajjanshetty, Amresh" <
amresh.sajjanshe...@netapp.com> wrote:
> 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 p
n-dev@python.org"
Subject: Re: [Python-Dev] Need help in debugging the python core
How could I help?
Burkhard
On Fri, Sep 2, 2016 at 10:47 AM, Victor Stinner
mailto:victor.stin...@gmail.com>> wrote:
Oh, I forgot to mention that it would help to get the Python traceback
on the crash. Try f
How could I help?
Burkhard
On Fri, Sep 2, 2016 at 10:47 AM, Victor Stinner
wrote:
> Oh, I forgot to mention that it would help to get the Python traceback
> on the crash. Try faulthandler: add faulthandler.enable() at the
> beginning of your program.
> https://docs.python.org/dev/library/faulth
Oh, I forgot to mention that it would help to get the Python traceback
on the crash. Try faulthandler: add faulthandler.enable() at the
beginning of your program.
https://docs.python.org/dev/library/faulthandler.html
Maybe I should write once tools to debug such bug :-)
Victor
___
2016-09-02 8:49 GMT+02:00 Sajjanshetty, Amresh :
> I’m using asyncio and paramiko to multiplex different channels into a single
> SSH connection.
Hum, asyncio found bugs in CPython. Please try with a more recent
version of CPython than 3.4.3 :-/
> Program terminated with signal 11, Segmentation f
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