Issue1676
Created on 2007-12-21 01:25 by wordtech, last changed 2009-04-26 22:18 by ajaksu2.
|
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) |
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) |
Date: 2008-03-18 02:27 |
|
Martin: Any response to Kevin's URL reference?
|
|
| Date |
User |
Action |
Args |
| 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 | |
|