netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* conntrack & valgrind
       [not found] <d95317090801080112v662f7fcdk36b582d14557896d@mail.gmail.com>
@ 2008-01-10  1:57 ` Gilad Benjamini
  2008-01-10 12:39   ` Pablo Neira Ayuso
  0 siblings, 1 reply; 4+ messages in thread
From: Gilad Benjamini @ 2008-01-10  1:57 UTC (permalink / raw)
  To: netfilter-devel

Is conntrack supposed to be "valgrind clean" ?
I ran a few times "valgrind  --tool=memcheck --show-reachable=yes conntrack -L"
and I always get different "Invalid read of size " messages.

The messages always seem to appear before the first listed connection.
I tried to track this down in the code, and I suspect it has to do
with the NL message alignment in nfnl_step, but this is only a hunch.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: conntrack & valgrind
  2008-01-10  1:57 ` conntrack & valgrind Gilad Benjamini
@ 2008-01-10 12:39   ` Pablo Neira Ayuso
  2008-01-10 20:21     ` Gilad Benjamini
  0 siblings, 1 reply; 4+ messages in thread
From: Pablo Neira Ayuso @ 2008-01-10 12:39 UTC (permalink / raw)
  To: Gilad Benjamini; +Cc: netfilter-devel

Gilad Benjamini wrote:
> Is conntrack supposed to be "valgrind clean" ?
> I ran a few times "valgrind  --tool=memcheck --show-reachable=yes conntrack -L"
> and I always get different "Invalid read of size " messages.

# valgrind --tool=memcheck --show-reachable=yes conntrack -L
==15883== Memcheck, a memory error detector.
==15883== [...]
==15883==
tcp      6 [...]
==15883==
==15883== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1)
==15883== malloc/free: in use at exit: 18 bytes in 1 blocks.
==15883== malloc/free: 19 allocs, 18 frees, 3,966 bytes allocated.
==15883== For counts of detected errors, rerun with: -v
==15883== searching for pointers to 1 not-freed blocks.
==15883== checked 100,072 bytes.
==15883==
==15883== LEAK SUMMARY:
==15883==    definitely lost: 0 bytes in 0 blocks.
==15883==      possibly lost: 0 bytes in 0 blocks.
==15883==    still reachable: 18 bytes in 1 blocks.
==15883==         suppressed: 0 bytes in 0 blocks.
==15883== Rerun with --leak-check=full to see details of leaked memory.

I can't reproduce the problem with current libraries and conntrack-tools 
SVN snapshots. Which version are you using?

--
Los honestos son inadaptados sociales -- Les Luthiers

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: conntrack & valgrind
  2008-01-10 12:39   ` Pablo Neira Ayuso
@ 2008-01-10 20:21     ` Gilad Benjamini
  2008-01-11  1:27       ` Pablo Neira Ayuso
  0 siblings, 1 reply; 4+ messages in thread
From: Gilad Benjamini @ 2008-01-10 20:21 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel

I am actually not sure what version combination I initially had. Some
mix-n-match.
I tried this on my Ubuntu, with the latest binary packages from
apt-get, and got the same errors.
I then tried downloading latest release (having some local problem
with snapshots)
conntrack-tools-0.9.5.tar.bz2
libnetfilter_conntrack-0.0.82.tar.bz2
libnfnetlink-0.0.30.tar.bz2
... and conntrack failed to compile ;-(

At this point I gave up. I'll wait for the next releases and try again

2008/1/10, Pablo Neira Ayuso <pablo@netfilter.org>:
> Gilad Benjamini wrote:
> > Is conntrack supposed to be "valgrind clean" ?
> > I ran a few times "valgrind  --tool=memcheck --show-reachable=yes conntrack -L"
> > and I always get different "Invalid read of size " messages.
>
> # valgrind --tool=memcheck --show-reachable=yes conntrack -L
> ==15883== Memcheck, a memory error detector.
> ==15883== [...]
> ==15883==
> tcp      6 [...]
> ==15883==
> ==15883== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 19 from 1)
> ==15883== malloc/free: in use at exit: 18 bytes in 1 blocks.
> ==15883== malloc/free: 19 allocs, 18 frees, 3,966 bytes allocated.
> ==15883== For counts of detected errors, rerun with: -v
> ==15883== searching for pointers to 1 not-freed blocks.
> ==15883== checked 100,072 bytes.
> ==15883==
> ==15883== LEAK SUMMARY:
> ==15883==    definitely lost: 0 bytes in 0 blocks.
> ==15883==      possibly lost: 0 bytes in 0 blocks.
> ==15883==    still reachable: 18 bytes in 1 blocks.
> ==15883==         suppressed: 0 bytes in 0 blocks.
> ==15883== Rerun with --leak-check=full to see details of leaked memory.
>
> I can't reproduce the problem with current libraries and conntrack-tools
> SVN snapshots. Which version are you using?
>
> --
> Los honestos son inadaptados sociales -- Les Luthiers
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: conntrack & valgrind
  2008-01-10 20:21     ` Gilad Benjamini
@ 2008-01-11  1:27       ` Pablo Neira Ayuso
  0 siblings, 0 replies; 4+ messages in thread
From: Pablo Neira Ayuso @ 2008-01-11  1:27 UTC (permalink / raw)
  To: Gilad Benjamini; +Cc: netfilter-devel

Gilad Benjamini wrote:
> I am actually not sure what version combination I initially had. Some
> mix-n-match.
> I tried this on my Ubuntu, with the latest binary packages from
> apt-get, and got the same errors.

Could you please tell me the version of the conntrack-tools and
libraries to reproduce the problem?

> I then tried downloading latest release (having some local problem
> with snapshots)
> conntrack-tools-0.9.5.tar.bz2
> libnetfilter_conntrack-0.0.82.tar.bz2
> libnfnetlink-0.0.30.tar.bz2
> ... and conntrack failed to compile ;-(
> 
> At this point I gave up. I'll wait for the next releases and try again

Well... where does it stop compiling? Probably you're missing some
dependencies to compile the packages.

-- 
"Los honestos son inadaptados sociales" -- Les Luthiers

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-01-11  1:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <d95317090801080112v662f7fcdk36b582d14557896d@mail.gmail.com>
2008-01-10  1:57 ` conntrack & valgrind Gilad Benjamini
2008-01-10 12:39   ` Pablo Neira Ayuso
2008-01-10 20:21     ` Gilad Benjamini
2008-01-11  1:27       ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).