On Thu, Mar 7, 2024 at 9:20 PM Eric Wong <[email protected]> wrote:
>
> Rob Herring <[email protected]> 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 = 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=mid
--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