Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • Raymond Toy's avatar
    b8841170
    Fix #49: CLM crashes · b8841170
    Raymond Toy authored
    When invoking motifd, the program name is #p:'library:motifd".  This
    is passed directly to spawn (a C routine), which only accepts strings.
    So, before calling spawn, convert the program path to a unix
    namestring.
    
    This allows the example from the bug to run without crashing.
    b8841170
    History
    Fix #49: CLM crashes
    Raymond Toy authored
    When invoking motifd, the program name is #p:'library:motifd".  This
    is passed directly to spawn (a C routine), which only accepts strings.
    So, before calling spawn, convert the program path to a unix
    namestring.
    
    This allows the example from the bug to run without crashing.