potential memory leak in do loop

2006-05-02 Thread Stephane Chatigny
Hello,   I use the MIT MPB package on a machine running guile 1.6 and Debian-Linux 3.1r0a. Apparently, I generate a memory link while executing a do loop (although I have not tracked the memory usage yet). When I run the loop, the process is aborted before the end of the iteration. Inter

Re: potential memory leak in do loop

2006-05-03 Thread stephane chatigny
mory usage remains constant. regards Stef Kevin Ryde a écrit : Stephane Chatigny <[EMAIL PROTECTED]> writes: (although I have not tracked the memory usage yet). You'll probably have to use one of the various malloc debugging packages to find who has allocated the memory that's

Re: potential memory leak in do loop

2006-05-04 Thread stephane chatigny
f debuging package, I guess that I will need at least to recompile "mpb" with the proper debugging flag. That will help to see if the problems comes from mpb. Do I have also to recompile "Guile" with the debuging flags on? thanks Stef stephane chatigny a écrit : Than