This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients Aaron.Staley, neologix, pitrou
Date 2012-02-13.13:51:26
SpamBayes Score 1.9835417e-05
Marked as misclassified No
Message-id <1329141087.53.0.117868228644.issue13992@psf.upfronthosting.co.za>
In-reply-to
Content
> Unfortunately, my application is running so slow under valgrind that 
> behavior is changing, namely the sockets are all timing out.

Did you see any invalid read/write?

By the way, a google search returned me this:
https://github.com/paramiko/paramiko/issues/17#issuecomment-2382818

The commenter says the crashes don't happen with Python 2.6.7.
If that's true, then you could try bisecting the commit (but it'll take some time).
History
Date User Action Args
2012-02-13 13:51:27neologixsetrecipients: + neologix, pitrou, Aaron.Staley
2012-02-13 13:51:27neologixsetmessageid: <1329141087.53.0.117868228644.issue13992@psf.upfronthosting.co.za>
2012-02-13 13:51:27neologixlinkissue13992 messages
2012-02-13 13:51:26neologixcreate