Bug#414795: libpthread/NPTL: static linking seems to break raise(3), abort(3)

2007-03-22 Thread Florian Weimer
* Daniel Jacobowitz:

 Statically linked executables simply do not support NPTL.  If
 possible, a link-time warning should be generated, perhaps even an
 error.

 Actually, I don't know that this is correct.

Several mailing list postings strongly suggest that this is upstream's
position.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#344563: nscd still crashing at version 2.3.6.ds1-13

2007-03-22 Thread Pierre Habouzit
On Thu, Mar 22, 2007 at 11:30:41AM +0900, Jim Barber wrote:
 I have a system where the nscd daemon constantly crashes too.
 nscd, libc6, locales, etc is at  version 2.3.6.ds1-13
 
 I've tried  commenting out the user and group caching settings in the 
 /etc/nscd.conf file hoping to avoid the crashes since I only need it to 
 cache host lookups.
 This made no difference.
 Nor does leaving the entries there and just changing the value of 
 'enable-cache' for the passwd and group entries to 'no'.
 
 Starting nscd with the -d parameter it starts and runs for about 20 
 seconds before failing with:
 
   nscd: cache.c:335: prune_cache: Assertion `dh-usable' failed.
   Aborted
 
 This error usually happens after entries like:
 
   27822: Reloading 250.186.184.59.sbl-xbl.spamhaus.org. in hosts cache!
   27822: Reloading 164.152.206.86.sbl-xbl.spamhaus.org. in hosts cache!
 
 Clearing the databases like so:
 
   nscd -i hosts
   nscd -i passwd
   nscd -i group
 Doesn't seem to help either.
 
 I then got rid of the following files by moving them elsewhere:
 
   /var/db/nscd/group
   /var/db/nscd/hosts
   /var/db/nscd/passwd
 
 This seems to at least get things working for a while, but eventually the 
 nscd daemon falls over again.
 

  A backtrace would really be of help. Please install the -dbg package
for the libc, and try to have one so that we can know which codepath
generates the issue.

  Also be warned that hosts caching in nscd sucks, it's not really built
to deal with DNS caching that other tools like dnsmasq or even bind
really deal with better.

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpVZMW6yWsxC.pgp
Description: PGP signature


Bug#415870: nscd -i hosts causes main nscd daemon to segfault

2007-03-22 Thread Michael Biebl
Package: nscd
Version: 2.3.6.ds1-13
Severity: important
File: /usr/sbin/nscd

Running nscd -i hosts while the main nscd daemon is running yields
# nscd -d
20662: handle_request: request received (Version = 2) from PID 20669
20662:  INVALIDATE (hosts)
Segmentation fault

nscd -i hosts is used by network-manager to invalidate the hosts cache
on DNS changes. Atm it effectively kills the running nscd instance.

Michael



-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.21-rc4
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages nscd depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries

nscd recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]