From owner-freebsd-questions Tue Jul 15 06:26:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA26199 for questions-outgoing; Tue, 15 Jul 1997 06:26:22 -0700 (PDT) Received: from oskar.nanoteq.co.za (oskar.nanoteq.co.za [163.195.220.170]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA26179 for ; Tue, 15 Jul 1997 06:26:15 -0700 (PDT) Received: (from rbezuide@localhost) by oskar.nanoteq.co.za (8.8.5/8.8.5) id PAA29123 for freebsd-questions@freebsd.org; Tue, 15 Jul 1997 15:26:11 +0200 (SAT) From: Reinier Bezuidenhout Message-Id: <199707151326.PAA29123@oskar.nanoteq.co.za> Subject: PANIC on 3.0-SNAP and dd To: freebsd-questions@freebsd.org Date: Tue, 15 Jul 1997 15:26:11 +0200 (SAT) X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi ... I have the following setup ... Running 3.0-970713-SNAP 200MHz Pentium 128MB RAM WD Enterprise 2Gig SCSI disk HP 4020i CD-R 2940UW Adaptek SCSI controller When using the /usr/share/example/burncd.sh script to burn a data CD the machine panics with the following mesage ... -------------------------------- Fatal trap 10: integer divide fault while in kernel mode Instruction pointer = 0x8:0xf019ce4c stack pointer = 0x10:0xf553bdbc frame pointer = 0x10:0xf553bdd0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 261 (dd) interrupt mask = trap number = 10 panic: integer divide fault --------------------------------- I know I'm living on the "bleeding edge", but can anyone help me ??? :) Output of nm /kernel |sort |more --------CUT----------- f019ca70 F worm.o f019ca78 t _wormunit f019ca88 T _worminit f019ca98 t _wormopen f019cab4 t _wormioctl f019cad4 t _wormclose f019caf0 t _wormminphys f019cb04 t _wormstrategy f019cb28 t _worm_size f019cb60 t _wormattach f019cc3c t _wormstart f019ce00 t _worm_strategy ???? somewhere here ??? f019cec0 t _worm_open f019cfbc t _worm_close f019d014 t _worm_ioctl f019d4c4 t _worm_rezero_unit f019d500 t _worm_read_session_info f019d548 t _worm_read_toc f019d5b0 t _worm_sense_handler f019d630 t _worm_drvinit f019d658 t ___set_sysinit_set_sym_wormdev_sys_init f019d65c t _ascii_to_6bit f019d694 t _rf4100_prepare_disk f019d714 t _rf4100_prepare_track f019d8e0 t _rf4100_finalize_track f019d940 t _rf4100_finalize_disk -------CUT------ Thanx Reinier