On 17 December 2007 15:28, Ronny wrote: >> I don't but you might be able to get some clues from looking at strace >> output. > > Well, i never used strace, so i do not know what it says me. > I just give you the output. > Could you have a look on it? Thanks a lot.
What is /home/Administrator/test/new.exe ? I noticed a lot of exceptions during the parent-and-child post-spawn synchronisation phase: --- Process 1760, exception C0000135 at 7C974ED1 --- Process 568, exception C0000135 at 7C974ED1 --- Process 420, exception C0000135 at 7C974ED1 --- Process 280, exception C0000135 at 7C974ED1 --- Process 2036, exception C0000135 at 7C974ED1 --- Process 1760, exception C0000135 at 7C974ED1 --- Process 504, exception C0000135 at 7C974ED1 That code stands for STATUS_DLL_NOT_FOUND. Does 'new.exe', whatever it is, require a dll to be in the PATH setting? (Tip: use "cygcheck <executable name>" to see the list of dlls required by any .exe, along with a warning if any are missing). cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/