I am observing a small but significant memory leak in Radiator 2.16.3
under Perl 5.6, Solaris 2.7.
The rate of leakage is about 4-8k per second, and it's steady... I've
run Radiator for a number of hours without any sign of slowing.
Here's my config:
## ##
# #
# Global Configuration Items #
# #
## ##
LogFile /opt/radiator/logfile
PidFile /opt/radiator/pid/radiatord.pid
DictionaryFile /opt/radiator/config/dictionary
AuthPort 1645
AcctPort 1646
Trace 3
## ##
# #
# Client List #
# #
## ##
<Client DEFAULT>
Secret secret
NasType unknown
</Client>
## ##
# #
# AuthBy Methods #
# #
## ##
<AuthBy TEST>
Identifier Auth
</AuthBy>
## ##
# #
# Session Databases #
# #
## ##
<SessionDatabase NULL>
Identifier None
</SessionDatabase>
## ##
# #
# Handlers #
# #
## ##
<Handler>
SessionDatabase None
AuthBy Auth
</Handler>
---
I am using the standard dictionary and have no modifications in place.
Here's my perl build info:
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=solaris, osvers=2.7, archname=sun4-solaris
uname='sunos mozart 5.7 generic_106541-12 sun4u sparc sunw,ultra-1 '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=undef use64bitall=undef uselongdouble=undef
usesocks=undef
Compiler:
cc='cc', optimize='-O', gccversion=
cppflags='-I/usr/local/include -I/opt/gnu/include'
ccflags ='-I/usr/local/include -I/opt/gnu/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib -L/opt/gnu/lib
-L/opt/SUNWspro/SC5.0/lib '
libpth=/usr/local/lib /opt/gnu/lib /opt/SUNWspro/SC5.0/lib /lib
/usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt -lsec
libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -R
/usr/local/lib/perl5/5.6.0/sun4-solaris/CORE'
cccdlflags='-KPIC', lddlflags='-G -L/usr/local/lib -L/opt/gnu/lib
-L/opt/SUNWspro/SC5.0/lib'
Characteristics of this binary (from libperl):
Compile-time options: USE_LARGE_FILES
Built under solaris
Compiled at Oct 9 2000 18:12:29
@INC:
/usr/local/lib/perl5/5.6.0/sun4-solaris
/usr/local/lib/perl5/5.6.0
/usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris
/usr/local/lib/perl5/site_perl/5.6.0
/usr/local/lib/perl5/site_perl
.
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.