From owner-freebsd-current@FreeBSD.ORG Sat Nov 15 20:32:17 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9DBF16A4CE for ; Sat, 15 Nov 2003 20:32:17 -0800 (PST) Received: from mail-in.m-online.net (svr8.m-online.net [62.245.150.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCC4943FB1 for ; Sat, 15 Nov 2003 20:32:15 -0800 (PST) (envelope-from h@schmalzbauer.de) Received: from mail.m-online.net (svr14.m-online.net [192.168.3.144]) by svr8.m-online.net (Postfix) with ESMTP id 8052A14C4 for ; Sun, 16 Nov 2003 05:32:14 +0100 (CET) Received: from cale.flintsbach.schmalzbauer.de (ppp-62-245-161-121.mnet-online.de [62.245.161.121]) by mail.m-online.net (Postfix) with ESMTP id 3488C18557 for ; Sun, 16 Nov 2003 05:32:09 +0100 (CET) From: Harald Schmalzbauer To: current@freebsd.org Date: Sun, 16 Nov 2003 05:32:03 +0100 User-Agent: KMail/1.5.4 X-Birthday: 06 Oktober 1972 X-Name: Harald Schmalzbauer X-Phone1: +49 (0) 163 555 3237 X-Phone2: +49 (0) 89 18947781 X-Address: Munich, 80686 X-Country: Germany MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-03=_I3vt/Q8meKPjYEs"; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200311160532.08710@harrymail> Subject: kernel panic with todays source X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 04:32:18 -0000 --Boundary-03=_I3vt/Q8meKPjYEs Content-Type: multipart/mixed; boundary="Boundary-01=_D3vt/KwuRaTLrMm" Content-Transfer-Encoding: 7bit Content-Description: signed data Content-Disposition: inline --Boundary-01=_D3vt/KwuRaTLrMm Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Description: body text Content-Disposition: inline Hi, I saw that something has changed on ULE and wanted to give it a try but wit= h=20 sources from ~ So 16 Nov 2003 04:00 UTC I get the following kernel panic ju= st=20 before disk/geom and after Timecounter "TSC" frequency 1095341787 Hz qualit= y=20 800: =46atal trap 12 :page fault while in kernel mode fault virtual address =3D0x24 fault code =3Dsupervisor read, page not present instruction pointer =3D0x8:0xc056c706 stack pointer =3D0x10:0xcdca4ca4 frame pointer =3D0x10:0xcdca4ca4 code segment =3Dbase 0x0, limit 0xfffff, type 0x1b =3DDPL 0, pres 1, def32 1, gran 1 processor eflags =3Dresume, IOPL=3D0 current process =3D11 (idle) trap number =3D12 panic: page fault I do have compiled the kernel with makeoptions debug but I don't have a ser= ial=20 terminal nor firewire. Let me know if I can help. Attached my kernel config Thanks, =2DHarry --Boundary-01=_D3vt/KwuRaTLrMm Content-Type: text/plain; charset="us-ascii"; name="CALE" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="CALE" ######################################## ## Kernel for ASUS CUSL2 ## ######################################## ## Generic Config #------------------- machine i386 cpu I686_CPU options PQ_CACHESIZE=256 # color for 512k/16k cache ident CALE makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options SCHED_4BSD #4BSD scheduler #options SCHED_ULE options PROCFS #Process filesystem (requires PSEUDOFS) options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions options CLK_USE_I8254_CALIBRATION options CLK_USE_TSC_CALIBRATION options HZ=2000 options PERFMON #options MAC #options MAC_BIBA #options MAC_BSDEXTENDED #options MAC_DEBUG #options MAC_IFOFF #options MAC_LOMAC #options MAC_MLS #options MAC_NONE #options MAC_PARTITION #options MAC_PORTACL #options MAC_SEEOTHERUIDS #options MAC_TEST ## Buses #------------------ #options SMP device apic options NO_MIXED_MODE device acpi device npx device isa device pci #device agp ## ISA-Controller #---------------- device atkbdc # AT keyboard controller device sio # 8250, 16[45]50 based serial ports device pmtimer ## PCI-Controller #------------------ device ata device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface ## Devices with their options #---------------------------- #+++++ IDE ++++++ device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID #Static device numbering options FFS #Berkeley Fast Filesystem options UDF options UFS_ACL #Support for access control lists options UFS_DIRHASH #Improve performance on big directories options SOFTUPDATES #Enable FFS soft updates support options GEOM_BDE options UFS_EXTATTR options UFS_EXTATTR_AUTOSTART options QUOTA #enable disk quotas #options SUIDDIR #+++++ SCSI +++++ device scbus # SCSI bus (required) device da # Direct Access (disks) device pass # Passthrough device (direct SCSI access) #device atapicam #+++++ Eingabe +++++ device atkbd # AT keyboard device psm # PS/2 mouse #+++++ Ausgabe ++++++ device vga # VGA video card driver options VESA device splash # Splash screen and screen saver support device sc options MAXCONS=12 options SC_DISABLE_REBOOT options SC_PIXEL_MODE options SC_HISTORY_SIZE=1000 device pcm #+++++ USB +++++ device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse #+++++ Netzwerk +++++ device miibus # MII bus support device fxp options DEVICE_POLLING options INET #InterNETworking options NFSCLIENT #Network Filesystem Client options NFSSERVER #Network Filesystem Server options RANDOM_IP_ID options TCP_DROP_SYNFIN options ZERO_COPY_SOCKETS #+++++ Diverses +++++ device smbus # Bus support, required for smb below. device smb device ichsmb device fdc ## Pseudo Devices #---------------- options PSEUDOFS #Pseudo-filesystem framework device random # Entropy device device loop # Network loopback device ether # Ethernet support device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device bpf # Berkeley packet filter --Boundary-01=_D3vt/KwuRaTLrMm-- --Boundary-03=_I3vt/Q8meKPjYEs Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/tv3IBylq0S4AzzwRAtEHAJ9tgvlGJuE7mdHoJZFYt7rZffhfywCdF0yj vIES070+TFin9yU9ONUVNWw= =Gv8N -----END PGP SIGNATURE----- --Boundary-03=_I3vt/Q8meKPjYEs--