Re: git status core dump with bad sector!

2016-05-04 Thread Eric Chamberland
Hi, sorry for the delay... On 22/04/16 01:11 AM, Jeff King wrote: On Thu, Apr 14, 2016 at 10:59:57AM -0400, Eric Chamberland wrote: just cloned a repo and it checked-out wihtout any error (with git 2.2.0) but got come corrupted files (because I got some sdd failures). Then, I get a git core

git status core dump with bad sector!

2016-04-14 Thread Eric Chamberland
Hi, just cloned a repo and it checked-out wihtout any error (with git 2.2.0) but got come corrupted files (because I got some sdd failures). Then, I get a git core dump when trying to "git status" into the repo which have a "bad sector" on sdd drive (crypted partition). I tried with git 2.2

Re: [feature request] 2) Remove many tags at once and 1) Prune tags on old-branch-before-rebase

2013-03-08 Thread Eric Chamberland
Hi Junio, On 03/07/2013 06:33 PM, Junio C Hamano wrote: Eric Chamberland writes: What you want is a way to compute, given a set of tags (or refs in general) and a set of branches (or another set of refs in general), find the ones in the former that none of the latter can reach. With that

[feature request] 2) Remove many tags at once and 1) Prune tags on old-branch-before-rebase

2013-03-07 Thread Eric Chamberland
Hi, Short story: we are now using *annotated* tags in a way that we would need to manage (remove) them easily. It would be usefull to have one of the folowing in "git tag": 1) git tag --delete-tags-to-danglings-and-unnamed-banches Thi

Re: GIT get corrupted on lustre

2013-02-04 Thread Eric Chamberland
Hi, On 01/23/2013 01:34 PM, Sébastien Boisvert wrote: Hello, Here is a patch (with git format-patch) that removes any timer if NO_SETITIMER is set. Even with the patch, I finally got an error... :-/ Here are the log (strace -f) of a clean execution and one with the error: http://www.giref.

Re: GIT get corrupted on lustre

2013-01-22 Thread Eric Chamberland
On 01/22/2013 05:14 PM, Thomas Rast wrote: Eric Chamberland writes: So, hum, do we have some sort of conclusion? Shall it be a fix for git to get around that lustre "behavior"? If something can be done in git it would be great: it is a *lot* easier to change git than the lustre

Re: GIT get corrupted on lustre

2013-01-22 Thread Eric Chamberland
So, hum, do we have some sort of conclusion? Shall it be a fix for git to get around that lustre "behavior"? If something can be done in git it would be great: it is a *lot* easier to change git than the lustre filesystem software for a cluster in running in production mode... (words from clus

Re: GIT get corrupted on lustre

2013-01-21 Thread Eric Chamberland
On 01/21/2013 12:07 PM, Eric Chamberland wrote: Hi, It just happened again. Now I have the "strace -f" output gzipped here: http://www.giref.ulaval.ca/~ericc/strace-f_git_error.txt.gz I added the "strace -f" output when non error occurs... http://www.giref.ula

Re: GIT get corrupted on lustre

2013-01-21 Thread Eric Chamberland
Hi, It just happened again. Now I have the "strace -f" output gzipped here: http://www.giref.ulaval.ca/~ericc/strace-f_git_error.txt.gz thanks, Eric On 01/21/2013 08:29 AM, Erik Faye-Lund wrote: On Fri, Jan 18, 2013 at 6:50 PM, Eric Chamberland wrote: Good idea! I did a strac

Re: GIT get corrupted on lustre

2013-01-18 Thread Eric Chamberland
/strace/ -Original Message- From: git-ow...@vger.kernel.org [mailto:git-ow...@vger.kernel.org] On Behalf Of Maxime Boissonneault Sent: Thursday, January 17, 2013 11:41 AM To: Pyeron, Jason J CTR (US) Cc: Eric Chamberland; Philippe Vaucher; git@vger.kernel.org; Sébastien Boisvert Subject: Re

Re: GIT get corrupted on lustre

2013-01-17 Thread Eric Chamberland
On 01/17/2013 09:23 AM, Philippe Vaucher wrote: Anyone has a new idea? Did you try Jeff King's code to confirm his idea? Philippe Yes I did, but it was running without any problem I find that my test case is "simple" (fresh git clone then "git gc" in a crontab), I bet anyone who has a

Re: GIT get corrupted on lustre

2013-01-17 Thread Eric Chamberland
oint to a valid object! So now I am convinced that it is not a thread problem I am kind of discouraged, we like to use git, but in this case we have this error which seems unsolvable! Anyone has a new idea? Thanks, Eric On 01/09/2013 04:20 PM, Eric Chamberland wrote: Hi Brian, On 01/0

Re: GIT get corrupted on lustre

2013-01-09 Thread Eric Chamberland
Hi Brian, On 01/08/2013 11:11 AM, Eric Chamberland wrote: On 12/24/2012 10:11 AM, Brian J. Murrell wrote: Have you tried adding a "-q" to the git command line to quiet down git's "feedback" messages? I moved to git 1.8.1 and added the "-q" to the command

Re: GIT get corrupted on lustre

2013-01-08 Thread Eric Chamberland
On 12/24/2012 10:11 AM, Brian J. Murrell wrote: Have you tried adding a "-q" to the git command line to quiet down git's "feedback" messages? Ok, I have modified my crontab to use "-q" and I will wait to see if the problem occurs from now. I discovered other oddities with using git on Lust

GIT get corrupted on lustre

2012-12-24 Thread Eric Chamberland
Hi, we are using git since may and all is working fine for all of us (almost 20 people) on our workstations. However, when we clone our repositories to the cluster, only and only there we are having many problems similiar to this post: http://thread.gmane.org/gmane.comp.file-systems.lustre.u