Ignore:
Timestamp:
May 10, 2007 2:29:26 PM (17 years ago)
Author:
nkissebe
Message:

ignore SIGPIPE signal (ie, if nanoscale terminated)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/vizservers/pymolproxy/pymolproxy.c

    r714 r721  
    11231123    close(pairErr[1]);
    11241124
     1125        signal(SIGPIPE, SIG_IGN); // ignore SIGPIPE (ie if nanoscale terminates)
     1126
    11251127        pymol.p_stdin = pairIn[1];
    11261128        pymol.p_stdout = pairOut[0];
Note: See TracChangeset for help on using the changeset viewer.