Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2010 08:06:23 +0100
From:      Harald Schmalzbauer <h.schmalzbauer@omnilan.de>
To:        freebsd-stable@freebsd.org
Subject:   top Segmentation faulting on 8.0p2 amd64
Message-ID:  <4B56AB6F.9010303@omnilan.de>

next in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig705489DEF1C49240110282E5
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: quoted-printable

Dear all,

I have no idea why top crashes with segmentation fault on my amd64=20
machine running FreeBSD 8.0-RELEASE-p2.
If someone wants to have a loot at the core dump:=20
http://www.schmalzbauer.de/downloads/top.core
But I think I should recompile it with DEBUG=3D-g first, right?
World and kernel are in sync, I ran an extra build to make that sure.
My kernconf follows.
Any help appreciated.

Thanks,

FreeBSD qaweb.hn.sand.spsnetz.de 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2=20
#0: Tue Jan 19 22:00:17 CET 2010=20
admin@qaweb.hn.sand.spsnetz.de:/usr/obj/usr/src/sys/FJS-RX100S3  amd64

include GENERIC

makeoptions     none

nooptions 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
nooptions 	COMPAT_FREEBSD5		# Compatible with FreeBSD5

# Floppy drives
nodevice		fdc

# ATA and ATAPI devices
#device		ata
#device		atadisk		# ATA disk drives
nodevice		ataraid		# ATA RAID drives
#device		atapicd		# ATAPI CDROM drives
nodevice		atapifd		# ATAPI floppy drives
nodevice		atapist		# ATAPI tape drives
#options 	ATA_STATIC_ID	# Static device numbering

# SCSI Controllers
nodevice		ahb		# EISA AHA1742 family
nodevice		ahc		# AHA2940 and onboard AIC7xxx devices
nooptions 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~128k to driver.
nodevice		ahd		# AHA39320/29320 and onboard AIC79xx devices
nooptions 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~215k to driver.
nodevice		amd		# AMD 53C974 (Tekram DC-390(T))
nodevice		hptiop		# Highpoint RocketRaid 3xxx series
nodevice		isp		# Qlogic family
##device		ispfw		# Firmware for QLogic HBAs- normally a module
nodevice		mpt		# LSI-Logic MPT-Fusion
##device		ncr		# NCR/Symbios Logic
nodevice		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
nodevice		trm		# Tekram DC395U/UW/F DC315U adapters

nodevice		adv		# Advansys SCSI adapters
nodevice		adw		# Advansys wide SCSI adapters
nodevice		aha		# Adaptec 154x SCSI adapters
nodevice		aic		# Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
nodevice		bt		# Buslogic/Mylex MultiMaster SCSI adapters

nodevice		ncv		# NCR 53C500
nodevice		nsp		# Workbit Ninja SCSI-3
nodevice		stg		# TMC 18C30/18C50

# SCSI peripherals
device		scbus		# SCSI bus (required for SCSI)
device		ch		# SCSI media changers
#device		da		# Direct Access (disks)
#device		sa		# Sequential Access (tape etc)
#device		cd		# CD
#device		pass		# Passthrough device (direct SCSI access)
#device		ses		# SCSI Environmental Services (and SAF-TE)

# RAID controllers interfaced to the SCSI subsystem
nodevice		amr		# AMI MegaRAID
nodevice		arcmsr		# Areca SATA II RAID
##XXX it is not 64-bit clean, -scottl
##device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID
nodevice		ciss		# Compaq Smart RAID 5*
nodevice		dpt		# DPT Smartcache III, IV - See NOTES for options
nodevice		hptmv		# Highpoint RocketRAID 182x
nodevice		hptrr		# Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
nodevice		iir		# Intel Integrated RAID
nodevice		ips		# IBM (Adaptec) ServeRAID
nodevice		mly		# Mylex AcceleRAID/eXtremeRAID
nodevice		twa		# 3ware 9000 series PATA/SATA RAID

# RAID controllers
nodevice		aac		# Adaptec FSA RAID
nodevice		aacp		# SCSI passthrough for aac (requires CAM)
nodevice		ida		# Compaq Smart RAID
nodevice		mfi		# LSI MegaRAID SAS
nodevice		mlx		# Mylex DAC960 family
#XXX pointer/int warnings
##device		pst		# Promise Supertrak SX6000
nodevice		twe		# 3ware ATA RAID

# atkbdc0 controls both the keyboard and the PS/2 mouse
#device		atkbdc		# AT keyboard controller
#device		atkbd		# AT keyboard
#device		psm		# PS/2 mouse

nodevice		kbdmux		# keyboard multiplexer

#device		vga		# VGA video card driver

#device		splash		# Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
#device		sc

#device		agp		# support several AGP chipsets

# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
nodevice		cbb		# cardbus (yenta) bridge
nodevice		pccard		# PC Card (16-bit) bus
nodevice		cardbus		# CardBus (32-bit) bus

# Parallel port
nodevice		ppc
nodevice		ppbus		# Parallel port bus (required)
nodevice		lpt		# Printer
nodevice		plip		# TCP/IP over parallel
nodevice		ppi		# Parallel port interface device
##device		vpo		# Requires scbus and da

# If you've got a "dumb" serial or parallel PCI card that is
# supported by the puc(4) glue driver, uncomment the following
# line to enable it (connects to sio, uart and/or ppc drivers):
#device		puc

# PCI Ethernet NICs.
#device		de		# DEC/Intel DC21x4x (``Tulip'')
#device		em		# Intel PRO/1000 Gigabit Ethernet Family
#device		igb		# Intel PRO/1000 PCIE Server Gigabit Family
#device		ixgb		# Intel PRO/10GbE Ethernet Card
#device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
#device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
#device		txp		# 3Com 3cR990 (``Typhoon'')
#device		vx		# 3Com 3c590, 3c595 (``Vortex'')

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NI=
Cs!
#device		miibus		# MII bus support
nodevice		ae		# Attansic/Atheros L2 FastEthernet
nodevice		age		# Attansic/Atheros L1 Gigabit Ethernet
nodevice		alc		# Atheros AR8131/AR8132 Ethernet
nodevice		ale		# Atheros AR8121/AR8113/AR8114 Ethernet
nodevice		bce		# Broadcom BCM5706/BCM5708 Gigabit Ethernet
nodevice		bfe		# Broadcom BCM440x 10/100 Ethernet
#device		bge		# Broadcom BCM570xx Gigabit Ethernet
nodevice		dc		# DEC/Intel 21143 and various workalikes
nodevice		et		# Agere ET1310 10/100/Gigabit Ethernet
nodevice		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
nodevice		jme		# JMicron JMC250 Gigabit/JMC260 Fast Ethernet
nodevice		lge		# Level 1 LXT1001 gigabit Ethernet
nodevice		msk		# Marvell/SysKonnect Yukon II Gigabit Ethernet
nodevice		nfe		# nVidia nForce MCP on-board Ethernet
nodevice		nge		# NatSemi DP83820 gigabit Ethernet
##device		nve		# nVidia nForce MCP on-board Ethernet Networking
nodevice		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
nodevice		re		# RealTek 8139C+/8169/8169S/8110S
nodevice		rl		# RealTek 8129/8139
nodevice		sf		# Adaptec AIC-6915 (``Starfire'')
nodevice		sis		# Silicon Integrated Systems SiS 900/SiS 7016
nodevice		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
nodevice		ste		# Sundance ST201 (D-Link DFE-550TX)
nodevice		stge		# Sundance/Tamarack TC9021 gigabit Ethernet
nodevice		tl		# Texas Instruments ThunderLAN
nodevice		tx		# SMC EtherPower II (83c170 ``EPIC'')
nodevice		vge		# VIA VT612x gigabit Ethernet
nodevice		vr		# VIA Rhine, Rhine II
nodevice		wb		# Winbond W89C840F
nodevice		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')

# ISA Ethernet NICs.  pccard NICs included.
device		cs		# Crystal Semiconductor CS89x0 NIC
# 'device ed' requires 'device miibus'
nodevice		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
nodevice		ex		# Intel EtherExpress Pro/10 and Pro/10+
nodevice		ep		# Etherlink III based cards
nodevice		fe		# Fujitsu MB8696x based cards
nodevice		ie		# EtherExpress 8/16, 3C507, StarLAN 10 etc.
nodevice		sn		# SMC's 9000 series of Ethernet chips
nodevice		xe		# Xircom pccard Ethernet

# Wireless NIC cards
nodevice		wlan		# 802.11 support
nooptions 	IEEE80211_DEBUG	# enable debug msgs
nooptions 	IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
nooptions 	IEEE80211_SUPPORT_MESH	# enable 802.11s draft support
nodevice		wlan_wep	# 802.11 WEP support
nodevice		wlan_ccmp	# 802.11 CCMP support
nodevice		wlan_tkip	# 802.11 TKIP support
nodevice		wlan_amrr	# AMRR transmit rate control algorithm
nodevice		an		# Aironet 4500/4800 802.11 wireless NICs.
nodevice		ath		# Atheros pci/cardbus NIC's
nodevice		ath_hal		# pci/cardbus chip support
nooptions 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
nodevice		ath_rate_sample	# SampleRate tx rate control for ath
nodevice		ral		# Ralink Technology RT2500 wireless NICs.
nodevice		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
##device		wl		# Older non 802.11 Wavelan wireless NIC.

# Pseudo devices.
#device		loop		# Network loopback
#device		random		# Entropy device
#device		ether		# Ethernet support
#device		tun		# Packet tunnel.
#device		pty		# BSD-style compatibility pseudo ttys
#device		md		# Memory "disks"
#device		gif		# IPv6 and IPv4 tunneling
#device		faith		# IPv6-to-IPv4 relaying (translation)
#device		firmware	# firmware assist module

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
#device		bpf		# Berkeley packet filter

# USB support
#device		uhci		# UHCI PCI->USB interface
nodevice		ohci		# OHCI PCI->USB interface
#device		ehci		# EHCI PCI->USB interface (USB 2.0)
#device		usb		# USB Bus (required)
##device		udbp		# USB Double Bulk Pipe devices
#device		uhid		# "Human Interface Devices"
#device		ukbd		# Keyboard
nodevice		ulpt		# Printer
#device		umass		# Disks/Mass storage - Requires scbus and da
#device		ums		# Mouse
nodevice		rum		# Ralink Technology RT2501USB wireless NICs
nodevice		ural		# Ralink Technology RT2500USB wireless NICs
nodevice		uath		# Atheros AR5523 wireless NICs
nodevice		zyd		# ZyDAS zb1211/zb1211b wireless NICs
nodevice		urio		# Diamond Rio 500 MP3 player
# USB Serial devices
#device		u3g		# USB-based 3G modems (Option, Huawei, Sierra)
#device		uark		# Technologies ARK3116 based serial adapters
#device		ubsa		# Belkin F5U103 and compatible serial adapters
#device		uftdi		# For FTDI usb serial adapters
#device		uipaq		# Some WinCE based devices
#device		uplcom		# Prolific PL-2303 serial adapters
#device		uslcom		# SI Labs CP2101/CP2102 serial adapters
#device		uvisor		# Visor and Palm devices
#device		uvscom		# USB serial support for DDI pocket's PHS
# USB Ethernet, requires miibus
nodevice		aue		# ADMtek USB Ethernet
nodevice		axe		# ASIX Electronics USB Ethernet
nodevice		cdce		# Generic USB over Ethernet
nodevice		cue		# CATC USB Ethernet
nodevice		kue		# Kawasaki LSI USB Ethernet
nodevice		rue		# RealTek RTL8150 USB Ethernet
nodevice		udav		# Davicom DM9601E USB

# FireWire support
nodevice		firewire	# FireWire bus code
nodevice		sbp		# SCSI over FireWire (Requires scbus and da)
nodevice		fwe		# Ethernet over FireWire (non-standard!)
nodevice		fwip		# IP over FireWire (RFC 2734,3146)
nodevice		dcons		# Dumb console driver
nodevice		dcons_crom	# Configuration ROM for dcons

##############
### Extras ###
##############
ident		FJS-RX100S3

device		ahci

device		smbus		# Bus support, required for smb below.
device		smb
device		ichsmb

#device		coretemp

device		ichwd

options		ZERO_COPY_SOCKETS

options		GEOM_MIRROR
options		GEOM_JOURNAL

options		MAXCONS=3D12
options		SC_HISTORY_SIZE=3D2000
options		SC_PIXEL_MODE
options		SC_DFLT_FONT
makeoptions	SC_DFLT_FONT=3Diso15
options		ATKBD_DFLT_KEYMAP
makeoptions	ATKBD_DFLT_KEYMAP=3Dgerman.iso
options         UKBD_DFLT_KEYMAP
makeoptions     UKBD_DFLT_KEYMAP=3Dgerman.iso


--------------enig705489DEF1C49240110282E5
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.13 (FreeBSD)

iEYEARECAAYFAktWq3YACgkQLDqVQ9VXb8gzjwCcC3wKNOBbH7IMq+fKNPjx9FrY
uLEAnjdEJHmiu1jbhvUurDSSXhXf+UMp
=BbRH
-----END PGP SIGNATURE-----

--------------enig705489DEF1C49240110282E5--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B56AB6F.9010303>