I've been trying to run logjam and it is crashing with
Jul 29 17:46:36 oss13 kernel: klogd 1.4.1, log source = /proc/kmsg
started.
*** glibc detected *** malloc(): memory corruption:
0x0000000000516330 ***
Jul 29 17:47:15 ossAborted
I ran it in GDB
*** glibc detected *** malloc(): memory corruption:
0x0000000000516330 ***
Jul 29 17:47:15 oss
Program received signal SIGABRT, Aborted.
0x0000002a961d921d in raise () from /lib64/tls/libc.so.6
(gdb) where
#0 0x0000002a961d921d in raise () from /lib64/tls/libc.so.6
#1 0x0000002a961daa1e in abort () from /lib64/tls/libc.so.6
#2 0x0000002a9620e451 in __libc_message () from /lib64/tls/libc.so.6
#3 0x0000002a96214a6d in _int_malloc () from /lib64/tls/libc.so.6
#4 0x0000002a96216482 in malloc () from /lib64/tls/libc.so.6
#5 0x000000000040cd0a in _show_hostset (event=0x2a965066f0) at
lines.c:961
#6 0x000000000040c99c in line_show_event (event=0x2a965066f0) at
lines.c:851
#7 0x000000000040b09a in file_show (file=0x5160f0) at files.c:277
#8 0x0000000000406fc3 in list_apply (l=0x516030, fptr=0x40b016
<file_show>) at list.c:739
#9 0x0000000000405928 in main (argc=2, argv=0x7fbffff398) at
logjam.c:116
This is on our Lustre MDS (where all our syslog's get sent)
Linux mds001 2.6.9-42.0.10.EL_lustre-1.4.10.1smp #1 SMP Wed Apr 25
12:52:57 MDT 2007 x86_64 x86_64 x86_64 GNU/Linux
64 bit Centos4.4 machine.
Stu.