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: 3.0.7(0.338/5/3): Possible reference to Developer's instances of dev files in deployed build


>> Then I wonder what's different about Wilfed's setup that causes an attempt to 
>> open Z: when it's offline.
>> 
>> I'm grasping at straws, but could the difference be related to the fact that his 
>> drive Z: is not a Samba share?  Here's an excerpt from the mount output in one 
>> of his earlier emails (when Z: is online):
>> 
>> V: on /cygdrive/v type smbfs (binary,noacl,posix=0,user,noumount,auto)
>> W: on /cygdrive/w type smbfs (binary,noacl,posix=0,user,noumount,auto)
>> X: on /cygdrive/x type smbfs (binary,noacl,posix=0,user,noumount,auto)
>> Y: on /cygdrive/y type smbfs (binary,noacl,posix=0,user,noumount,auto)
>> Z: on /cygdrive/z type cifs (binary,noacl,posix=0,user,noumount,auto)
>>                         ^^^^
>
>Maybe.  It would be nice to know what kind of drive this is.  "cifs"
>in Cygwin means a remote drive, claiming to be NTFS, but not having
>the expected FS flags of a real NTFS.
>
>Wilfed, can you please run
>
>  $ /usr/lib/csih/getVolInfo.exe /cygdrive/z
>
>while the drive is online.
>
>Thanks,
>Corinna

Hi,

Here are the details:

shackleton:sulla:$ /usr/lib/csih/getVolInfo.exe /cygdrive/z
Device Type        : 7
Characteristics    : 10
Volume Name        : <USBSTORAGE>
Serial Number      : 0
Max Filenamelength : 256
Filesystemname     : <FAT>
Flags              : 3
  FILE_CASE_SENSITIVE_SEARCH  : TRUE
  FILE_CASE_PRESERVED_NAMES   : TRUE
  FILE_UNICODE_ON_DISK        : FALSE
  FILE_PERSISTENT_ACLS        : FALSE
  FILE_FILE_COMPRESSION       : FALSE
  FILE_VOLUME_QUOTAS          : FALSE
  FILE_SUPPORTS_SPARSE_FILES  : FALSE
  FILE_SUPPORTS_REPARSE_POINTS: FALSE
  FILE_SUPPORTS_REMOTE_STORAGE: FALSE
  FILE_VOLUME_IS_COMPRESSED   : FALSE
  FILE_SUPPORTS_OBJECT_IDS    : FALSE
  FILE_SUPPORTS_ENCRYPTION    : FALSE
  FILE_NAMED_STREAMS          : FALSE
  FILE_READ_ONLY_VOLUME       : FALSE
  FILE_SEQUENTIAL_WRITE_ONCE  : FALSE
  FILE_SUPPORTS_TRANSACTIONS  : FALSE

The same details are reported for two different types of device.


In addition to the core dump with 'ls -la /cygdrive/' when the device is
not available, I am also able to generate core dumps under the same
conditions (with build v3_1_0_0_8) from the following commands:

	man bash

	mutt

The strace for the 'man bash' core dump is 4.2M, so I have extracted
some of the apparent error event into the attached file to see if they 
may be of help.

NOTE:
-	The following file is not present:
	C:\cygwin64\usr\share\locale\locale.alias

Regards,

-- 

Mutt 1.12.1 (2019-06-15)

Attachment: strace_20191206_man_bash_extract.txt
Description: Text document

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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