[Dillo-dev]news about memory leak
Hey, I am on a NetBSD/ppc system. DIllo 0.8.3 and can reproduce the leak. I noted however that: - clicking the reload button in thight succession gets an increment of about 4K every time - the leak is consitent, you can make the amount of leaked memory skyrocket to megabytes. - clicking slowly, waitning 10 seconds each time does NOT make dillo leak I suspect the leak happens if you click reload before dillo has "finished" the page and the "stop button" is disabled. I used a very simple page: <html>this is a test</html> Cheers, Riccardo
Riccardo Mottola wrote:
Hey,
I am on a NetBSD/ppc system. DIllo 0.8.3 and can reproduce the leak. I noted however that:
- clicking the reload button in thight succession gets an increment of about 4K every time - the leak is consitent, you can make the amount of leaked memory skyrocket to megabytes. - clicking slowly, waitning 10 seconds each time does NOT make dillo leak
I suspect the leak happens if you click reload before dillo has "finished" the page and the "stop button" is disabled.
Excellent but using my refresh patch I could fix exactly delay among reloads and I see that 5 second are sufficient to load a trivial or not trivial html page but memory leak still. So what happens in ten seconds that doesn't happen in five? Cheers, -- Roberto A. Foglietta Analista Programmatore GNU/Linux SAD Trasporto Locale S.p.a. Corso Italia 13/N 39100 BOLZANO (I) Tel. +39/0471-450.261 Fax +39/0471-450.253
Riccardo Mottola wrote:
Hey,
I am on a NetBSD/ppc system. DIllo 0.8.3 and can reproduce the leak. I noted however that:
- clicking the reload button in thight succession gets an increment of about 4K every time - the leak is consitent, you can make the amount of leaked memory skyrocket to megabytes. - clicking slowly, waitning 10 seconds each time does NOT make dillo leak
I suspect the leak happens if you click reload before dillo has "finished" the page and the "stop button" is disabled.
What is the best way to check if a page has been load completely? I mean checking BrowserWidows or DilloUrl structures... Cheers, -- Roberto A. Foglietta Analista Programmatore GNU/Linux SAD Trasporto Locale S.p.a. Corso Italia 13/N 39100 BOLZANO (I) Tel. +39/0471-450.261 Fax +39/0471-450.253
participants (2)
-
Riccardo Mottola
-
Roberto A. Foglietta