[issue19954] test_tk floating point exception on my gentoo box running tk 8.6.1

R. David Murray report at bugs.python.org
Thu Dec 12 19:36:47 CET 2013


R. David Murray added the comment:

rdmurray at hey:~/python/p34>./python -m test -v -uall -m test_indicatoron test_tk
== CPython 3.4.0b1 (default:59fb79d0411e, Dec 11 2013, 16:39:28) [GCC 4.7.2]
==   Linux-3.10.6-gentoo-i686-Intel-R-_Core-TM-_i5_CPU_M_450_ at _2.40GHz-with-gentoo-2.2 little-endian
==   hash algorithm: siphash24 32bit
==   /home/rdmurray/python/p34/build/test_python_4151
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0)
[1/1] test_tk
patchlevel = 8.6.1
test_indicatoron (tkinter.test.test_tkinter.test_widgets.CheckbuttonTest) ... ok
test_indicatoron (tkinter.test.test_tkinter.test_widgets.MenubuttonTest) ... Fatal Python error: Floating point exception

Current thread 0xb74f76c0 (most recent call first):
  File "/home/rdmurray/python/p34/Lib/tkinter/__init__.py", line 1254 in _configure
  File "/home/rdmurray/python/p34/Lib/tkinter/__init__.py", line 1263 in configure
  File "/home/rdmurray/python/p34/Lib/tkinter/__init__.py", line 1270 in __setitem__
  File "/home/rdmurray/python/p34/Lib/tkinter/test/widget_tests.py", line 47 in checkParam
  File "/home/rdmurray/python/p34/Lib/tkinter/test/widget_tests.py", line 116 in checkBooleanParam
  File "/home/rdmurray/python/p34/Lib/tkinter/test/widget_tests.py", line 422 in test_indicatoron
  File "/home/rdmurray/python/p34/Lib/unittest/case.py", line 574 in run
  File "/home/rdmurray/python/p34/Lib/unittest/case.py", line 622 in __call__
  File "/home/rdmurray/python/p34/Lib/unittest/suite.py", line 117 in run
  File "/home/rdmurray/python/p34/Lib/unittest/suite.py", line 79 in __call__
  File "/home/rdmurray/python/p34/Lib/unittest/suite.py", line 117 in run
  File "/home/rdmurray/python/p34/Lib/unittest/suite.py", line 79 in __call__
  File "/home/rdmurray/python/p34/Lib/unittest/runner.py", line 168 in run
  File "/home/rdmurray/python/p34/Lib/test/support/__init__.py", line 1685 in _run_suite
  File "/home/rdmurray/python/p34/Lib/test/support/__init__.py", line 1719 in run_unittest
  File "/home/rdmurray/python/p34/Lib/test/test_tk.py", line 22 in test_main
  File "/home/rdmurray/python/p34/Lib/test/regrtest.py", line 1278 in runtest_inner
  File "/home/rdmurray/python/p34/Lib/test/regrtest.py", line 978 in runtest
  File "/home/rdmurray/python/p34/Lib/test/regrtest.py", line 763 in main
  File "/home/rdmurray/python/p34/Lib/test/regrtest.py", line 1562 in main_in_temp_cwd
  File "/home/rdmurray/python/p34/Lib/test/__main__.py", line 3 in <module>
  File "/home/rdmurray/python/p34/Lib/runpy.py", line 73 in _run_code
  File "/home/rdmurray/python/p34/Lib/runpy.py", line 160 in _run_module_as_main
zsh: floating point exception  ./python -m test -v -uall -m test_indicatoron test_tk

----------

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


More information about the Python-bugs-list mailing list