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 PythonInTheGrass
Recipients PythonInTheGrass, belopolsky, cgohlke, loewis, terry.reedy
Date 2011-02-05.12:36:39
SpamBayes Score 6.040413e-10
Marked as misclassified No
Message-id <1296909402.12.0.323426248731.issue11077@psf.upfronthosting.co.za>
In-reply-to
Content
The new version runs 40 parabolas, then quits. I usually have to run this version 20 times or so to get the crash, so be patient. In general if it's going to crash it does so in the first 6 or so parabolas. Caveat: creates up to 40 threads, so a bit of a CPU pig. You may want to change the 40 in (self.tracks > 40) to 8.

Here's one crash. I got this by double clicking the .py file from Windows explorer, but I can get them with F5 in IDLE too.
---
UpdateStringProc should not be invoked for type cmdName

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Exception in thread Thread-6:
Traceback (most recent call last):
  File "C:\Python27\lib\threading.py", line 530, in __bootstrap_inner
    self.run()
  File "H:\PMT2\MyProjects\TkinterCrash2.py", line 47, in run
    self.deliverToQueue((self.target, z, y))
  File "H:\PMT2\MyProjects\TkinterCrash2.py", line 129, in arrival_122
    new_yz[1])
  File "C:\Python27\lib\lib-tk\Tkinter.py", line 2201, in create_line
    return self._create('line', args, kw)
  File "C:\Python27\lib\lib-tk\Tkinter.py", line 2189, in _create
    *(args + self._options(cnf, kw))))
TclError: bad screen distance "create"
History
Date User Action Args
2011-02-05 12:36:42PythonInTheGrasssetrecipients: + PythonInTheGrass, loewis, terry.reedy, belopolsky, cgohlke
2011-02-05 12:36:42PythonInTheGrasssetmessageid: <1296909402.12.0.323426248731.issue11077@psf.upfronthosting.co.za>
2011-02-05 12:36:40PythonInTheGrasslinkissue11077 messages
2011-02-05 12:36:40PythonInTheGrasscreate