user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* public-inbox-convert hangs on systems using musl libc
@ 2022-12-21 11:28 Chris Brannon
  2022-12-21 12:21 ` Eric Wong
  0 siblings, 1 reply; 13+ messages in thread
From: Chris Brannon @ 2022-12-21 11:28 UTC (permalink / raw)
  To: meta

I can reproduce it reliably on both Alpine Linux and the musl variant of
Void Linux.  Just clone a mirror of public-inbox.org/meta and try and
convert it:

$ git clone --mirror https://public-inbox.org/meta
$ public-inbox-convert meta metanew

If I pass --no-index, the process is successful.

This is a deadlock of some sort, because during the hang, git cat-file
is blocked on write and other things are blocked on read.

That's as far as I have gotten with debugging it.

-- Chris

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

end of thread, other threads:[~2023-01-05  7:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-21 11:28 public-inbox-convert hangs on systems using musl libc Chris Brannon
2022-12-21 12:21 ` Eric Wong
2022-12-21 13:46   ` Chris Brannon
2022-12-21 19:48     ` Eric Wong
2022-12-21 20:46       ` Chris Brannon
2022-12-21 21:11         ` Eric Wong
2022-12-21 22:17           ` Chris Brannon
2022-12-21 23:22             ` [PATCH] git: cap MAX_INFLIGHT value to POSIX minimum Eric Wong
2022-12-21 23:57               ` Chris Brannon
2023-01-04  3:49                 ` [PATCH] git: fix asynchronous batching for deep pipelines Eric Wong
2023-01-05  1:08                   ` Chris Brannon
2023-01-05  1:44                     ` [PATCH] git: write_all: remove leftover debug messages Eric Wong
2023-01-05  7:32                       ` Chris Brannon

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

	https://80x24.org/public-inbox.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).