Bugs item #591237, was opened at 2002-08-05 20:32
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=489603&aid=591237&group_id=59013
Category: labrun/labmex/labrerun
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 7
Submitted By: Susan Hert (hert)
Assigned to: Nobody/Anonymous (nobody)
Summary: NEX + labmex may remove running program
Initial Comment:
When multiple experiments are used, each of which
should compile a single program in a single directory,
on processes make may remove and then write over an
executable being used by another process.
----------------------------------------------------------------------
>Comment By: Susan Hert (hert)
Date: 2002-08-23 11:31
Message:
Logged In: YES
user_id=587148
-batch option now is handled differently to avoid two
processes overwriting each other.
----------------------------------------------------------------------
Comment By: Tobias Polzin (polzin)
Date: 2002-08-14 17:13
Message:
Logged In: YES
user_id=586666
This is mainly a problem of "--batch" . Also for other
situations it could be
better if the behaviour of --batch with NEX is changed:
the NEX is processed after the command has finished.
Perhaps this is possible with some reordering in the usage
of
os.fork.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=489603&aid=591237&group_id=59013
|