bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24357: pure guile program leaks memory


From: Amirouche Boubekki
Subject: bug#24357: pure guile program leaks memory
Date: Mon, 12 Sep 2016 19:47:02 +0200
User-agent: Roundcube Webmail/1.1.2

On 2016-09-03 20:49, Amirouche Boubekki wrote:
On 2016-09-03 11:54, Andy Wingo wrote:
On Sat 03 Sep 2016 09:20, Amirouche Boubekki <address@hidden> writes:

Using guile 2.1.3, I have a program that:

- reads urls from a text file
- download the urls using curl command via popen
- output the result to stdout

Also, it relies on n-for-each-par-map for ice-9 threads.

Can you reduce it please?  For example, remove the use of threads.


Ok. I removed threads and only download the same url over and over again.

Here is the error I get on stdout:

   (23) Failed writing body


Internet says this a curl issue. Please close this bug.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]