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 Charleston
Recipients Charleston, steve.dower, tim.golden, zach.ware
Date 2014-10-29.03:19:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414552754.88.0.540025463882.issue22757@psf.upfronthosting.co.za>
In-reply-to
Content
I have a code that graphs streaming data in a new window. If the cursor is within the graphing window and the cursor has been moved, the graphing window would crash and the message says that "python.exe has stopped working". In the CMD window, the following error is displayed:
"TclStackFree: incorrect freePtr. Call out of sequence?
This application has requested the Runtime to terminate it in an unusual way. 
Please contact the application's support team for more information." 
I've tried changing from python 2.7.7 to 2.7.8 and matplotlib-1.3.1 to 1.4.2. The problem persists in both cases.
History
Date User Action Args
2014-10-29 03:19:14Charlestonsetrecipients: + Charleston, tim.golden, zach.ware, steve.dower
2014-10-29 03:19:14Charlestonsetmessageid: <1414552754.88.0.540025463882.issue22757@psf.upfronthosting.co.za>
2014-10-29 03:19:14Charlestonlinkissue22757 messages
2014-10-29 03:19:14Charlestoncreate