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.
Created on 2007年12月21日 01:25 by wordtech, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (6) | |||
|---|---|---|---|
| msg58931 - (view) | Author: Kevin Walzer (wordtech) * | Date: 2007年12月21日 01:25 | |
I've just updated to Tk 8.5 on OS X (Leopard, 10.5.1) and have rebuilt Python to link to the new version of Tk. I'm seeing tons of weird error messages in my logs when I run IDLE: 12/20/07 8:18:46 PM [0x0-0xa50a5].org.python.IDLE[1300] Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTION ALITY___YOU_MUST_EXEC__() to debug. 12/20/07 8:18:46 PM [0x0-0xa50a5].org.python.IDLE[1300] The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec(). I'm not sure if this is a showstopper bug or not, but I'm a bit concerned about all these error messages. Can someone investigate? |
|||
| msg58934 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2007年12月21日 06:25 | |
I would expect that this is a Tk bug, primarily, not a Python bug. If somebody could reproduce it with Tk alone, it would be good to report it at http://sourceforge.net/tracker/?group_id=12997 |
|||
| msg58946 - (view) | Author: Kevin Walzer (wordtech) * | Date: 2007年12月21日 14:49 | |
I already queried the Tcl-Mac mailing list about this to see if it should be reported as a bug against Tk. Daniel Steffen, the maintainer of Tcl/Tk on the Mac, thinks it may stem from Python-Tk interaction. His detailed reply is here: http://www.nabble.com/Re%3A-Fork-vs.-exec-in-RC-5-of-Tk-8.5- p14394315.html I have not seen this error when running Tcl/Tk applications against 8.5- -just Python-Tkinter. |
|||
| msg63849 - (view) | Author: Sean Reifschneider (jafo) * (Python committer) | Date: 2008年03月18日 02:27 | |
Martin: Any response to Kevin's URL reference? |
|||
| msg156599 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年03月22日 18:18 | |
Let's close this issue as very old and obsolete. |
|||
| msg156611 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2012年03月22日 20:11 | |
Yes, whatever the initial problem, it doesn't seem to be an issue anymore. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:29 | admin | set | github: 46017 |
| 2012年03月22日 20:11:36 | ned.deily | set | status: open -> closed nosy: + ned.deily messages: + msg156611 resolution: out of date stage: test needed -> resolved |
| 2012年03月22日 18:18:52 | asvetlov | set | nosy:
+ asvetlov messages: + msg156599 |
| 2009年04月26日 22:18:59 | ajaksu2 | set | nosy:
+ gpolo versions: + Python 2.6, - Python 2.5 stage: test needed |
| 2009年02月25日 03:17:42 | lars512 | set | nosy: + lars512 |
| 2008年06月12日 08:21:17 | ceball | set | nosy: + ceball |
| 2008年03月18日 02:27:03 | jafo | set | priority: normal assignee: loewis messages: + msg63849 nosy: + jafo |
| 2008年01月13日 00:17:58 | schmir | set | nosy: + schmir |
| 2007年12月23日 18:13:02 | Rhamphoryncus | set | nosy: + Rhamphoryncus |
| 2007年12月21日 14:49:31 | wordtech | set | messages: + msg58946 |
| 2007年12月21日 06:25:16 | loewis | set | nosy:
+ loewis messages: + msg58934 |
| 2007年12月21日 01:25:28 | wordtech | create | |