[darcs-devel] darcs patch: Libwww new API: waitUrl, copyUrlFirst added; copyUrls ...

Simon Marlow simonmarhaskell at gmail.com
Wed Jan 23 13:31:30 UTC 2008


David Roundy wrote:
> On Mon, Jan 21, 2008 at 08:03:22PM +0300, Dmitry Kurochkin wrote:
>> 2008/1/21, David Roundy <droundy at darcs.net>:
>>> Alas, I am now getting segfaults when I do a darcs pull over http with
>>> libwww.  :(  I get this pretty reliably if I do
>>>
>>> darcs get http://darcs.net/repos/unstable
>>> cd unstable
>>> darcs obliterate --last 1000 -a
>>> darcs pull -a
>>>
>>> (I've been running these slightly-crazy-length commands to test the
>>> progress code.)
>> I will try to reproduce and fix it.
>> BTW How can i build darcs with debug symbols?
> 
> I don't know.  :( I see that ghc has a -debug option, but am unsure what it
> does.

It links the program with a debug version of the runtime, which adds 
assertions and other sanity-checking, some debug output options (+RTS 
-D<blah>) and also has debug symbols.

Cheers,
	Simon



More information about the darcs-devel mailing list