[21918] in Athena Bugs
sun4 9.1.16: discuss
daemon@ATHENA.MIT.EDU (Arun A Tharuvai)
Sat Apr 26 12:59:37 2003
Message-Id: <200304261659.MAA28287@multics.mit.edu>
To: bugs@MIT.EDU
Cc: aatharuv@MIT.EDU
Date: Sat, 26 Apr 2003 12:59:33 -0400
From: Arun A Tharuvai <aatharuv@MIT.EDU>
System name: multics.mit.edu
Type and version: UltraAX-i2 9.1.16 (with mkserv)
Display type: unknown
Shell: /bin/athena/bash
Window manager: unknown
What were you trying to do?
Exit discuss by typing q at the discuss: prompt
I had previously Ctrl-C'd through ckm since a few meetings
at the bottom of my .meetings file were on a downed machine
What's wrong:
It exited with a segfault and a core dump
What should have happened:
Neither the segfault nor the core dump should have occurred
Please describe any relevant documentation references:
This is more of a "for the record" bug, since I haven't been
able to reproduce it. I have had this problem in a few similar
situations (never consistently though), when I didn't have the
presence of mind to do anything other than rm the core dump
I copied my current .meetings file, identical to the one in
OldFiles, in /mit/aatharuv/for_bugs/.meetings . My core file
has been placed in a subdirectory of that, Private which I can
make accessible to anyone who might want to look into it.
discuss: ckm
Flags Meeting
----- -------
c 3DOWN changes, 3down-changes
c 6.170-students, 6.170-students
c AFS-developers, afsdev
c arla-announce, arla-announce
c arla-drinkers, arla-drinkers
c Athena Bugs, bugs
c Athena Release Announcements, release-announce
c Athena_MSGS, msgs
c bugtraq, bt
c Campus_Police_Bulletin, cp-bulletin
c Central_America, ca
c Consulting_FYI, cfyi
c Consulting_Hours, chours
c Consulting_Private, cprivate
c course19-meeting, course19
c crypto locker maintainers, crypto-maint
c cryptography@c2.net mail archive, crypto
c DeathTongue Changes, licks
^Cdiscuss: q
dsgrep -Segmentation Fault (core dumped)
aatharuv@multics.mit.edu:~>ls -al core
-rw------- 1 aatharuv mit 999164 Apr 26 12:24 core
aatharuv@multics.mit.edu:~>gdb discuss core
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "sparc-sun-solaris2.8"...
Core was generated by `discuss sipb@mit.edu'.
Program terminated with signal 11, Segmentation Fault.
Reading symbols from /usr/athena/lib/libkrb4.so.2...done.
Reading symbols from /usr/athena/lib/libdes425.so.3...done.
Reading symbols from /usr/athena/lib/libkrb5.so.3...done.
Reading symbols from /usr/athena/lib/libk5crypto.so.3...done.
Reading symbols from /usr/athena/lib/libcom_err.so.1...done.
Reading symbols from /usr/athena/lib/libss.so.1...done.
Reading symbols from /usr/athena/lib/libreadline.so.4...done.
Reading symbols from /usr/athena/lib/libhistory.so.4...done.
Reading symbols from /usr/lib/libcurses.so.1...done.
Reading symbols from /usr/lib/libgen.so.1...done.
Reading symbols from /usr/lib/libsocket.so.1...done.
Reading symbols from /usr/lib/libnsl.so.1...done.
Reading symbols from /usr/lib/libc.so.1...done.
Reading symbols from /usr/lib/libresolv.so.2...done.
Reading symbols from /usr/lib/libdl.so.1...done.
Reading symbols from /usr/lib/libmp.so.2...done.
Reading symbols from /usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1...done.
Reading symbols from /usr/lib/nss_files.so.1...done.
Reading symbols from /usr/lib/nss_dns.so.1...done.
#0 0xfef4216c in realfree () from /usr/lib/libc.so.1
(gdb) bt
#0 0xfef4216c in realfree () from /usr/lib/libc.so.1
#1 0xfef42aa8 in cleanfree () from /usr/lib/libc.so.1
#2 0xfef41bdc in _malloc_unlocked () from /usr/lib/libc.so.1
#3 0xfef41ad0 in malloc () from /usr/lib/libc.so.1
#4 0x2104c in ds (s=0x3e080 "/afs/athena.mit.edu/user/a/a/aatharuv/.meetings") at dsname.c:73
#5 0x1fc2c in setdbent (user_id=0x45d48 "aatharuv@ATHENA.MIT.EDU") at dsname.c:260
#6 0x20914 in dsc_update_mtg_set (user_id=0x45d48 "aatharuv@ATHENA.MIT.EDU", set=0x3c2f0, num=1, result=0xffbef01c) at dsname.c:532
#7 0x1a8a4 in leave_mtg () at goto.c:247
#8 0x12504 in main (argc=0, argv=0xffbef134) at discuss.c:204
(gdb) q