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]

errors using DB_File perl module under 20040422 snapshot


It seems to be creating files that cygwin cannot thereafter open.

$ perl -we'use Fcntl; use DB_File; tie %h, "DB_File", "bugaboo", O_RDWR()|O_CREAT(), 0666 or die "error: $!"'
Name "main::h" used only once: possible typo at -e line 1.
error: No such file or directory at -e line 1.

$ ls *bugaboo*
ls: __db.bugaboo.: No such file or directory

$ rm *bugaboo*
rm: cannot remove `__db.bugaboo.': No such file or directory

$ cmd /c ' dir *bugaboo*'
 Volume in drive C has no label.
 Volume Serial Number is 7422-45EE

 Directory of C:\cygwin\home\sthoenna

04/25/2004  12:05 PM                 0 __db.bugaboo.
               1 File(s)              0 bytes
               0 Dir(s)  13,580,779,520 bytes free

$ cmd /c 'del *bugaboo*'

$ ls *bugaboo*
ls: *bugaboo*: No such file or directory

Attachment: cygcheck.out
Description: Text document

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