From nobody@FreeBSD.org  Tue Jun 10 21:54:45 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2B24B1065677
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Jun 2008 21:54:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 1DED08FC22
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Jun 2008 21:54:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5ALsira063430
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Jun 2008 21:54:44 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m5ALsiCa063429;
	Tue, 10 Jun 2008 21:54:44 GMT
	(envelope-from nobody)
Message-Id: <200806102154.m5ALsiCa063429@www.freebsd.org>
Date: Tue, 10 Jun 2008 21:54:44 GMT
From: Martin <nakal@web.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Panic after showing login
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124464
>Category:       kern
>Synopsis:       [panic] Panic after showing login
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 10 22:00:08 UTC 2008
>Closed-Date:    Sun Jun 19 14:26:15 UTC 2011
>Last-Modified:  Sun Jun 19 14:26:15 UTC 2011
>Originator:     Martin
>Release:        7.0-STABLE
>Organization:
>Environment:
FreeBSD zelda.local 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Jun  6 20:32:30 CEST 2008     root@zelda.local:/usr/obj/usr/src/sys/ZELDA  amd64
>Description:
I got this panic right after boot finished and login showed up:

(I had to write this on a piece of paper, because doadump failed, so
the formatting is broken)

Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address = 0x0
fault code = supervisor read instruction, page not present
instruction pointer = 0x8:0x0
stack pointer = 0x10:0xffffffffaf424780
frame pointer = 0x10:0xffffffffaf4247c0
code segment = base 0x0, limit 0xfffff, type 0x1b
             = DPL 0, pres 1, long 1, def32 0, gran 1
current process = 1058 (hald)
[thread pid 1058 tid 100094]
Stopped at 0: *** error readin from address 0 ***
db> bt
Tracing pid 1058 tid 100094 td 0xffffff00080eb350
uart_z8530_class() at 0
vfs_kqfilter() at vfs_kqfilter+0x6d
vn_kqfilter() at vn_kqfilter+0x50
kqueue_register() at kqueue_register+0x812
kern_kevent() at kern_kevent+0xfc
kevent() at kevent+0x85
syscall() at syscall+0x254
Xfast_syscall() at Xfast_syscall+0xab
--- syscall(363,FreeBSD ELF64,kevent), rip=0x8010da2f2c, rsp=7fffffffea78, rbp=0x5

>How-To-Repeat:
Spontaneous. Probably you cannot.
>Fix:


>Release-Note:
>Audit-Trail:

From: Martin <nakal@web.de>
To: bug-followup@FreeBSD.org, nakal@web.de
Cc:  
Subject: Re: kern/124464: [panic] Panic after showing login
Date: Sun, 22 Jun 2008 11:50:29 +0200

 This is the configuration I used for the kernel build.
 
 make.conf:
 ----------
 
 # added by use.perl 2008-03-05 17:20:24
 PERL_VER=5.8.8
 PERL_VERSION=5.8.8
 
 CPUTYPE=prescott
 CFLAGS=-O2 -fno-strict-aliasing -pipe
 
 BOOTWAIT=3000
 
 
 
 KERNCONF:
 ---------
 
 cpu		HAMMER
 ident		ZELDA
 
 
 makeoptions	DEBUG=-g
 
 options 	SCHED_ULE
 options 	PREEMPTION
 options 	INET
 options 	INET6
 options 	SCTP
 options 	FFS
 options 	SOFTUPDATES
 options 	UFS_ACL
 options 	UFS_DIRHASH
 options 	UFS_GJOURNAL
 options 	MD_ROOT
 options 	NFSCLIENT
 options 	NFSSERVER
 options 	NFS_ROOT
 options 	NTFS
 options 	MSDOSFS
 options 	CD9660
 options 	PROCFS
 options 	PSEUDOFS
 options 	GEOM_PART_GPT
 options 	GEOM_LABEL
 options 	COMPAT_43TTY
 options 	COMPAT_IA32
 options 	COMPAT_FREEBSD4
 options 	COMPAT_FREEBSD5
 options 	COMPAT_FREEBSD6
 options 	SCSI_DELAY=5000
 options 	KTRACE
 options 	SYSVSHM
 options 	SYSVMSG
 options 	SYSVSEM
 options 	_KPOSIX_PRIORITY_SCHEDULING
 options 	KBD_INSTALL_CDEV
 options 	ADAPTIVE_GIANT
 options 	STOP_NMI
 options 	AUDIT
 
 options 	SMP
 options		KDB
 options		DDB
 options		GDB
 options		HZ=1000
 
 device		cpufreq
 options		ENABLE_ALART
 device		intpm
 device		ichsmb
 device		smbus
 device		smb
 
 device		acpi
 device		pci
 
 device		fdc
 
 device		ata
 device		atadisk
 device		ataraid
 device		atapicd
 device		atapifd
 device		atapist
 device		atapicam
 options 	ATA_STATIC_ID
 
 device		ahc
 options 	AHC_REG_PRETTY_PRINT
 
 device		ahd
 options 	AHD_REG_PRETTY_PRINT
 
 device		amd
 device		hptiop
 device		isp
 device		mpt
 device		sym
 device		trm
 
 device		adv
 device		adw
 device		aic
 device		bt
 
 
 device		scbus
 device		ch
 device		da
 device		sa
 device		cd
 device		pass
 device		ses
 
 device		amr
 device		arcmsr
 device		ciss
 device		dpt
 device		hptmv
 device		hptrr
 device		iir
 device		ips
 device		mly
 device		twa
 
 device		aac
 device		aacp
 device		ida
 device		mfi
 device		mlx
 device		twe
 
 device		atkbdc
 device		atkbd
 device		psm
 
 device		kbdmux
 
 device		vga
 options		VGA_WIDTH90
 options		SC_PIXEL_MODE
 options		SC_HISTORY_SIZE=2048
 
 device		splash
 
 device		sc
 
 
 device		cbb
 device		pccard
 device		cardbus
 
 device		sio
 device		uart
 
 device		ppc
 device		ppbus
 device		lpt
 device		plip
 device		ppi
 
 
 device		de
 device		em
 device		ixgb
 device		le
 device		txp
 device		vx
 
 device		miibus
 device		bce
 device		bfe
 device		bge
 device		dc
 device		fxp
 device		lge
 device		msk
 device		nfe
 device		nge
 device		pcn
 device		re
 device		rl
 device		sf
 device		sis
 device		sk
 device		ste
 device		ti
 device		tl
 device		tx
 device		vge
 device		vr
 device		wb
 device		xl
 
 device		cs
 device		ed
 device		ex
 device		ep
 device		fe
 device		sn
 device		xe
 
 device		wlan
 device		wlan_wep
 device		wlan_ccmp
 device		wlan_tkip
 device		wlan_amrr
 device		wlan_scan_ap
 device		wlan_scan_sta
 device		an
 device		awi
 device		ral
 device		wi
 
 device		loop
 device		random
 device		ether
 device		sl
 device		ppp
 device		tun
 device		pty
 device		md
 device		gif
 device		faith
 device		firmware
 
 device		bpf
 
 device		uhci
 device		ohci
 device		ehci
 device		usb
 device		ugen
 device		uhid
 device		ukbd
 device		ulpt
 device		umass
 device		ums
 device		ural
 device		urio
 device		uscanner
 device		aue
 device		axe
 device		cdce
 device		cue
 device		kue
 device		rue
 
 device		firewire
 device		sbp
 device		fwe
 device		fwip
 device		dcons
 device		dcons_crom
 
 device		crypto
 device		cryptodev
 
 device iicbus
 device iicbb
 device iicsmb
 device          bktr
 options       BKTR_NEW_MSP34XX_DRIVER
 options       BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL
 options       OVERRIDE_CARD=2
 options       OVERRIDE_MSP=1

From: Martin <nakal@web.de>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/124464: [panic] Panic after showing login
Date: Fri, 10 Oct 2008 22:30:45 +0200

 Hello once again,
 
 I have a second trace dump for this kind of panic. Perhaps it helps to
 find the problem described here.
 
 This is also caused by hald.
 
 _vn_lock() at _vn_lock+0xa7
 knlist_add() at knlist_add+0xbf
 vfs_kqfilter() at vfs_kqfilter+0x72
 vn_kqfilter() at vn_kqfilter+0x57
 kqueue_register() at kqueue_register+0x75c
 kern_kevent() at kern_kevent+0x102
 kevent() at kevent+0x90
 syscall() at syscall+0x256
 Xfast_syscall() at Xfast_syscall+0xab
 --- syscall (363,FreeBSD ELF64,kevent), rip=0x8010ef53c,
 rsp=0x7fffffffea78, rbp=0x5 ---
 
 I'm using a fresh kernel:
 FreeBSD 7.1-PRERELEASE #0: Tue Oct  7 20:37:40 CEST 2008
 
 kernel.debug was not in use, so I don't have any further information. I
 also suspect that kernel.debug won't crash the system like this.
 
 --
 Martin
State-Changed-From-To: open->feedback 
State-Changed-By: jh 
State-Changed-When: Sun Jun 19 08:34:51 UTC 2011 
State-Changed-Why:  
Is this still a problem for you? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124464 
State-Changed-From-To: feedback->closed 
State-Changed-By: jh 
State-Changed-When: Sun Jun 19 14:26:14 UTC 2011 
State-Changed-Why:  
Closed at submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124464 
>Unformatted:
