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 scottmax
Recipients scottmax
Date 2012-10-13.17:22:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350148941.07.0.23902695609.issue16219@psf.upfronthosting.co.za>
In-reply-to
Content
I upgraded the meld3 module (used by Supervisord) to work on Py3K and discovered this segfault. It happens every time. I have seen this on the pre-built Mac 3.3.0 and a source-built 3.3.0 on Linux. It does not occur in 3.2.2. It appears to happen in native code so I can pinpoint the exact location of the crash. But it is easy to reproduce.

It is easy to reproduce. Just grab meld3.py and test_meld3.py from my GitHub and run test_meld3. Files are here:
https://raw.github.com/scottkmaxwell/meld3/master/meld3/meld3.py
https://raw.github.com/scottkmaxwell/meld3/master/meld3/test_meld3.py

On just clone my depot.
History
Date User Action Args
2012-10-13 17:22:21scottmaxsetrecipients: + scottmax
2012-10-13 17:22:21scottmaxsetmessageid: <1350148941.07.0.23902695609.issue16219@psf.upfronthosting.co.za>
2012-10-13 17:22:21scottmaxlinkissue16219 messages
2012-10-13 17:22:20scottmaxcreate