This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygexec strangeness


$ mount -f -b -s -X 'c:\cygwin' /
$ strace ./o o.c

   55   57473 [main] o 2656 fhandler_base::open: (c:\cygwin\var\tmp\o.c, 0x100000)
   87   57560 [main] o 2656 fhandler_base::set_flags: flags 0x100000, supplied_bin 0x10000
   45   57605 [main] o 2656 fhandler_base::set_flags: filemode set to binary
   38   57643 [main] o 2656 fhandler_base::open: 0 = NtCreateFile (0x6F4, 80100000, c:\cygwin\var\tmp\o.c, io, NULL, 0, 7, 1, 4020, NULL, 0)
   43   57686 [main] o 2656 fhandler_base::open: 1 = fhandler_base::open (c:\cygwin\var\tmp\o.c, 0x100000)
   40   57726 [main] o 2656 fhandler_base::open_fs: 1 = fhandler_disk_file::open (c:\cygwin\var\tmp\o.c, 0x0)
   39   57765 [main] o 2656 open: 3 = open (o.c, 0x0)

On Sat, Jan 20, 2007 at 01:44:53PM +0100, Corinna Vinschen wrote:
> On Jan 20 03:27, Christopher Layne wrote:
> > Kind of strange.
> > Am I missing something on how cygexec is supposed to be used?
> 
> That's with a snapshot?  If so, try the latest one.  WJFFM.

This works now. Strange. Was running 20070110. Just went to 20070118.

-cl

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]