Mailinglist Archive: opensuse-bugs (7823 mails)

< Previous Next >
[Bug 387202] nscd keeps crashing in mem.c
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Fri, 6 Feb 2009 08:28:36 -0700 (MST)
  • Message-id: <20090206152836.4A24D245391@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=387202

User hpj@xxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=387202#c104





--- Comment #104 from Hans-Peter Jansen <hpj@xxxxxxxxx> 2009-02-06 08:28:35
MST ---
Michael, not here, unfortunately:

xrated:/# export LANG=C
xrated:/# cat /etc/SuSE-release
openSUSE 11.1 (i586)
VERSION = 11.1
xrated:/# ulimit -c unlimited
xrated:/# nscd -d &
[1] 8139
xrated:/# kill -SEGV $!
xrated:/# pwd; ls -l core*
/
ls: cannot access core*: No such file or directory
[1]+ Segmentation fault nscd -d

xrated:/# nscd
xrated:/# pidof nscd
8206
xrated:/# kill -SEGV $(pidof nscd)
xrated:/# ls -l core*
ls: cannot access core*: No such file or directory

xrated:/# uname -a
Linux xrated 2.6.27.7-9-pae #1 SMP 2008-12-04 18:10:04 +0100 i686 athlon i386
GNU/Linux

Do you remember any further details, which may prevent core dumping?

--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >