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 lccat
Recipients lccat
Date 2014-11-06.23:24:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415316246.92.0.943780326563.issue22810@psf.upfronthosting.co.za>
In-reply-to
Content
After running the Tkinter file dialog ( tkinter.filedialog.askopenfilename() ), and closing the tkinter window the following error message is displayed:
alloc: invalid block: 0xb035e0: b0 0
To reproduce see the attached python script "tktest". This does not stop the program as far as i can see.  Also happens for the directory selector.
Platform is linux.
History
Date User Action Args
2014-11-06 23:24:06lccatsetrecipients: + lccat
2014-11-06 23:24:06lccatsetmessageid: <1415316246.92.0.943780326563.issue22810@psf.upfronthosting.co.za>
2014-11-06 23:24:06lccatlinkissue22810 messages
2014-11-06 23:24:06lccatcreate