From: "Jessee Parker" <[EMAIL PROTECTED]> > I don't know if this points to a bug in my operating system, a bug in > my code or if it's normal but basically when I use these modules and > run a strace (using Linux 7.3) it gives me the following: > > 12:28:39 close(3) = 0 > 12:28:39 munmap(0x400c8000, 4096) = 0 > 12:28:39 close(3) = -1 EBADF (Bad file > descriptor) > > It tries to close something that is already closed if I read it > correctly. I'm pretty new to using the trace feature so maybe I'm off > base. Is this showing a problem or is this normal??
It should not cause any problems, but I would not say it's 100% normal. Could you show me your code (for Mail::Sender)? And could you run your script with perl -w ? Maybe it'll print a warning ... Thanks, Jenda=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]