From owner-freebsd-questions Tue Mar 21 01:46:00 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA13234 for questions-outgoing; Tue, 21 Mar 1995 01:46:00 -0800 Received: from easynet.com (easyr.easynet.net [198.67.38.6]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id BAA13226 for ; Tue, 21 Mar 1995 01:45:56 -0800 Received: by easynet.com (Smail3.1.28.1 #7) id m0rr0NE-000rc5C; Tue, 21 Mar 95 01:37 WET Message-Id: From: brian@mediacity.com (Brian Litzinger) Subject: ups and gdb panic my system To: freebsd-questions@FreeBSD.org Date: Tue, 21 Mar 1995 01:37:11 -0800 (PST) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 431 Sender: questions-owner@FreeBSD.org Precedence: bulk I'm running SNAP-021095. Earlier I reported that ups was causing a panic on my system. Later I found that I can cause the same panic using /usr/bin/gdb. I wrote the typical hello world program. % cc -g -o hello hello.c % gdb hello (gdb) run Starting program: /uss/home/brian/src/hello/hello [system panics and reboots] Perhaps I'm not understanding something simple? Thanks for your help, Brian Litzinger brian@easynet.com