Ronald Oussoren added the comment: This is likely a known issue with using os.fork on OSX: that is unsafe, and likely causes crashes, once one of Apple's frameworks has initialized.
I think it might be better in the long run to make multiprocessing on OSX behave the same as on windows, but haven't thought about the consequences of this enough to be sure (because there are downsides as well) BTW. Besides that, the code pattern doesn't match how GUI applications are supposed to work on OSX. Applications are basically supposed to be single process, even when working with multiple documents. -- On the road, hence brief. Op 6 jul. 2015 om 15:57 heeft R. David Murray <rep...@bugs.python.org> het volgende geschreven: > > R. David Murray added the comment: > > Your test code works for me on linux and python3.3 and 3.4.1. That is, I can > click four buttons and get back the prompt, with no segfault. It is quite > possible this is a bug in the Mac version of TK, assuming this is even > supposed to work. > > ---------- > nosy: +r.david.murray > > _______________________________________ > Python tracker <rep...@bugs.python.org> > <http://bugs.python.org/issue24573> > _______________________________________ ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24573> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com