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 goddard
Recipients Guilherme.Simões, Steve.OBrien, brianckeegan, goddard, lostdog, ned.deily, roger.serwy, wordtech
Date 2014-10-08.00:53:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412729616.06.0.479683343917.issue16177@psf.upfronthosting.co.za>
In-reply-to
Content
I've seen this crash about 50 times in the UCSF Chimera molecular visualization package, same traceback, and it is caused when a tooltip is raised, but not from IDLE.  The key observation is that it only happens on dual display systems where the second display is positioned partly or entirely above or to the left of the primary display.  An attempt to raise a tooltip on that second display causes a crash.  This seems almost certain to be a Mac Tk bug.  At first I thought it was caused by the x,y screen position of the tool tip being negative.  But when the second screen is arranged above the primary screen (in Mac display system preferences) the y position is which increases from bottom to top is something like 2000, not negative.  Currently my hunch is that the tooltip popup window was created for the primary display, and trying to position it on the secondary display is for some reason an error.  I don't know enough about the native Mac NSWindow to say anything definitive.

Hope this helps you to at least consistently reproduce the crash.
History
Date User Action Args
2014-10-08 00:53:36goddardsetrecipients: + goddard, wordtech, ned.deily, roger.serwy, brianckeegan, Steve.OBrien, lostdog, Guilherme.Simões
2014-10-08 00:53:36goddardsetmessageid: <1412729616.06.0.479683343917.issue16177@psf.upfronthosting.co.za>
2014-10-08 00:53:35goddardlinkissue16177 messages
2014-10-08 00:53:34goddardcreate