From owner-freebsd-hackers Sun Oct 6 15:12:13 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA15018 for hackers-outgoing; Sun, 6 Oct 1996 15:12:13 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA14926 for ; Sun, 6 Oct 1996 15:11:46 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.7.6/8.7.3) with ESMTP id PAA00593 for ; Sun, 6 Oct 1996 15:11:15 -0700 (PDT) Message-Id: <199610062211.PAA00593@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: hackers@freebsd.org Subject: Another question: kernel crash dumps 8) Date: Sun, 06 Oct 1996 15:11:14 -0700 From: Amancio Hasty Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk #15 0xf01d3f53 in trap_fatal (frame=0xf021fe94) at ../../i386/i386/trap.c:737 #16 0xf01d3a4c in trap_pfault (frame=0xf021fe94, usermode=0) at ../../i386/i386/trap.c:652 #17 0xf01d36f7 in trap (frame={tf_es = 196624, tf_ds = 262160, tf_edi = -1073741824, tf_esi = 24499, tf_ebp = -266207472, tf_isp = -266207556, tf_ebx = 3, tf_edx = 6553500, tf_ecx = 4, tf_eax = -219578368, tf_trapno = 12, tf_err = 0, tf_eip = -266385786, tf_cs = 8, tf_eflags = 66070, tf_esp = 3, tf_ss = 21}) at ../../i386/i386/trap.c:311 #18 0xf01cb6c1 in calltrap () #19 0xf01f50f1 in guswave_start_note (dev=0, voice=21, note_num=19, volume=110) The crash dump looks okay except that the kernel die on guswave_start_note2 and it would be nice to examine the routine guswave_start_note2 which I can't with my crash dump. So it seems that the current running routine's context is not being saved. Any *useful* insight Tnks, Amancio