git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* CruiseControl.NET hangs on git-submodule bad file descriptor
@ 2015-12-17  8:17 Alexander Skrinnik
  2015-12-17  9:46 ` Johannes Schindelin
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Skrinnik @ 2015-12-17  8:17 UTC (permalink / raw)
  To: git@vger.kernel.org

Hi guys,

I had installed CruiseControl.NET 1.8.5 and Git-1.9.5-preview20150319
CC.NET invokes bat-file which invokes 
git submodule foreach git checkout "myBranch"

It worked good.
Today I upgraded git to 2.6.4 and CC.NET fails on this command with error:
C:\Program Files (x86)\Git\mingw32/libexec/git-core\git-submodule: line 544: 0: Bad file descriptor

When I run the same command from cmd window all works without error
For now I have to return to 1.9.5 version.

Could you, please, help to fix the issue?

Thank you in advance
--
Alexander Skrinnik

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

* Re: CruiseControl.NET hangs on git-submodule bad file descriptor
  2015-12-17  8:17 CruiseControl.NET hangs on git-submodule bad file descriptor Alexander Skrinnik
@ 2015-12-17  9:46 ` Johannes Schindelin
  2015-12-17 12:32   ` Alexander Skrinnik
  0 siblings, 1 reply; 5+ messages in thread
From: Johannes Schindelin @ 2015-12-17  9:46 UTC (permalink / raw)
  To: Alexander Skrinnik; +Cc: git@vger.kernel.org

Hi Alexander,

On Thu, 17 Dec 2015, Alexander Skrinnik wrote:

> I had installed CruiseControl.NET 1.8.5 and Git-1.9.5-preview20150319
> CC.NET invokes bat-file which invokes 
> git submodule foreach git checkout "myBranch"
> 
> It worked good.
> Today I upgraded git to 2.6.4 and CC.NET fails on this command with
> error: C:\Program Files
> (x86)\Git\mingw32/libexec/git-core\git-submodule: line 544: 0: Bad file
> descriptor

This sounds very similar (maybe identical) to this bug report:

	https://github.com/git-for-windows/git/issues/181

Ciao,
Johannes

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

* RE: CruiseControl.NET hangs on git-submodule bad file descriptor
  2015-12-17  9:46 ` Johannes Schindelin
@ 2015-12-17 12:32   ` Alexander Skrinnik
  2015-12-17 13:54     ` Johannes Schindelin
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Skrinnik @ 2015-12-17 12:32 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git@vger.kernel.org

Hi Johannes,

Thank you for your answer.
Yes, this is the same issue. I found workaround, CC.NET invokes bat-file with command:
git submodule foreach git checkout "myBranch" <NUL

It works fine. But looks like the issue is in git. Not in CC.NET :)
If you have a chance, could you look into it, please?

Thanks a lot
--
Alexander Skrinnik


-----Original Message-----
From: Johannes Schindelin [mailto:Johannes.Schindelin@gmx.de] 
Sent: Thursday, December 17, 2015 11:46 AM
To: Alexander Skrinnik
Cc: git@vger.kernel.org
Subject: Re: CruiseControl.NET hangs on git-submodule bad file descriptor

Hi Alexander,

On Thu, 17 Dec 2015, Alexander Skrinnik wrote:

> I had installed CruiseControl.NET 1.8.5 and Git-1.9.5-preview20150319 
> CC.NET invokes bat-file which invokes git submodule foreach git 
> checkout "myBranch"
> 
> It worked good.
> Today I upgraded git to 2.6.4 and CC.NET fails on this command with
> error: C:\Program Files
> (x86)\Git\mingw32/libexec/git-core\git-submodule: line 544: 0: Bad 
> file descriptor

This sounds very similar (maybe identical) to this bug report:

	https://github.com/git-for-windows/git/issues/181

Ciao,
Johannes

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

* RE: CruiseControl.NET hangs on git-submodule bad file descriptor
  2015-12-17 12:32   ` Alexander Skrinnik
@ 2015-12-17 13:54     ` Johannes Schindelin
  2015-12-17 14:07       ` Alexander Skrinnik
  0 siblings, 1 reply; 5+ messages in thread
From: Johannes Schindelin @ 2015-12-17 13:54 UTC (permalink / raw)
  To: Alexander Skrinnik; +Cc: git@vger.kernel.org

Hi Alexander,

you might want to refrain from top-posting on this list in the future.
Just sayin' ;-)

On Thu, 17 Dec 2015, Alexander Skrinnik wrote:

> I found workaround, CC.NET invokes bat-file with command:
> git submodule foreach git checkout "myBranch" <NUL
> 
> It works fine. But looks like the issue is in git. Not in CC.NET :)
> If you have a chance, could you look into it, please?

Unfortunately, this is one of those problems where the bug reporter
expects me not only to fix the problem, but also to come up with an easy
way to reproduce the issue.

And even more unfortunate is the fact that I am really pressed on some
other, more critical issues.

Is there really no chance for you to have a crack at resolving this issue?

Ciao,
Johannes

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

* RE: CruiseControl.NET hangs on git-submodule bad file descriptor
  2015-12-17 13:54     ` Johannes Schindelin
@ 2015-12-17 14:07       ` Alexander Skrinnik
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Skrinnik @ 2015-12-17 14:07 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git@vger.kernel.org

OK, no problem 
I have workaround :)

Thanks a lot for your help

Best wishes
--
Alexander Skrinnik


-----Original Message-----
From: Johannes Schindelin [mailto:Johannes.Schindelin@gmx.de] 
Sent: Thursday, December 17, 2015 3:55 PM
To: Alexander Skrinnik
Cc: git@vger.kernel.org
Subject: RE: CruiseControl.NET hangs on git-submodule bad file descriptor

Hi Alexander,

you might want to refrain from top-posting on this list in the future.
Just sayin' ;-)

On Thu, 17 Dec 2015, Alexander Skrinnik wrote:

> I found workaround, CC.NET invokes bat-file with command:
> git submodule foreach git checkout "myBranch" <NUL
> 
> It works fine. But looks like the issue is in git. Not in CC.NET :) If 
> you have a chance, could you look into it, please?

Unfortunately, this is one of those problems where the bug reporter expects me not only to fix the problem, but also to come up with an easy way to reproduce the issue.

And even more unfortunate is the fact that I am really pressed on some other, more critical issues.

Is there really no chance for you to have a crack at resolving this issue?

Ciao,
Johannes

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

end of thread, other threads:[~2015-12-17 14:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-17  8:17 CruiseControl.NET hangs on git-submodule bad file descriptor Alexander Skrinnik
2015-12-17  9:46 ` Johannes Schindelin
2015-12-17 12:32   ` Alexander Skrinnik
2015-12-17 13:54     ` Johannes Schindelin
2015-12-17 14:07       ` Alexander Skrinnik

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).