https://bugzilla.novell.com/show_bug.cgi?id=387202 User jpschewe@mtu.net added comment https://bugzilla.novell.com/show_bug.cgi?id=387202#c19 --- Comment #19 from Jon Schewe <jpschewe@mtu.net> 2008-09-25 07:29:26 MDT --- Thanks. Now I've got a real stack trace to share. Took all of 10 mintues for it to crash this time. GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-suse-linux"... (gdb) run -d Starting program: /usr/sbin/nscd -d [Thread debugging using libthread_db enabled] [New Thread 0x7f8d562276f0 (LWP 818)] [New Thread 0x4102f950 (LWP 821)] [New Thread 0x42112950 (LWP 822)] [New Thread 0x415a7950 (LWP 823)] [New Thread 0x417a8950 (LWP 824)] [New Thread 0x419a9950 (LWP 825)] [New Thread 0x41baa950 (LWP 826)] [New Thread 0x40584950 (LWP 827)] [New Thread 0x40785950 (LWP 828)] 818: Reloading "root" in group cache! 818: remove INITGROUPS entry "root" nscd: mem.c:392: gc: Assertion `off_alloc == off_allocend' failed. Program received signal SIGABRT, Aborted. [Switching to Thread 0x42112950 (LWP 822)] 0x00007f8d556be5c5 in *__GI_raise (sig=<value optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. in ../nptl/sysdeps/unix/sysv/linux/raise.c (gdb) where #0 0x00007f8d556be5c5 in *__GI_raise (sig=<value optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #1 0x00007f8d556bfbb3 in *__GI_abort () at abort.c:88 #2 0x00007f8d556b71e9 in *__GI___assert_fail ( assertion=0x7f8d5625b3d0 "off_alloc == off_allocend", file=0x7f8d5625b379 "mem.c", line=392, function=0x7f8d5625b450 "gc") at assert.c:78 #3 0x00007f8d56252ba6 in gc (db=0x7f8d5645f200) at mem.c:392 #4 0x00007f8d56251494 in prune_cache (table=0x7f8d5645f200, now=1222348776, fd=-1) at cache.c:499 #5 0x00007f8d562482c6 in nscd_run_prune (p=<value optimized out>) at connections.c:1390 #6 0x00007f8d55c04040 in start_thread (arg=<value optimized out>) at pthread_create.c:297 #7 0x00007f8d5575f0cd in clone () from /lib64/libc.so.6 (gdb) print off_alloc $1 = 1436420560 (gdb) print off_allocend $2 = 512 -- 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.