From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 438591F44D for ; Fri, 8 Mar 2024 14:38:22 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=WcMAm4d7; dkim-atps=neutral Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 6FAB160686 for ; Fri, 8 Mar 2024 14:38:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1D759C433F1 for ; Fri, 8 Mar 2024 14:38:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1709908701; bh=yRGv/EApo6FFl+6S78X94KoyXQR8U+6Skfn7vM8Vkg8=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=WcMAm4d73Cvbp9gcbFTzlL1xso1H7Bq2uSHWW4I/fmuBTdkUfP998VkFv6dSZ/0SY WOT95K/DBlKKZsElcbu6i8etSewASdi+FbKHax3kwBWPlr53XH2R013XSQmaPwisdZ HRyNaQMbSD3rtGebhx0OF7OX+N1dQrM1Mrf2nxU1uea28e9z8VhaIqujueowl6gZ0w 3zsgmwFaWiWr/JYO9fj8FLbsodBiEFjUF4KF9DDSnyPcUa59F5gbqQfcw09N3eqyr/ Y+ZdfZeHWObYKLnoG6qj/iHJxEAnV6SXJ0q88EvQF3gO1nUoAgDi2zEcODUOsjUNhy +fKxIu5Ro726A== Received: by mail-lf1-f47.google.com with SMTP id 2adb3069b0e04-5131bec457eso1689557e87.0 for ; Fri, 08 Mar 2024 06:38:21 -0800 (PST) X-Gm-Message-State: AOJu0Yx4lSLi/QplNusveskV+xLwPmaoCbFi+3O2TlefOTgPR9GJASPZ o7YRkdY1kZQfhH6VqqF1B6egYXnxYEALOki2sZfaLKftVJGDxfHTWw+LBgdss3FzQifnZnRS6eo 8qkbvLeKyvMDDkJv0Uhp/Hhvk7g== X-Google-Smtp-Source: AGHT+IEE6TzBjCxJAnM8yjoV/LdnJklJNXQFkqFX0kCG8rtizhskCIoODdK/qYdzD9Rqd+lHoeIbN45TdEWg7+Qxw64= X-Received: by 2002:a19:8c44:0:b0:512:d86c:1e2d with SMTP id i4-20020a198c44000000b00512d86c1e2dmr183916lfj.23.1709908699286; Fri, 08 Mar 2024 06:38:19 -0800 (PST) MIME-Version: 1.0 References: <20240308032042.M181403@dcvr> In-Reply-To: <20240308032042.M181403@dcvr> From: Rob Herring Date: Fri, 8 Mar 2024 08:38:06 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: crash on git-fast-import To: Eric Wong Cc: meta@public-inbox.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Thu, Mar 7, 2024 at 9:20=E2=80=AFPM Eric Wong wrote: > > Rob Herring wrote: > > fatal: Expected committer but didn't get one > > fast-import: dumping crash report to > > /home/rob/.local/share/lei/store/local/0.git/fast_import_crash_99633 > > Are you able to share the contents of that crash file? I wiped out the store with that particular one. They are all pretty consistent in the errors, so here's another one: fast-import crash report: fast-import process: 2487295 parent process : 2487077 at 2024-03-07 13:31:06 +0000 fatal: Expected committer but didn't get one Most Recent Commands Before Crash --------------------------------- blob mark :1 data 12367 get-mark :1 reset refs/heads/main commit refs/heads/main * Active Branch LRU ----------------- active_branches =3D 0 cur, 5 max pos clock name ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Inactive Branches ----------------- refs/heads/main: status : dirty tip commit : 0000000000000000000000000000000000000000 old tree : 0000000000000000000000000000000000000000 cur tree : 0000000000000000000000000000000000000000 commit clock: 0 last pack : Marks ----- :1 db9c47576664b9a87f6484c482a597fc3f959929 ------------------- END OF CRASH REPORT > > > E: import done: write to fast-import failed: Illegal seek at > > /home/rob/proj/public-inbox/lib/PublicInbox/Import.pm line 88, <$fh> > > line 2. > > Oops, that error reporting is wrong, there :x Will fix. > > > Any ideas or tips for debugging this? > > I'll try to look at dealing with this soon; occupied with several offline > problems :< No worries. In my attempt to avoid the problem, with this: lei q -I https://lore.kernel.org/all/ --no-local --dedup=3Dmid --no-import-remote --no-save -o mail 'nq:"Reviewed-by: Rob Herring" nq:diff d:16.weeks.ago..4.weeks.ago' It works the first time, but when mail/ exists on subsequent runs, I get the same crash. Rob