delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/10/30/19:57:48

X-Recipient: archive-cygwin AT delorie DOT 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:from:subject:to:references:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=wiEJwXZkV16IopQS
VNWMEBnm5Tw0U8VbDHO+Tk789ALT3IL5r+sYv8rBj++Ug8lGh6yv0RGBflCjEorE
lFYlpmbqRGobGGkVgMYSVx5O6RUdwjEHv9JzON0PkcYyO8mrKuDznjk6UeCexKiY
WpY/e2auZn/C00Cc1+mdDNVsYTw=
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:from:subject:to:references:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=vJmFAsfOyW3ZeKbLEUcHbQ
DTzjA=; b=e9WePGet4FH5tbMPHrFP0ACe4zkmAmE65aP6t89+9olCeOCea+2ifS
wJ7/yAwQogBe12JCubzHmDf404LPNZ8iE8S4id13MpW1uy2phTpCfIl6nWETyxAb
BKzVGaPwI7A/YBzCxb0OqoGTD4mpmgM9LgGHo1P1OsfJwZdhnaD/Q=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=HContent-Transfer-Encoding:8bit
X-HELO: smtp-out6.electric.net
From: Tim Adye <T DOT J DOT Adye AT rl DOT ac DOT uk>
Subject: Re: assertion "p >= path" failed
To: <cygwin AT cygwin DOT com>
References: <deaacaf0-81be-79fa-a2eb-1d30923cf89f AT rl DOT ac DOT uk> <13b61476-6c41-1697-817e-652a695d3520 AT cornell DOT edu> <5b60cc71-fa1b-b972-10be-b37ff5756fab AT rl DOT ac DOT uk>
Message-ID: <46bc0b2e-a138-3e25-a403-4f3d6eff1651@rl.ac.uk>
Date: Wed, 30 Oct 2019 23:56:44 +0000
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: <5b60cc71-fa1b-b972-10be-b37ff5756fab@rl.ac.uk>
X-EsetResult: clean, is OK
X-EsetId: 37303A290F3E2369677D60
X-Outbound-IP: 130.246.132.232
X-Env-From: tim DOT adye AT stfc DOT ac DOT uk
X-Proto: esmtps
X-Revdns: exch01.rl.ac.uk
X-TLS: TLSv1.2:ECDHE-RSA-AES256-SHA384:256
X-Authenticated_ID:
X-PolicySMART: 3590380
X-IsSubscribed: yes

Hi Ken,

I'm afraid I get a very similar error with 3.1.0-0.7:

assertion "p >= path" failed: file 
"/home/kbrown/src/cygpackages/cygwin/cygwin-3.1.0-0.7.x86_64/src/newlib-cygwin/winsup/cygwin/path.cc", 
line 2906, function: int symlink_info::check(char*, const suffix_info*, 
fs_info&, path_conv_handle&)

Again following resume from hibernation after going offline with the 
offline files as HOME (H:\). Again the only way out of the issue is to 
reboot.

Any other ideas to help me diagnose?

Thanks,
Tim.

On 26/10/2019 22:15, Tim Adye wrote:
> Hi Ken,
>
> Thanks for the promising idea. I could reproduce the assertion with 
> the examples like '\\?\DRIVE' given in the other thread, so I have now 
> upgraded to cygwin-3.1.0-0.7. This fixes the '\\?\DRIVE' assertion. 
> Since my case only happens from time to time, I'll have to wait and 
> see if it happens again. I'll let you know if it does.
>
> Thanks,
> Tim.
>
> On 26/10/2019 02:00, Ken Brown wrote:
>> On 10/25/2019 6:07 PM, Tim Adye wrote:
>>> Hi again,
>>>
>>> Thanks for all the interesting detective work investigating my 
>>> problem with
>>> ssh-agent. Let's hope it results in a fix.
>>>
>>> I have another problem which is a bit harder to reproduce, but 
>>> perhaps has a
>>> clearer signature. From time to time my PC gets into a state where 
>>> no Cygwin
>>> command will start. They all exit with the message:
>>>
>>> C:\>C:\cygwin\bin\bash.exe
>>> 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&)
>> This might be the same bug that was reported here:
>>
>> https://cygwin.com/ml/cygwin/2019-09/msg00228.html .
>>
>> That bug has been fixed.  Please try the test release 
>> cygwin-3.1.0-0.7 and see
>> if you still have the problem.
>>
>> Ken
>>
>> -- 
>> 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
>>
>
>
> -- 
> 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
>


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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019