Re: mod_python+trac+Leopard and 'process has forked, you must exec' error log

Graham Dumpleton <[email protected]> Thu, 7 Jan 2010 21:57:47 +1100
Newsgroups gmane.comp.python.mod_python
Message-ID <[email protected]>
2010/1/7 Thomas Clement <[email protected]>:
> Hello,
>
> First, my configuration:
> - Mac OS X Leopard 10.5
> -  trac installed from MacPorts (with Python 2.6.4)
> - mod_python 3.3.1 from sources
> - Apache 2 built-in from Leopard
>
> Everything is working pretty well except that I'm getting lots of this
> messages in the apache error log when browsing trac:
>
> The process has forked and you cannot use this CoreFoundation functionality
> safely. You MUST exec().
> Break on
> __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__()
> to debug.
>
> Apache does not crash however.
>
>
> I have read that php could do that but it seems the php apache module is not
> loaded here.
> Any idea?

Prior discussion about it at:

  http://groups.google.com/group/modwsgi/browse_thread/thread/fa1ce8c9a9e45db1?tvc=2

Is caused by something being loaded which links to MacOS X Carbon library.

If not caused by PHP extension module called GD, them is something else.

Graham