|
From: <ar...@de...> - 2003-09-11 15:47:59
|
Hi
I have several requests from users with a strange error whis is not
reproducible all the times. It seems to happen when network connections
are attempted. This error has been reproducible with packages such as
iptstate, nget and squid. The error is as follows:
==12707== Invalid read of size 1
==12707== at 0x403E159C: _dl_close (in /lib/libc-2.3.1.so)
==12707== by 0x403E2011: (within /lib/libc-2.3.1.so)
==12707== by 0x40009446: _dl_catch_error_internal (in
/lib/ld-2.3.1.so)
==12707== by 0x403E1F55: (within /lib/libc-2.3.1.so)
==12707== Address 0x1E7 is not stack'd, malloc'd or free'd
zsh: 12707 segmentation fault valgrind /usr/bin/iptstate
Any input would be appreciated.
--
Documentation is like sex: when it is good, it is very, very good; and
when it is bad, it is better than nothing.
-- Dick Brandon
|
|
From: Dirk M. <dm...@gm...> - 2003-09-11 22:00:12
|
On Thursday 11 September 2003 17:54, Andrés Roldán wrote: > I have several requests from users with a strange error whis is not > reproducible all the times. It seems to happen when network connections > are attempted. This error has been reproducible with packages such as > iptstate, nget and squid. The error is as follows: do you dlopen() or dlclose() stuff? otherwise its the NIS stuff of glibc (do you call gethostbyname() or similiar?) |