Bug#572529: php-apc: APC 3.0.19 contains a race condition which is (supposedly) fixed in 3.1.x

2010-03-04 Thread Shane Allen
Package: php-apc Version: 3.0.19-2 Severity: important I've got a server which is randomly becoming unstable after a period of time. After a lot of troubleshooting, I believe I've narrowed it down to APC. The symptoms I encounter are Apache having a large number of threads in the gracefully fin

Bug#387012: Inconsistency in send_by_sendmail causes problems

2006-09-11 Thread Shane Allen
Package: libmime-lite-perl Version: 3.01-4 This is filed in CPAN as bug #21425. From 3.01: sub send_by_sendmail { my $self = shift; if (@_ == 1) { ### Use the given command... my $sendmailcmd = shift @_; ### Do it: open SENDMAIL, "|$sendmailcmd" or Carp::croak "open |$sendmailcmd: $!\n"; $s

Bug#387003: SetSender ignored if send() called with no parameters

2006-09-11 Thread Shane Allen
Package: libmime-lite-perl Version: 3.01-4 This is basically a duplicate of CPAN #2759 [1]. I will be updating the CPAN report as well. From the documentation: -- begin -- SetSender Unless this is explicitly given as false, we attempt to automatically set the -f argument to the first addr

Bug#386306: debian-specific patch causes errors sending to e.g.: "test tester <[EMAIL PROTECTED]>"

2006-09-06 Thread Shane Allen
You are correct, my apologies. We did not have Mail::Address installed and furthermore we have modified MIME::Lite due to a different bug we have experienced, which is causing us to execute extract_addrs(). Since I have made the modifications across the board and it has been a while since I mad

Bug#386306: debian-specific patch causes errors sending to e.g.: "test tester <[EMAIL PROTECTED]>"

2006-09-06 Thread Shane Allen
in the CPAN sources. The following script runs against the CPAN-built module, but errors out when run against the Debian module: [EMAIL PROTECTED]:~$ more test #!/usr/bin/perl -w use MIME::Lite; use strict; my $name = "Shane Allen"; my $email = '[EMAIL PROTECTED]'; my $myn