Issue931

Title Darcs hangs during merge even with darcs-2 format repos
Priority bug Status chatting
Superseder Nosy List Serware, benjamin.franksen, beschmi, dagit, kowey, mornfall, tommy
Assigned To Topics Conflicts, Darcs2

Created on 2008-06-20.12:58:55 by benjamin.franksen, last changed 2008-08-12.18:28:20 by mornfall.

Messages
msg5433 (view) Author: mornfall Date: 2008-08-12.18:28:11
Hmm. Are you actually sure that the repos are in darcs-2 format and that you have
converted only a single branch? I somewhat doubt that this is the case, for
various reasons... Can you please give cat _darcs/format? If it says "hashed",
this is actually an old-style repository, just the content is hashed. If you have
obtained this with darcs convert (and done that correctly, without converting
related branches twice), then yes, you have likely found an exponential issue in
darcs 2 format (this I think is known to exist, but should be quite hard to
create conflicts in such a way to trigger it).

Thank you.
msg5116 (view) Author: kowey Date: 2008-06-20.13:16:08
Anything you can do to help us reproduce this would be appreciated.

Is this another case of a conflict fight, or something else?
  http://wiki.darcs.net/index.html/ConflictsFAQ
for more details

It's also worth considering if there are other non-conflict-related factors
involved.

We should also see if we can make any more progress in documenting the kind of
things that make darcs2 still hang, and ways to avoid them, or to work around
hanging situations :-/  They should be much rarer, and I hope we (well, David et
al) will continue to make progress, but in meantime, we need to make sure folks
like you are up and running.
msg5114 (view) Author: benjamin.franksen Date: 2008-06-20.12:58:52
I sadly have to report that the new darcs-2 repo format apparently fails to 
resolve the 'darcs hangs forever' bug. At least not with the two branches I 
am working with:

aragon: .../d2/pitz-work > time darcs pull -a ../mls
withSignalsHandled: Interrupted!

darcs pull -a ../mls  86398.50s user 159.97s system 99% cpu 24:02:56.79 
total

(I killed it after it ran 24 hours.)

Browse related patches: unstable | stable

History
Date User Action Args
2008-08-12 18:28:20mornfallsetnosy: + mornfall
messages: + msg5433
2008-06-20 13:16:47koweylinkissue932 superseder
2008-06-20 13:16:14koweysetpriority: bug
nosy: + Serware, kowey
topic: + Conflicts, Darcs2
status: unread -> chatting
messages: + msg5116
2008-06-20 12:58:55benjamin.franksencreate