12 Jan
2011
12 Jan
'11
19:59
On 2011-01-12, at 2:36 PM, David Dreisigmeyer wrote:
Niether of these worked for Python. However, the first one did cause "Cleanup successful\n" to be printed to the screen when calling client in gambit/tests.
Good to know. For the Python problem could you comment out each line of ___cleanup_os in turn to see which call causes the problem : void ___cleanup_os ___PVOID { ___cleanup_io_module (); ___cleanup_tty_module (); ___cleanup_dyn_module (); ___cleanup_files_module (); ___cleanup_shell_module (); ___cleanup_time_module (); ___cleanup_base_module (); } ___cleanup_os is at the end of lib/os.c . Marc