I also see this message, only a bit more often than the other error I posted:

darcs: bug at src/URL.hs:246 compiled Mar 20 2010 19:11:13
Another possible bug in URL.waitNextUrl: curl_multi_perform() - no running handles See http://wiki.darcs.net/index.html/BugTrackerHowto for help on bug reporting.

The context is the same: a cron job running every 30 minutes to synchronize about 8 darcs repositories with something like this:

for repo in *; do
  (cd $repo && darcs pull -aq)
done

--
Dan






_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to