[issue24524] python crash using Tkinter
Tomas Nordin
report at bugs.python.org
Mon Jun 29 00:01:27 CEST 2015
New submission from Tomas Nordin:
$ python
Python 2.7.9 (default, Mar 1 2015, 18:22:53)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
The readline tab completion thing should be loaded. (pythonstartup.py @home)
>>> import Tkinter as tk
>>> import tkFileDialog as tfd
>>> tk.Tk()
<Tkinter.Tk instance at 0xb72206ec>
>>> tk.Tk()
<Tkinter.Tk instance at 0xb7117a8c>
>>> tfd.askopenfilename()
u'/home/tomas/.emacs'
>>> # closing the root window
...
>>> alloc: invalid block: 0x99ddcd8: 88 9
Aborted
$
$ uname -a
Linux debian 3.2.0-4-686-pae #1 SMP Debian 3.2.68-1+deb7u1 i686 GNU/Linux
See also #22810
----------
components: Tkinter
messages: 245917
nosy: tomnor
priority: normal
severity: normal
status: open
title: python crash using Tkinter
type: crash
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24524>
_______________________________________
More information about the Python-bugs-list
mailing list