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.

classification
Title: test_ttk_guionly buildbot test crash: Tcl_FinalizeNotifier: notifier pipe not initialized
Type: crash Stage: test needed
Components: Library (Lib), Tests Versions: Python 3.2
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: gpolo, r.david.murray
Priority: normal Keywords:

Created on 2009-07-20 21:30 by r.david.murray, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg90741 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2009-07-20 21:30
The buildbots occasionally crash in test_ttk_guionly with the following
output:

test_ttk_guionly
Tcl_FinalizeNotifier: notifier pipe not initialized
make: *** [buildbottest] Abort trap
program finished with exit code 2

Here is an example:

http://www.python.org/dev/buildbot/all/x86%20osx.5%203.x/builds/1209
msg91413 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2009-08-07 21:33
I notice this some time ago, let's continue this on issue5120. Can you
test the patch attached there on a mac ? I don't have one, so I'm not
sure if it fixes the issue or not.
History
Date User Action Args
2022-04-11 14:56:51adminsetgithub: 50776
2009-08-07 21:33:26gpolosetstatus: open -> closed
resolution: duplicate
messages: + msg91413
2009-07-20 21:30:23r.david.murraycreate