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 ebfe
Recipients ebfe, ned.deily, roger.serwy, terry.reedy
Date 2012-11-28.13:04:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354107847.38.0.143906771921.issue16547@psf.upfronthosting.co.za>
In-reply-to
Content
@Roger: Triggering the segfault on MacOS 10.6 requires some interaction with the text-window while the text is being rendered. This includes moving the window or just clicking into it's canvas. Carefully leaving the window alone while colorization is going on avoids the segfault thereafter. My guess is that TK's event queue gets upset; the segfault was fixed when switching to ActiveState TK.
History
Date User Action Args
2012-11-28 13:04:07ebfesetrecipients: + ebfe, terry.reedy, ned.deily, roger.serwy
2012-11-28 13:04:07ebfesetmessageid: <1354107847.38.0.143906771921.issue16547@psf.upfronthosting.co.za>
2012-11-28 13:04:07ebfelinkissue16547 messages
2012-11-28 13:04:07ebfecreate