This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Memory Leaks.


Reply-To: <satchell@dera.gov.uk>

In my last mail I reported a memory leak in a multi-threaded programme.
I have tried the same thing single threaded { {begin-thread -> (begin,
comment out join } and it still leaks, but more slowly. As it is only talking t
to one server this is probably expected. So although there might be gc problem
with threads, there is at least one other problem as well.

Thank you for the other suggestions, I will try --enable-maintainer-mode for
now.

Julian