[450] in arla-drinkers
arlad crashed (i386-netbsd1.3H)
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Fri Jan 1 18:00:58 1999
From owner-arla-drinkers@stacken.kth.se Fri Jan 01 23:00:57 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 22419 invoked from network); 1 Jan 1999 23:00:55 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 1 Jan 1999 23:00:55 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id XAA09658
for arla-drinkers-list; Fri, 1 Jan 1999 23:54:14 +0100 (MET)
Received: from tweedledumb.cygnus.com (tweedledumb.cygnus.com [192.80.44.1])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id XAA09654
for <arla-drinkers@stacken.kth.se>; Fri, 1 Jan 1999 23:54:09 +0100 (MET)
Received: from kr-pc.cygnus.com (kr-pc.cygnus.com [192.80.44.193])
by tweedledumb.cygnus.com (8.8.5/8.8.5) with ESMTP id RAA28623
for <arla-drinkers@stacken.kth.se>; Fri, 1 Jan 1999 17:54:06 -0500 (EST)
Received: (from raeburn@localhost) by kr-pc.cygnus.com (8.8.8/8.6.9) id RAA10481; Fri, 1 Jan 1999 17:54:25 -0500 (EST)
To: arla-drinkers@stacken.kth.se
Subject: arlad crashed (i386-netbsd1.3H)
Mime-Version: 1.0
From: Ken Raeburn <raeburn@raeburn.org>
Date: 01 Jan 1999 17:54:25 -0500
Message-ID: <tx1vhiq38pq.fsf@raeburn.org>
Lines: 37
User-Agent: Gnus/5.070063 (Pterodactyl Gnus v0.63) Emacs/20.3
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Using the binaries I built from the 12-28 snapshot (haven't applied
the patches yet), I got an abort in arlad:
(gdb) bt
#0 0x400d872b in kill ()
#1 0x400d84c5 in abort ()
#2 0x400afcce in __assert ()
#3 0x4031c in remove_this (h=0xdea00, n=0) at ../../util/heap.c:216
#4 0x403d6 in heap_remove_head (h=0xdea00) at ../../util/heap.c:235
#5 0x9faf in invalidator (arg=0x0) at ../../arlad/fcache.c:641
#6 0x3a2fd in Create_Process_Part2 () at ../../lwp/lwp.c:629
#7 0xfffefdfc in ?? ()
#8 0x1 in ?? ()
#9 0x3a09a in LWP_MwaitProcess (wcount=1, evlist=0xefbfce74)
at ../../lwp/lwp.c:567
#10 0x3a140 in LWP_WaitProcess (event=0x4c60) at ../../lwp/lwp.c:585
#11 0x5345 in main (argc=0, argv=0xefbfd8c0) at ../../arlad/arla.c:910
(gdb)
(gdb) fr 3
#3 0x4031c in remove_this (h=0xdea00, n=0) at ../../util/heap.c:216
216 assert (n < h->sz);
(gdb) p n
$1 = 0
(gdb) p h->sz
$2 = 0
(gdb) p *h
$5 = {cmp = 0x8ca8 <expiration_time_cmp>, max_sz = 4000, sz = 0,
data = 0xfc000}
(gdb)
Anything else useful I can look up for you? I'm firing it up again
with debugging logging turned on, maybe that'll turn up something more
informative if it crashes again.
Ken