Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 1998 14:10:02 -0700 (PDT)
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: kern/7141
Message-ID:  <199807042110.OAA15153@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/7141; it has been noted by GNATS.

From: Poul-Henning Kamp <phk@critter.freebsd.dk>
To: freebsd-gnats-submit@freebsd.org
Cc:  Subject: Re: kern/7141
Date: Sat, 04 Jul 1998 23:07:30 +0200

 ------- Forwarded Message
 
 Return-Path: cmascott@world.std.com
 Received: from critter.freebsd.dk (localhost [127.0.0.1])
 	by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id XAA03532
 	for <phk@localhost>; Sat, 4 Jul 1998 23:04:26 +0200 (CEST)
 Received: from phk.freebsd.dk
 	by critter.freebsd.dk (fetchmail-4.3.2 POP3 run by phk)
 	for <phk@localhost> (single-drop); Sat Jul  4 23:04:27 1998
 Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [195.8.128.13])
 	by phk.freebsd.dk (8.8.8/8.8.5) with ESMTP id XAA15995
 	for <phk@phk.freebsd.dk>; Sat, 4 Jul 1998 23:05:28 +0200 (CEST)
 Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18])
 	by cicero0.cybercity.dk (8.8.7/8.8.7) with ESMTP id XAA25478
 	for <phk@phk.freebsd.dk>; Sat, 4 Jul 1998 23:05:02 +0200 (CEST)
 	(envelope-from cmascott@world.std.com)
 Received: from europe.std.com (europe.std.com [199.172.62.20])
           by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA09981
           for <phk@freebsd.org>; Sat, 4 Jul 1998 13:26:56 -0700 (PDT)
           (envelope-from cmascott@world.std.com)
 Received: from world.std.com by europe.std.com (8.7.6/BZS-8-1.0)
 	id QAA01190; Sat, 4 Jul 1998 16:26:57 -0400 (EDT)
 Received: from europa.my.pc (world-f.std.com) by world.std.com (TheWorld/Spike-2.0)
 	id AA24431; Sat, 4 Jul 1998 16:26:55 -0400
 Received: (from cem@localhost)
 	by europa.my.pc (8.8.8/8.8.8) id QAA00325
 	for phk@freebsd.org; Sat, 4 Jul 1998 16:26:31 -0400 (EDT)
 	(envelope-from cem)
 Date: Sat, 4 Jul 1998 16:26:31 -0400 (EDT)
 From: Carl Mascott <cmascott@world.std.com>
 Message-Id: <199807042026.QAA00325@europa.my.pc>
 To: phk@FreeBSD.ORG
 Subject: Re: kern/7141
 X-UIDL: bfc34456bf3e3ffe3de2fea2b1af13a8
 
 > 1. Are you sure your swapdevice is configured and works (swapinfo(1))
 
 Device      1K-blocks     Used    Avail Capacity  Type
 /dev/sd0s2b     98304     9376    88864    10%    Interleaved
 
 > 2. Can you reproduce it ?
 
 Alas, no.  I didn't write down where I set the breakpoint.
 I tried gdb on calctool again with a few different breakpoints
 and couldn't reproduce the freeze.
 
 I also wrote a test program called memhog that allocates
 however many megabytes you tell it to from the command line.
 When the system runs out of RAM you can see the swap disk
 activity.  This test program runs fine.  When run as root
 in single-user mode it is able to allocate 63 MB.
 
 > 3. Can you compile DDB into the kernel and reproduce it from the console
 >    and try to break into the debugger (Ctrl+Alt+Esc) and send us the output
 >    from a "trace" command ?
 
 Even if I could reproduce the freeze this would not do any
 good.  As I said, when the kernel freezes the keyboard is
 dead.  Even CTL-ALT-DEL doesn't work.  It would be impossible
 to get into the debugger.
 
 
 Since I can't reproduce this myself I certainly can't tell
 you how to reproduce it.  I guess there is nothing more
 you can do about this problem at this time.
 
 
 ------- End of Forwarded Message
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807042110.OAA15153>