X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:subject:to:references:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=DD2XGl/okbYiEBzo
	9vsvJiZPlXRgpD0Y0NwcAMIaHKlDpvRTat4qqbziqG4cTkEHjP54pov5FvlL6lA2
	Xga0LcLOdZ4O9RYSqrp+LGVzZKVIrHVoGEowh7HTcNAmeZuQdLNnmuawxga0Ob5B
	EL6F1reiFEIZNgdAFxR8F5+78+Q=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:subject:to:references:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=hprNJBnG6K1V9WvRAD89qk
	K96eA=; b=x67aIDE+o8Yi3eCXSsqLNWnzVwY+jJWRW8dLWoqW+eh11mF1aMtkEE
	zq3FYVwQS2rOpdw/0BmW4Q85QZEQJISyLhR8ihMe+GVXG9ba1AsqgN4JfWLjzFOr
	MQfymqNpccKmhmsAItm70zxI0+PngF0zee32CW5Mwb4YIKnExWs8Y=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=brown
X-HELO: smtp-out-so.shaw.ca
Reply-To: Brian.Inglis@SystematicSw.ab.ca
Subject: Re: ls \\\\\?\\DRIVE\\ Aborted (core dumped)
To: cygwin@cygwin.com
References: <1569223086.860642696@f357.i.mail.ru> <CAJLNCaRU3VtPUu=q+R+-X0PurudJ0_8LmHHGKJkkETJtCPDX3Q@mail.gmail.com> <5ccc23b3-0240-7382-d018-a7a6bf285f47@cornell.edu>
From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
Openpgp: preference=signencrypt
Message-ID: <5e1afbfe-997a-a528-acfc-38512310041a@SystematicSw.ab.ca>
Date: Mon, 23 Sep 2019 15:23:42 -0600
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0
MIME-Version: 1.0
In-Reply-To: <5ccc23b3-0240-7382-d018-a7a6bf285f47@cornell.edu>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 2019-09-23 09:02, Ken Brown wrote:
> On 9/23/2019 10:42 AM, Mark Zhitomirski wrote:
>> While trying different path names I've hit the following crash:
>>
>> $ ls \\\\\?\\DRIVE\\
>> assertion "p >= path" failed: file
>> "/home/corinna/src/cygwin/cygwin-3.0.7/cygwin-3.0.7-1.x86_64/src/newlib-cygwin/winsup/cygwin/path.cc",
>> line 2916, function: int symlink_info::check(char*, const
>> suffix_info*, fs_info&, path_conv_handle&)
>> Aborted (core dumped)
> 
> Thanks for the report.  I can confirm the crash.  I'll look into it.

Although:

$ ll $SYSTEMDRIVE\\

lists normally, the owner and group is the current user, whereas the correct
owners and groups are shown by:

$ ll /proc/cygdrive/c/

and Cygwin really does not like the entries in:

$ ll \\\\\?\\*\\

use of any name instead of *, or none causes a crash:

$ ll \\\\\?\\Boot\\

$ ll \\\\\?\\

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

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

