[New-bugs-announce] [issue22810] tkinter: "alloc: invalid block:" after askopenfilename

lccat report at bugs.python.org
Fri Nov 7 00:24:06 CET 2014


New submission from lccat:

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.

----------
components: Tkinter
files: tktest.py
messages: 230768
nosy: lccat
priority: normal
severity: normal
status: open
title: tkinter:  "alloc: invalid block:" after askopenfilename
versions: Python 3.4
Added file: http://bugs.python.org/file37142/tktest.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22810>
_______________________________________


More information about the New-bugs-announce mailing list