Bug#386122: syslogd can deadlock with named when receiving log messages from the network

2006-09-05 Thread Chris Lightfoot
/1130.html though much of it (in particular the suggestion about fsync) is irrelevant. -- Chris Lightfoot mySociety -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#383452: SIGSEGV in dancer-services when users are connected to the IRC server

2006-08-17 Thread Chris Lightfoot
On Thu, Aug 17, 2006 at 10:34:30PM +0200, Aurélien GÉRÔME wrote: > On Thu, Aug 17, 2006 at 12:44:25PM +0100, Chris Lightfoot wrote: [...] > > Presumably there's some change I could make to the > > configuration which would prevent this, though it's not > > obvio

Bug#383452: SIGSEGV in dancer-services when users are connected to the IRC server

2006-08-17 Thread Chris Lightfoot
lso, dancer-services probably oughtn't to crash in this case. -- Chris Lightfoot mySociety -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#381874: incorrect handling of Status: header in CGI/FastCGI mode

2006-08-07 Thread Chris Lightfoot
http://bugs.php.net/bug.php?id=38369 -- it'd be nice if this could make it into the Debian PHP packages. -- Chris Lightfoot mySociety -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#377857: occasional SIGSEGV in exim4 under heavy load

2006-07-18 Thread Chris Lightfoot
On Tue, Jul 18, 2006 at 03:18:06PM +0200, Marc Haber wrote: > On Tue, Jul 18, 2006 at 02:12:38PM +0100, Chris Lightfoot wrote: > > I've just had a try on another machine (different > > hardware, 2.6 kernel rather than 2.4) and it hasn't > > crashed in a few minutes&

Bug#377857: occasional SIGSEGV in exim4 under heavy load

2006-07-18 Thread Chris Lightfoot
On Tue, Jul 18, 2006 at 01:32:10PM +0200, Marc Haber wrote: > tags #377587 unreproducible > thanks > > On Sat, Jul 15, 2006 at 01:26:38PM +0100, Chris Lightfoot wrote: > > On Fri, Jul 14, 2006 at 09:46:39PM +0200, Marc Haber wrote: [...] > > ok, I've just t

Bug#377857: occasional SIGSEGV in exim4 under heavy load

2006-07-15 Thread Chris Lightfoot
On Fri, Jul 14, 2006 at 09:46:39PM +0200, Marc Haber wrote: > On Fri, Jul 14, 2006 at 08:23:12PM +0100, Chris Lightfoot wrote: > > ok, changing /dev/null for :blackhole: doesn't make any > > difference here, so it's possible it's a difference in > >

Bug#377857: occasional SIGSEGV in exim4 under heavy load

2006-07-14 Thread Chris Lightfoot
On Fri, Jul 14, 2006 at 09:02:40PM +0200, Marc Haber wrote: > On Tue, Jul 11, 2006 at 06:19:38PM +0100, Chris Lightfoot wrote: > > Under heavy SMTP load, we occasionally observe the exim4 > > daemon crashing (with the result that no further > > connections can be accepte

Bug#377857: further observations with exim4-daemon-light

2006-07-12 Thread Chris Lightfoot
On Wed, Jul 12, 2006 at 12:46:15PM +0200, Marc Haber wrote: > On Wed, Jul 12, 2006 at 10:44:58AM +0100, Chris Lightfoot wrote: > > LD_PRELOAD=/lib/libpthread.so.0 /usr/sbin/exim4 -bd -q30m > > In my unstable chroot, this leads to a relocation error message: > > $ sud

Bug#377857: occasional SIGSEGV in exim4 under heavy load

2006-07-12 Thread Chris Lightfoot
On Wed, Jul 12, 2006 at 12:42:57PM +0200, Marc Haber wrote: > On Tue, Jul 11, 2006 at 06:19:38PM +0100, Chris Lightfoot wrote: > > Package: exim4-daemon-heavy > > Version: 4.50-8sarge2 > > Can you try to reproduce this with a later exim version, like 4.62 on > testing or

Bug#377857: further observations with exim4-daemon-light

2006-07-12 Thread Chris Lightfoot
45 in os_non_restarting_signal () #6 0x0805b133 in daemon_go () #7 0x0806a598 in main () i.e., again consistent with there being some badness in the interaction between -lpthread and the signal handling code in exim. -- Chris Lightfoot mySociety -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

Bug#377857: occasional SIGSEGV in exim4 under heavy load

2006-07-11 Thread Chris Lightfoot
LL); +sigprocmask(SIG_SETMASK, &curmask, NULL); + #ifdef STAND_ALONE printf("Used sigaction() with flags = 0\n"); #endif -- Chris Lightfoot mySociety -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#349891: ``Incomplete headers'' problem caused by bad SIGTERM handling in php4 under FastCGI

2006-01-25 Thread Chris Lightfoot
Package: php4-cgi Version: 4.3.10-16 The FastCGI code in php4 does not handle SIGTERM correctly. It should catch the signal and shut down gracefully; instead it terminates immediately, even if part-way through handling a request; in such a case, the server will log ``Incomplete headers (0 bytes) r

Bug#342722: acknowledged by developer (Indeed fixed in 5.93)

2005-12-22 Thread Chris Lightfoot
On Thu, Dec 22, 2005 at 07:48:27AM -0800, Debian Bug Tracking System wrote: > Subject: Indeed fixed in 5.93 Is this going to be back-ported to sarge? -- ``Suspecting the action was suspicious, the officer ordered both of them to raise their hands.'' (from The Skagit Valley Herald) -- To U

Bug#342722: chown and symlinks

2005-12-09 Thread Chris Lightfoot
Package: coreutils Version: 5.2.1-2 chown(1) behaves as if the -h option were specified, even if it is not. For instance: # touch Q # ln -s Q R # ls -ln Q R -rw-r--r-- 1 0 0 0 2005-12-09 19:21 Q lrwxrwxrwx 1 0 0 1 2005-12-09 19:21 R -> Q # chown 65535:65535 R # ls -l

Bug#328303: iconv breaks on piped input, because it tries to read whole input into a buffer

2005-09-14 Thread Chris Lightfoot
Package: libc6 Version: 2.3.2.ds1-22 iconv(1) tries to read in its whole input before doing conversion. This is no good if you want to use it in a pipe. Example: yes | iconv -f utf-8 -t iso-8859-1 expected result: ten lines of `y' actual result: iconv runs out of memory As a more serious examp

Bug#328287: mysql-server-4.1

2005-09-14 Thread Chris Lightfoot
Package: mysql-server-4.1 Version: 4.1.11a-4 mysql_setpermission is broken in this package. Attempting to use menu option #4 (``Create/append database administrative privileges for an existing database and host combination'') causes the script to crash with Incorrect usage of DB GRANT and GLOBAL