public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Intermittent perl crash
@ 2007-12-17 17:29 Michael Kairys
  2007-12-17 21:24 ` Michael Kairys
  2007-12-17 23:17 ` Reini Urban
  0 siblings, 2 replies; 13+ messages in thread
From: Michael Kairys @ 2007-12-17 17:29 UTC (permalink / raw)
  To: cygwin

I apologize in advance for the scanty information here; I'm hoping someone 
can suggest how to narrow this down.

I've begun using Cygwin Perl regularly in the past few days (previously used 
only AS) and I'm finding fairly simple scripts crashing intermittently with 
this message:

3 [main] perl 4348 D:\Local\Cygwin\bin\perl.exe: *** fatal error - unable to 
remap
D:\Local\Cygwin\lib\perl5\vendor_perl\5.8\cygwin\auto\Win32\Process\Process.dll
to same address as parent(0x260000) != 0x370000

The shell which launched the script will hang for several minutes, and then 
I will see:

        9 [main] perl 2092 child_info::sync: wait failed, pid 4348, Win32 
error 183
    265 [main] perl 2092 fork: child 4348 - died waiting for dll loading, 
errno 11

By "fairly simple" I mean ones I'm working on that at this point are only 
reading arguments and doing string operations. (Oh, and globbing an argument 
and doing "-f" tests on the results). I've tried trimming them down, etc., 
but the problem is intermittent and I can't get anything reproduceable.

Any hints welcome, and TIA.



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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Intermittent perl crash
  2007-12-17 17:29 Intermittent perl crash Michael Kairys
@ 2007-12-17 21:24 ` Michael Kairys
  2007-12-17 21:30   ` Brian Mathis
  2007-12-17 23:17 ` Reini Urban
  1 sibling, 1 reply; 13+ messages in thread
From: Michael Kairys @ 2007-12-17 21:24 UTC (permalink / raw)
  To: cygwin


"Michael Kairys" <kairys@comcast.net> wrote in message 
news:fk695v$1t2$1@ger.gmane.org...

> By "fairly simple" I mean ones I'm working on that at this point are only 
> reading arguments and doing string operations.

Sorry, one more thing, and probably "the" thing: system("notepad &");
So this is clearly fork-related, but I can't get it to fail consistently
(or, right now, at all.) 



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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Intermittent perl crash
  2007-12-17 21:24 ` Michael Kairys
@ 2007-12-17 21:30   ` Brian Mathis
  0 siblings, 0 replies; 13+ messages in thread
From: Brian Mathis @ 2007-12-17 21:30 UTC (permalink / raw)
  To: cygwin

On Dec 17, 2007 3:22 PM, Michael Kairys <kairys@comcast.net> wrote:
>
> "Michael Kairys" <kairys@comcast.net> wrote in message
> news:fk695v$1t2$1@ger.gmane.org...
>
> > By "fairly simple" I mean ones I'm working on that at this point are only
> > reading arguments and doing string operations.
>
> Sorry, one more thing, and probably "the" thing: system("notepad &");
> So this is clearly fork-related, but I can't get it to fail consistently
> (or, right now, at all.)
>

How are you starting the script?  From a cygwin bash shell, command
prompt, or clicking on the .pl file?  The references to
"D:\Local\Cygwin\bin\perl.exe" make me think the script is being
called through a windows mechanism instead of a cygwin one.

Maybe the .dll messages mean something to someone else?

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Intermittent perl crash
  2007-12-17 17:29 Intermittent perl crash Michael Kairys
  2007-12-17 21:24 ` Michael Kairys
@ 2007-12-17 23:17 ` Reini Urban
  2007-12-18 12:23   ` Michael Kairys
  1 sibling, 1 reply; 13+ messages in thread
From: Reini Urban @ 2007-12-17 23:17 UTC (permalink / raw)
  To: cygwin

2007/12/17, Michael Kairys <kairys@comcast.net>:
> I apologize in advance for the scanty information here; I'm hoping someone
> can suggest how to narrow this down.
>
> I've begun using Cygwin Perl regularly in the past few days (previously used
> only AS) and I'm finding fairly simple scripts crashing intermittently with
> this message:
>
> 3 [main] perl 4348 D:\Local\Cygwin\bin\perl.exe: *** fatal error - unable to
> remap
> D:\Local\Cygwin\lib\perl5\vendor_perl\5.8\cygwin\auto\Win32\Process\Process.dll
> to same address as parent(0x260000) != 0x370000

Known problem and easy to fix.
Download the rebase package, read the readme, stop all cygwin services and
run rebaseall in ash.

> The shell which launched the script will hang for several minutes, and then
> I will see:
>
>         9 [main] perl 2092 child_info::sync: wait failed, pid 4348, Win32
> error 183
>     265 [main] perl 2092 fork: child 4348 - died waiting for dll loading,
> errno 11
>
> By "fairly simple" I mean ones I'm working on that at this point are only
> reading arguments and doing string operations. (Oh, and globbing an argument
> and doing "-f" tests on the results). I've tried trimming them down, etc.,
> but the problem is intermittent and I can't get anything reproduceable.
>
> Any hints welcome, and TIA.
>
>
>
> --
> 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/
>
>


-- 
Reini Urban
http://phpwiki.org/              http://murbreak.at/
http://spacemovie.mur.at/   http://helsinki.at/

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Intermittent perl crash
  2007-12-17 23:17 ` Reini Urban
@ 2007-12-18 12:23   ` Michael Kairys
  2007-12-18 14:04     ` Larry Hall (Cygwin)
  0 siblings, 1 reply; 13+ messages in thread
From: Michael Kairys @ 2007-12-18 12:23 UTC (permalink / raw)
  To: cygwin


"Reini Urban" <rurban@x-ray.at> wrote in message 
news:6910a60712171332t3e8db66fn4cf1a64fe611011@mail.gmail.com...

> Known problem and easy to fix.
> Download the rebase package, read the readme, stop all cygwin services and
> run rebaseall in ash.

Thank you for the timely reply! However I am stuck on what should be a 
simple step: rebaseall tells me /tmp is not writable. I have tried a variety 
of directories (all of which are actually writable of course) and a variety 
of ways of geting there, including mount point, env. var, etc.

Further experimentation leads me to believe the shell will return false 
for -w of any directory. This is consistent with the apparent mode of 555 I 
see on all of them. And of course they don't respond to chmod.  (I believe 
this is a windows thing that I have even read about somewhere in the cygwin 
docs...)

So I am left with the question: how would this ever work? 



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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Intermittent perl crash
  2007-12-18 12:23   ` Michael Kairys
@ 2007-12-18 14:04     ` Larry Hall (Cygwin)
  2007-12-18 16:32       ` Michael Kairys
  0 siblings, 1 reply; 13+ messages in thread
From: Larry Hall (Cygwin) @ 2007-12-18 14:04 UTC (permalink / raw)
  To: cygwin

Michael Kairys wrote:
> 
> "Reini Urban" <rurban@x-ray.at> wrote in message 
> news:6910a60712171332t3e8db66fn4cf1a64fe611011@mail.gmail.com...
> 
>> Known problem and easy to fix.
>> Download the rebase package, read the readme, stop all cygwin services 
>> and
>> run rebaseall in ash.
> 
> Thank you for the timely reply! However I am stuck on what should be a 
> simple step: rebaseall tells me /tmp is not writable. I have tried a 
> variety of directories (all of which are actually writable of course) 
> and a variety of ways of geting there, including mount point, env. var, 
> etc.
> 
> Further experimentation leads me to believe the shell will return false 
> for -w of any directory. This is consistent with the apparent mode of 
> 555 I see on all of them. And of course they don't respond to chmod.  (I 
> believe this is a windows thing that I have even read about somewhere in 
> the cygwin docs...)
> 
> So I am left with the question: how would this ever work?

<http://cygwin.com/faq/faq-nochunks.html#faq.using.chmod>


-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Intermittent perl crash
  2007-12-18 14:04     ` Larry Hall (Cygwin)
@ 2007-12-18 16:32       ` Michael Kairys
  2007-12-18 16:32         ` Intermittent perl crash (Attn: coreutils and bash maintainer) Igor Peshansky
  0 siblings, 1 reply; 13+ messages in thread
From: Michael Kairys @ 2007-12-18 16:32 UTC (permalink / raw)
  To: cygwin


"Larry Hall (Cygwin)" <reply-to-list-only-lh@cygwin.com> wrote in message 
news:47674E3E.2080201@cygwin.com...

> <http://cygwin.com/faq/faq-nochunks.html#faq.using.chmod>

Thanks... I read with partial understanding but could not come up with any 
action items...

My resolution was to verify that my temp is in fact writeable and then 
comment out the check in rebaseall.
So far so good: no fork failures. 



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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Intermittent perl crash (Attn: coreutils and bash maintainer)
  2007-12-18 16:32       ` Michael Kairys
@ 2007-12-18 16:32         ` Igor Peshansky
  2007-12-18 19:30           ` Michael Kairys
  0 siblings, 1 reply; 13+ messages in thread
From: Igor Peshansky @ 2007-12-18 16:32 UTC (permalink / raw)
  To: Michael Kairys; +Cc: cygwin

On Tue, 18 Dec 2007, Michael Kairys wrote:

> "Larry Hall (Cygwin)" <reply-to-list-only-lh@XXXXXX.XXX> wrote in message
> news:47674E3E.2080201@cygwin.com...

<http://cygwin.com/acronyms/#PCYMTNQREAIYR>.  Thanks.

> > <http://cygwin.com/faq/faq-nochunks.html#faq.using.chmod>
>
> Thanks... I read with partial understanding but could not come up with any
> action items...
>
> My resolution was to verify that my temp is in fact writeable and then
> comment out the check in rebaseall.
> So far so good: no fork failures.

I'm guessing one can reconstruct your permissions as follows:

$ cd /tmp
$ mkdir nw
$ setfacl -m g:Users:rwx nw
$ chmod a-rwx nw
$ ls -ld nw
d---------+ 2 igor root 0 Dec 18 10:08 nw/
$ touch nw/foo
$ ls -l nw/foo
-rw------- 1 igor root 0 Dec 18 10:08 nw/foo
$ if [ -w nw ]; then echo "Yes"; else echo "No"; fi
No
$

One solution is, of course, "chmod u+rwx /tmp".  The other is to change
rebaseall to try creating a file anyway and checking the result.

There was some talk of changing coreutils to use "access" for testing
permissions, which would probably solve this as well.  However, even if I
use "/bin/test -w nw", I get a "No".  Has this change ever happened?  If
it ever does, bash will also need to be rebuilt so that its builtins use
the same interface.  It helps that both have the same maintainer.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"That which is hateful to you, do not do to your neighbor.  That is the whole
Torah; the rest is commentary.  Go and study it." -- Rabbi Hillel

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Intermittent perl crash (Attn: coreutils and bash maintainer)
  2007-12-18 16:32         ` Intermittent perl crash (Attn: coreutils and bash maintainer) Igor Peshansky
@ 2007-12-18 19:30           ` Michael Kairys
  2007-12-18 19:42             ` Igor Peshansky
  0 siblings, 1 reply; 13+ messages in thread
From: Michael Kairys @ 2007-12-18 19:30 UTC (permalink / raw)
  To: cygwin


"Igor Peshansky" <pechtcha@cs.nyu.edu> wrote in message 
news:Pine.GSO.4.63.0712181009420.28181@access1.cims.nyu.edu...

> I'm guessing one can reconstruct your permissions as follows:
>
> $ cd /tmp
> $ mkdir nw
> $ setfacl -m g:Users:rwx nw
> $ chmod a-rwx nw
> $ ls -ld nw
> d---------+ 2 igor root 0 Dec 18 10:08 nw/
> $ touch nw/foo
> $ ls -l nw/foo
> -rw------- 1 igor root 0 Dec 18 10:08 nw/foo
> $ if [ -w nw ]; then echo "Yes"; else echo "No"; fi
> No
> $

Not sure about the setfacl but I note that if I repeat your sequence I get 
"dr-xr-xr-x", which is what all my dirs look like:

1 > cd /tmp
2 > mkdir nw
3 > setfacl -m g:Users:rwx nw
4 > chmod a-rwx nw
5 > ls -ld nw
dr-xr-xr-x 2 michael None 0 Dec 18 11:46 nw
6 > touch nw/foo
7 > ls -l nw/foo
-rw-r--r-- 1 michael None 0 Dec 18 11:47 nw/foo
8 > if [ -w nw ]; then echo "Yes"; else echo "No"; fi
No

> One solution is, of course, "chmod u+rwx /tmp".

Well, this has no effect for me:

9 > ls -ld /tmp
dr-xr-xr-x 9 michael None 245760 Dec 18 11:46 /tmp
10 > chmod u+rwx /tmp
11 > ls -ld /tmp
dr-xr-xr-x 9 michael None 245760 Dec 18 11:46 /tmp




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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Intermittent perl crash (Attn: coreutils and bash maintainer)
  2007-12-18 19:30           ` Michael Kairys
@ 2007-12-18 19:42             ` Igor Peshansky
  2007-12-18 20:18               ` Michael Kairys
  2007-12-19 10:36               ` Eric Blake
  0 siblings, 2 replies; 13+ messages in thread
From: Igor Peshansky @ 2007-12-18 19:42 UTC (permalink / raw)
  To: Michael Kairys; +Cc: cygwin

On Tue, 18 Dec 2007, Michael Kairys wrote:

> "Igor Peshansky" <pechtcha@XX.XXX.XXX> wrote in message
> news:Pine.GSO.4.63.0712181009420.28181@access1.cims.nyu.edu...

Again, <http://cygwin.com/acronyms/#PCYMTNQREAIYR>.  Thanks.

> > I'm guessing one can reconstruct your permissions as follows:
> >
> > $ cd /tmp
> > $ mkdir nw
> > $ setfacl -m g:Users:rwx nw
> > $ chmod a-rwx nw
> > $ ls -ld nw
> > d---------+ 2 igor root 0 Dec 18 10:08 nw/
> > $ touch nw/foo
> > $ ls -l nw/foo
> > -rw------- 1 igor root 0 Dec 18 10:08 nw/foo
> > $ if [ -w nw ]; then echo "Yes"; else echo "No"; fi
> > No
> > $
>
> Not sure about the setfacl but I note that if I repeat your sequence I get
> "dr-xr-xr-x", which is what all my dirs look like:
>
> 1 > cd /tmp
> 2 > mkdir nw
> 3 > setfacl -m g:Users:rwx nw
> 4 > chmod a-rwx nw
> 5 > ls -ld nw
> dr-xr-xr-x 2 michael None 0 Dec 18 11:46 nw
> 6 > touch nw/foo
> 7 > ls -l nw/foo
> -rw-r--r-- 1 michael None 0 Dec 18 11:47 nw/foo
> 8 > if [ -w nw ]; then echo "Yes"; else echo "No"; fi
> No
>
> > One solution is, of course, "chmod u+rwx /tmp".
>
> Well, this has no effect for me:
>
> 9 > ls -ld /tmp
> dr-xr-xr-x 9 michael None 245760 Dec 18 11:46 /tmp
> 10 > chmod u+rwx /tmp
> 11 > ls -ld /tmp
> dr-xr-xr-x 9 michael None 245760 Dec 18 11:46 /tmp

Heh.  I just looked, and it seems you've never posted the output of
"cygcheck -svr" on your system as requested in

> Problem reports:       http://cygwin.com/problems.html

I bet that if you did post one, it would show that your Cygwin is
installed on either FAT or FAT32, not NTFS.  That, and the DOS "Read-only"
bit on the directory is probably set.  Another (less likely) alternative
is that you've installed on a network drive.

If it's FAT32, you're out of luck.  In other cases you would probably
benefit from reviewing <http://cygwin.com/cygwin-ug-net/ntsec.html>.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"That which is hateful to you, do not do to your neighbor.  That is the whole
Torah; the rest is commentary.  Go and study it." -- Rabbi Hillel

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Intermittent perl crash (Attn: coreutils and bash maintainer)
  2007-12-18 19:42             ` Igor Peshansky
@ 2007-12-18 20:18               ` Michael Kairys
  2007-12-19 10:36               ` Eric Blake
  1 sibling, 0 replies; 13+ messages in thread
From: Michael Kairys @ 2007-12-18 20:18 UTC (permalink / raw)
  To: cygwin


"Igor Peshansky" <pechtcha@cs.nyu.edu> wrote in message 
news:Pine.GSO.4.63.0712181355260.28181@access1.cims.nyu.edu...

> Heh.  I just looked, and it seems you've never posted the output of
> "cygcheck -svr" on your system ...

Well, I didn't think I was reporting a problem except possibly with my own 
understanding...

> I bet ... the DOS "Read-only" bit on the directory is probably set.

Bingo!

Having changed that, I get:

> ls -ld /tmp
drwxr-xr-x 12 michael None 245760 Dec 18 14:26 /tmp

... and...

> if [ -w /tmp ]; then echo "Yes"; else echo "No"; fi
Yes 



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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Intermittent perl crash (Attn: coreutils and bash maintainer)
  2007-12-18 19:42             ` Igor Peshansky
  2007-12-18 20:18               ` Michael Kairys
@ 2007-12-19 10:36               ` Eric Blake
  2007-12-19 16:40                 ` Corinna Vinschen
  1 sibling, 1 reply; 13+ messages in thread
From: Eric Blake @ 2007-12-19 10:36 UTC (permalink / raw)
  To: cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Igor Peshansky on 12/18/2007 11:58 AM:
> I bet that if you did post one, it would show that your Cygwin is
> installed on either FAT or FAT32, not NTFS.  That, and the DOS "Read-only"
> bit on the directory is probably set.  Another (less likely) alternative
> is that you've installed on a network drive.

Wasn't there a recent thread on this issue, and wasn't it fixed so that
cygwin 1.5.25-7 reports directories as writable in spite of the DOS
read-only attribute bit?  Without cygcheck output, I can't guarantee which
version of cygwin this problem was against; but I still suspect that it is
with cygwin itself and not coreutils/bash.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@byu.net
volunteer cygwin coreutils/bash maintainer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHaJk784KuGfSFAYARAn78AKCAiWlleKWvVPGlIxuLA0V2U6w+CQCfb6WD
MeLqeoxUUkXDz7tOrJRSvzI=
=iXMi
-----END PGP SIGNATURE-----

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Intermittent perl crash (Attn: coreutils and bash maintainer)
  2007-12-19 10:36               ` Eric Blake
@ 2007-12-19 16:40                 ` Corinna Vinschen
  0 siblings, 0 replies; 13+ messages in thread
From: Corinna Vinschen @ 2007-12-19 16:40 UTC (permalink / raw)
  To: cygwin

On Dec 18 21:08, Eric Blake wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> According to Igor Peshansky on 12/18/2007 11:58 AM:
> > I bet that if you did post one, it would show that your Cygwin is
> > installed on either FAT or FAT32, not NTFS.  That, and the DOS "Read-only"
> > bit on the directory is probably set.  Another (less likely) alternative
> > is that you've installed on a network drive.
> 
> Wasn't there a recent thread on this issue, and wasn't it fixed so that
> cygwin 1.5.25-7 reports directories as writable in spite of the DOS
> read-only attribute bit?

Right, that should be fixed in 1.5.25-7.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2007-12-19 10:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-17 17:29 Intermittent perl crash Michael Kairys
2007-12-17 21:24 ` Michael Kairys
2007-12-17 21:30   ` Brian Mathis
2007-12-17 23:17 ` Reini Urban
2007-12-18 12:23   ` Michael Kairys
2007-12-18 14:04     ` Larry Hall (Cygwin)
2007-12-18 16:32       ` Michael Kairys
2007-12-18 16:32         ` Intermittent perl crash (Attn: coreutils and bash maintainer) Igor Peshansky
2007-12-18 19:30           ` Michael Kairys
2007-12-18 19:42             ` Igor Peshansky
2007-12-18 20:18               ` Michael Kairys
2007-12-19 10:36               ` Eric Blake
2007-12-19 16:40                 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).