On Aug 14 16:41, Chris LeBlanc wrote: > > Now the question is, if the same problem occurs, why? Please paste > > the contents of /etc/fstab and, if it exists, /etc/fstab.d/$USER > > into your reply. > > Thanks for the information, I think we're getting closer to finding the > problem. > > /etc/fstab doesn't have anything in it apart from comments, and the > /etc/fstab.d directory is empty. > > Here is the output from the mount command: > C:/cygwin/bin on /usr/bin type ntfs (binary,auto) > C:/cygwin/lib on /usr/lib type ntfs (binary,auto) > C:/cygwin on / type ntfs (binary,auto) > C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) > E: on /cygdrive/e type ntfs (binary,posix=0,user,noumount,auto) > Segmentation fault (core dumped) > > It fails when it reaches a network share. Looking at them in Windows > Explorer, they're all NcFsd network shares ...
That was the essential information to find the bug. For the last Cygwin version I added support for the new ReFS filesystem and I changed one datastructure without also changing another, closely related datastructure. The bug would have shown for other FSes as well, but it would only have resulted in printing the wrong FS type in mount. Only for NcFsd it was bound to crash. This will be fixed in the (soon to come) Cygwin 1.7.17. Thanks, 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://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/
