bug-bison
[Top][All Lists]
Advanced

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

Re: memory leak


From: Olivier Dwelshauvers
Subject: Re: memory leak
Date: Tue, 20 Feb 2001 09:49:46 +0100

Thanks for the answer.


Akim Demaille wrote:

> (...)
>
> I'm not surprised actually.  Also, AFAIK, Bison offers no means to
> release the memory associated to symbols shifted during error
> recovery.

The memory leaks I noticed appear in normal execution, not in error
recovery. I just wrote a main() which loop on yyparse(), opening and
closing the input each loop.
Every ten loops it print the result of :
         system("ps -ef -o pid,vsize,rssize,command | grep -e PID -e
prg_name");
That's how I could point the problem.


> I'll have a look, thanks for the report.

Thanks to have a look!




reply via email to

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