From owner-freebsd-bugs Tue Dec 29 14:50:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA23896 for freebsd-bugs-outgoing; Tue, 29 Dec 1998 14:50:11 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA23876 for ; Tue, 29 Dec 1998 14:50:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA02819; Tue, 29 Dec 1998 14:50:01 -0800 (PST) Received: from pinhead.parag.codegen.com (ppp-sfx201--044.sirius.net [205.134.235.44]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA23427 for ; Tue, 29 Dec 1998 14:47:24 -0800 (PST) (envelope-from parag@cgt.com) Received: (from parag@localhost) by pinhead.parag.codegen.com (8.9.1/8.8.8) id OAA49467; Tue, 29 Dec 1998 14:47:16 -0800 (PST) (envelope-from parag) Message-Id: <199812292247.OAA49467@pinhead.parag.codegen.com> Date: Tue, 29 Dec 1998 14:47:16 -0800 (PST) From: parag@codegen.com Reply-To: parag@codegen.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/9236: doscmd generates "kernel trap 25 with interrupts disabled" messages Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9236 >Category: bin >Synopsis: doscmd generates endless kernel trap 25 messages >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 29 14:50:00 PST 1998 >Last-Modified: >Originator: Parag Patel >Organization: CodeGen, Inc. >Release: FreeBSD 3.0-CURRENT i386 >Environment: Dual PII-300 SMP 256Mb RAM 256Mb swap >Description: The "doscmd" program generates endless kernel messages: kernel trap 25 with interrupts disabled Recent fixes to the trap code cause this message to be generated for all programs that are purpotedly doing "bad" things. A quick hack to /sys/i386/i386/trap.c eliminates this message, but I've been told that hacking this is a bad idea and that doscmd really needs to be fixed. The messages rapidly fill up the dmesg buffer so any other errors may be missed or flushed out. >How-To-Repeat: Simply run "doscmd -b -x" and watch the messages in xconsole. >Fix: No idea. I am not familiar with the intricacies of DOS, doscmd, VM86, and how everthing interacts with the FreeBSD kernel. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message