gpsd-dev
[Top][All Lists]
Advanced

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

Re: [gpsd-dev] Memory Leak in gpsd


From: Eric
Subject: Re: [gpsd-dev] Memory Leak in gpsd
Date: Tue, 5 Jan 2016 17:12:00 -0500
User-agent: Mutt/1.5.23 (2014-03-12)

address@hidden <address@hidden>:
> Hello,
>  
> here is the log file from 
> 
> valgrind --trace-children=yes --show-reachable=yes --leak-check=full -v 
> ./gpsmon -n 2> ~/log.txt
> 
> Please note, that the allocated bytes and blocks increase over the time

I think that nailed it down.  The leak was from newwin() calls mot balanced by
delwin() calls.  I found a place where that would happen abd fixed it.  Please
advise if the problem recurs.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>



reply via email to

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