All of lore.kernel.org
 help / color / mirror / Atom feed
* Failed assertion in pathspec.c
@ 2015-06-13 17:18 Sami Boukortt
  2015-06-14  0:40 ` Duy Nguyen
  0 siblings, 1 reply; 4+ messages in thread
From: Sami Boukortt @ 2015-06-13 17:18 UTC (permalink / raw)
  To: git

Hi,

I can reliably trigger a failed assertion in Git 2.4.3 by performing
the following steps:

mkdir a; cd a
git init
touch a.txt
git add a.txt
git commit -m 'a'
cd ..

mkdir b; cd b
git init
git submodule add ../a
cd a
rm -fr .git
git add .

This results in:
git: pathspec.c:317: prefix_pathspec: Assertion `item->nowildcard_len
<= item->len && item->prefix <= item->len' failed.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Failed assertion in pathspec.c
  2015-06-13 17:18 Failed assertion in pathspec.c Sami Boukortt
@ 2015-06-14  0:40 ` Duy Nguyen
  2015-06-14 10:21   ` Sami Boukortt
  0 siblings, 1 reply; 4+ messages in thread
From: Duy Nguyen @ 2015-06-14  0:40 UTC (permalink / raw)
  To: Sami Boukortt; +Cc: Git Mailing List

On Sun, Jun 14, 2015 at 12:18 AM, Sami Boukortt <samiboukortt@gmail.com> wrote:
> git: pathspec.c:317: prefix_pathspec: Assertion `item->nowildcard_len
> <= item->len && item->prefix <= item->len' failed.

Known issue, but no one stepped up to fix it yet

http://thread.gmane.org/gmane.comp.version-control.git/267095
-- 
Duy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Failed assertion in pathspec.c
  2015-06-14  0:40 ` Duy Nguyen
@ 2015-06-14 10:21   ` Sami Boukortt
  2015-06-14 10:30     ` Duy Nguyen
  0 siblings, 1 reply; 4+ messages in thread
From: Sami Boukortt @ 2015-06-14 10:21 UTC (permalink / raw)
  To: Duy Nguyen; +Cc: Sami Boukortt, Git Mailing List

> On Sun, Jun 14, 2015 at 12:18 AM, Sami Boukortt
> <samiboukortt@gmail.com> wrote:
> > git: pathspec.c:317: prefix_pathspec: Assertion
> > `item->nowildcard_len <= item->len && item->prefix <= item->len'
> > failed.
> 
> Known issue, but no one stepped up to fix it yet
> 
> http://thread.gmane.org/gmane.comp.version-control.git/267095

Oh, I see. Sorry for the duplicate report.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Failed assertion in pathspec.c
  2015-06-14 10:21   ` Sami Boukortt
@ 2015-06-14 10:30     ` Duy Nguyen
  0 siblings, 0 replies; 4+ messages in thread
From: Duy Nguyen @ 2015-06-14 10:30 UTC (permalink / raw)
  To: Sami Boukortt; +Cc: Git Mailing List

On Sun, Jun 14, 2015 at 5:21 PM, Sami Boukortt <samiboukortt@gmail.com> wrote:
>> On Sun, Jun 14, 2015 at 12:18 AM, Sami Boukortt
>> <samiboukortt@gmail.com> wrote:
>> > git: pathspec.c:317: prefix_pathspec: Assertion
>> > `item->nowildcard_len <= item->len && item->prefix <= item->len'
>> > failed.
>>
>> Known issue, but no one stepped up to fix it yet
>>
>> http://thread.gmane.org/gmane.comp.version-control.git/267095
>
> Oh, I see. Sorry for the duplicate report.

No, it's actually good. It reminded me about this bug again. Maybe
I'll do something about it :)
-- 
Duy

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-14 10:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-13 17:18 Failed assertion in pathspec.c Sami Boukortt
2015-06-14  0:40 ` Duy Nguyen
2015-06-14 10:21   ` Sami Boukortt
2015-06-14 10:30     ` Duy Nguyen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.