From: "R. Tyler Ballance" <tyler@slide.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Nicolas Pitre" <nico@cam.org>, "Jan Krüger" <jk@jk.gs>,
"Git ML" <git@vger.kernel.org>
Subject: Re: [PATCH/RFC] Allow writing loose objects that are corrupted in a pack file
Date: Wed, 07 Jan 2009 01:05:12 -0800 [thread overview]
Message-ID: <1231319112.8870.506.camel@starfruit> (raw)
In-Reply-To: <1231314099.8870.415.camel@starfruit>
[-- Attachment #1: Type: text/plain, Size: 2154 bytes --]
On Tue, 2009-01-06 at 23:41 -0800, R. Tyler Ballance wrote:
> I did try to do a git-fsck(1), and this is what I got:
> tyler@grapefruit:~/jburgess_main> /usr/local/bin/git fsck --full
> [1] 19381 segmentation fault /usr/local/bin/git fsck --full
> tyler@grapefruit:~/jburgess_main>
> >
Disregard this comment, Jan reminded me in IRC of the issue I had with
this repository and the stack-size ulimit. A healthy 32M stack-size
allows for the command to complete:
tyler@grapefruit:~/jburgess_main> /usr/local/bin/git fsck --full
dangling blob 6e58a06cd0f027fce1fc8a923a8c81d6b55f1705
dangling blob 5e87e049f69ee06af1f4f92a3d4ddcd912f8535e
dangling blob acb8e0937cea3f4068c5c67f60d3b97952654fa1
dangling blob 8bd540d657027ab12228e0522de86a97d3f8a7a9
dangling blob 90d93096369df4b2151df3e289952297c5f390dd
dangling blob aaa4a1bf9e6d39991503b7908ff71605d6632fef
dangling blob b003e20f06de7d0a7e11a1047fbb39e2deb84899
dangling blob bf207363786f08e888a725cfb8b2fe4bea11ceab
dangling blob 642493a1bcf09f74551f0ce5b4c3ccc23acaf3c9
dangling blob ff80b45e48795d4544d0a5b2f18714123ab21746
dangling blob e3c0e67e23ec588acab733e2069fb09fa38a235d
dangling blob 62efa65bcbb6d94f26be9b91dc98d7a7f6fbf602
dangling blob a6a2c717c230fe26263b9ce002f3f82fdab6f727
dangling blob d32988875aa90ef728dc1af6b71c130f2c8e8b94
dangling blob c8aad9fc37a27872bae18af78b1623bfb8f9a9f7
dangling blob 4cdbe97301e333d89037dc9f4a8440dab9e62049
dangling blob 2819bbcda3b0efe828709f5b22624712cb9ebdae
dangling blob b156cba3ee89e1506d02fbb845e8dc0889ff4090
dangling blob ed658b8beca69ebf6e25ab1ed6217881e27d4e9a
dangling blob d581cb2fb1cf2b4d15f8f9b90b08a3ebc619414f
dangling blob a85c2e55d27c9fb1f5874f8bd81c65e597327b4f
dangling blob 548f3e70c06f9306d71f6b8d11ed24ade581fa31
dangling blob 7a1c8fa8bc59c4e8fb347426cc11fabf8b0d1639
tyler@grapefruit:~/jburgess_main>
Cheers
--
-R. Tyler Ballance
Slide, Inc.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
next prev parent reply other threads:[~2009-01-07 9:06 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-09 8:36 [PATCH/RFC] Allow writing loose objects that are corrupted in a pack file Jan Krüger
2008-12-09 9:02 ` R. Tyler Ballance
2008-12-09 16:24 ` Shawn O. Pearce
2009-01-06 22:52 ` R. Tyler Ballance
2009-01-07 1:25 ` Nicolas Pitre
2009-01-07 1:39 ` R. Tyler Ballance
2009-01-07 2:09 ` Nicolas Pitre
2009-01-07 2:47 ` R. Tyler Ballance
2009-01-07 3:21 ` Nicolas Pitre
2009-01-07 4:54 ` Linus Torvalds
2009-01-07 7:41 ` R. Tyler Ballance
2009-01-07 8:16 ` Junio C Hamano
2009-01-07 8:32 ` R. Tyler Ballance
2009-01-07 9:42 ` Junio C Hamano
2009-01-07 9:05 ` R. Tyler Ballance [this message]
2009-01-07 15:31 ` Nicolas Pitre
2009-01-07 16:07 ` Linus Torvalds
2009-01-07 16:08 ` Linus Torvalds
2009-01-07 22:55 ` R. Tyler Ballance
2009-01-07 23:29 ` Linus Torvalds
2009-01-08 0:28 ` Public repro case! " R. Tyler Ballance
2009-01-08 0:48 ` Linus Torvalds
2009-01-08 0:57 ` R. Tyler Ballance
2009-01-08 1:08 ` Linus Torvalds
2009-01-08 1:29 ` Linus Torvalds
2009-01-08 1:46 ` Shawn O. Pearce
2009-01-08 2:21 ` James Pickens
2009-01-08 2:43 ` Shawn O. Pearce
2009-01-08 5:40 ` Junio C Hamano
2009-01-08 6:04 ` Shawn O. Pearce
2009-01-08 2:52 ` Boyd Stephen Smith Jr.
2009-01-08 2:52 ` Linus Torvalds
2009-01-08 3:01 ` Shawn O. Pearce
2009-01-08 3:06 ` Linus Torvalds
2009-01-08 3:13 ` Shawn O. Pearce
2009-01-08 3:16 ` [PATCH] Wrap inflateInit to retry allocation after releasing pack memory Shawn O. Pearce
2009-01-08 3:54 ` Linus Torvalds
2009-01-08 5:23 ` Junio C Hamano
2009-01-08 15:35 ` Linus Torvalds
2009-01-08 15:34 ` Shawn O. Pearce
2009-01-08 16:14 ` Linus Torvalds
2009-01-08 18:15 ` R. Tyler Ballance
2009-01-08 20:22 ` Linus Torvalds
2009-01-08 20:37 ` R. Tyler Ballance
2009-01-09 1:43 ` Junio C Hamano
2009-01-08 0:37 ` [PATCH/RFC] Allow writing loose objects that are corrupted in a pack file Linus Torvalds
2009-01-08 0:49 ` R. Tyler Ballance
2009-01-08 1:01 ` Linus Torvalds
2009-01-08 1:06 ` R. Tyler Ballance
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1231319112.8870.506.camel@starfruit \
--to=tyler@slide.com \
--cc=git@vger.kernel.org \
--cc=jk@jk.gs \
--cc=nico@cam.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).