Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.1.0 (incubating)
-
None
Description
Cygwin processes have a Cygwin PID in addition to the Windows PID. Lucy
should use the Cygwin PID, which necessitates changing the order of #ifdefs
in core/Lucy/Util/ProcessID.c. This will allow exec() to work properly
under Cygwin, in addition to fixing a failing test (t/110-shared_lock.t).