[gambit-list] __cleanup() problem (OS X 10.6.6 / Gambit-C 4.6.0)
    Marc Feeley 
    feeley at iro.umontreal.ca
       
    Wed Jan 12 14:59:47 EST 2011
    
    
  
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
    
    
More information about the Gambit-list
mailing list