Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 2004 23:36:18 -0500
From:      Paul Murphy <paul.murphy@cogeco.ca>
To:        freebsd-current@freebsd.org
Subject:   Re: [FreeBSD 5.3-RC2] Processes STILL hanging in unkillable state
Message-ID:  <20041103233618.4a221633@earth.upton.net>
In-Reply-To: <200411040329.21834.michaelnottebrock@gmx.net>
References:  <200411020143.34251.gte990t@mail.gatech.edu> <200411020832.29421.marc.ramirez@bluecirclesoft.com> <20041102170921.12f2b8cf@earth.upton.net> <200411040329.21834.michaelnottebrock@gmx.net>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
On Thu, 4 Nov 2004 03:29:10 +0100
Michael Nottebrock <michaelnottebrock@gmx.net> wrote:

 Sorry, forgot to 'Reply All'.

> Could all people who are seeing this please post their kernel
> configurations, sysctl.conf and perhaps some system details (platform,
> UP/MP), too.
> 
> Since I and nobody else of the KDE/FreeBSD people have yet seen this
> problem and we're practically all running RELENG_5/RELENG_5_3 all the
> time, I'm curious what might trigger this.

 For me XMMS locks up occasionally in STOP state upon playlist advance
(i.e. song change). Without any proof I suspect GTK 1. I have installed
beep-media-player (based on XMMS) which is a GTK 2 app and have been
playing it for the last 3 days non-stop (in all senses of the word).

 Running 6-CURRENT (cvsup'ed 24/10/04 12:04 am, or thereabout)
 XOrg 6.7.0
 KDE 3.3.0
 XMMS-Esound 1.2.10
 GTK 1.2.10
 GTK 2.4.9

 All ports are kept as up to date as humanly possible.

-- 
Cogeco ergo sum




[-- Attachment #2 --]
machine		i386
cpu		I686_CPU
ident		EARTH

options 	INCLUDE_CONFIG_FILE	# Include this file in kernel

#options 	SCHED_ULE		# ULE scheduler
options 	SCHED_4BSD		# 4BSD scheduler
options 	PREEMPTION              # Enable kernel thread preemption
options 	INET			# InterNETworking
options 	FFS			# Berkeley Fast Filesystem
options 	SOFTUPDATES		# Enable FFS soft updates support
options 	UFS_ACL			# Support for access control lists
options 	UFS_DIRHASH		# Improve performance on big directories
options 	PROCFS			# Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		# Pseudo-filesystem framework
options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
options 	COMPAT_FREEBSD4		# Compatible with 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 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~128k to driver.
options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~215k to driver.
options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.
options 	CPU_ATHLON_SSE_HACK
options 	CPU_WT_ALLOC
options 	PPS_SYNC
options 	DEVICE_POLLING
options 	HZ=2000

# To make an SMP kernel, the next two are needed
#options 	SMP		# Symmetric MultiProcessor Kernel
#device		apic		# I/O APIC

# Bus support.  Do not remove isa, even if you have no isa slots
device		isa
device		pci

# Floppy drives
device		fdc

# ATA and ATAPI devices
device		ata
device		atadisk		# ATA disk drives
device		atapicd		# ATAPI CDROM drives
options 	ATA_STATIC_ID	# Static device numbering

# SCSI peripherals
device		scbus		# SCSI bus (required for SCSI)
device		da		# Direct Access (disks)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI access)

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

device		vga		# VGA video card driver
options 	VESA
options 	VGA_WIDTH90

device		splash		# Splash screen and screen saver support

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

device		agp		# support several AGP chipsets

# Floating point support - do not disable.
device		npx

# Add suspend/resume support for the i8254.
device		pmtimer

# Serial (COM) ports
device		sio		# 8250, 16[45]50 based serial ports

# Parallel port
device		ppc
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer

# 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 NICs!
device		miibus		# MII bus support
device		vr		# VIA Rhine, Rhine II

# Pseudo devices.
device		loop		# Network loopback
device		mem		# Memory and kernel memory devices
device		io		# I/O device
device		random		# Entropy device
device		ether		# Ethernet support
device		tun		# Packet tunnel.
device		pty		# Pseudo-ttys (telnet etc)
device		md		# Memory "disks"
device		gif		# IPv6 and IPv4 tunneling
device		faith		# IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
device		bpf		# Berkeley packet filter

# USB support
device		uhci		# UHCI PCI->USB interface
device		ehci		# UHCI PCI->USB2 interface
device		usb		# USB Bus (required)
device		ugen		# Generic
device		uhid		# "Human Interface Devices"
device		ukbd		# Keyboard
device		ulpt		# Printer
device		umass		# Disks/Mass storage - Requires scbus and da
device		ums		# Mouse
device		urio		# Diamond Rio 500 MP3 player
device		uscanner	# Scanners

# The sound support
device		sound
device		"snd_emu10k1"
device		"snd_es137x"

device          joy                     # PnP aware, hints for nonpnp only


[-- Attachment #3 --]
# $FreeBSD: src/etc/sysctl.conf,v 1.8 2003/03/13 18:43:50 mux Exp $
#
#  This file is read when going to multi-user and its contents piped thru
#  ``sysctl'' to adjust kernel values.  ``man 5 sysctl.conf'' for details.
#

# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=0

hw.snd.pcm0.vchans=4
hw.snd.maxautovchans=4

#hw.usb.ums.debug=11

vfs.usermount=1
kern.polling.enable=1

kern.ipc.somaxconn=4096
kern.maxfiles=65536

# Network speedups
net.inet.tcp.sendspace=65536
net.inet.tcp.recvspace=65536
net.inet.tcp.delayed_ack=0
net.inet.udp.recvspace=73728

net.inet.ip.check_interface=0
net.inet.tcp.inflight.enable=1
net.inet.tcp.inflight.debug=0
net.inet.tcp.inflight.min=6144
net.inet.tcp.msl=3000
net.isr.enable=1


[-- Attachment #4 --]
Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 6.0-CURRENT #0: Sun Oct 24 17:32:37 EDT 2004
    root@earth.upton.net:/usr/obj/usr/src/sys/EARTH
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) XP 2000+ (1666.74-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x680  Stepping = 0
  Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
  AMD Features=0xc0400000<AMIE,DSP,3DNow!>
real memory  = 268369920 (255 MB)
avail memory = 257142784 (245 MB)
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
acpi0: <AMIINT VIA_K7> on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
agp0: <VIA Generic host to PCI bridge> mem 0xe0000000-0xe7ffffff at device 0.0 on pci0
pcib1: <PCI-PCI bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <display, VGA> at device 0.0 (no driver attached)
pci1: <display> at device 0.1 (no driver attached)
pcm0: <Creative CT5880-C> port 0xec00-0xec3f irq 10 at device 9.0 on pci0
pcm0: <SigmaTel STAC9708/11 AC97 Codec>
pcm0: [GIANT-LOCKED]
uhci0: <VIA 83C572 USB controller> port 0xe000-0xe01f irq 10 at device 16.0 on pci0
uhci0: [GIANT-LOCKED]
usb0: <VIA 83C572 USB controller> on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <VIA 83C572 USB controller> port 0xe400-0xe41f irq 10 at device 16.1 on pci0
uhci1: [GIANT-LOCKED]
usb1: <VIA 83C572 USB controller> on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
ums0: Logitech USB Receiver, rev 1.10/16.00, addr 2, iclass 3/1
ums0: 7 buttons and Z dir.
uhci2: <VIA 83C572 USB controller> port 0xe800-0xe81f irq 5 at device 16.2 on pci0
uhci2: [GIANT-LOCKED]
usb2: <VIA 83C572 USB controller> on uhci2
usb2: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0: <VIA VT6202 USB 2.0 controller> mem 0xdfffff00-0xdfffffff irq 11 at device 16.3 on pci0
ehci0: [GIANT-LOCKED]
ehci_pci_attach: companion usb0
ehci_pci_attach: companion usb1
ehci_pci_attach: companion usb2
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3: <VIA VT6202 USB 2.0 controller> on ehci0
usb3: USB revision 2.0
uhub3: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub3: 6 ports with 6 removable, self powered
isab0: <PCI-ISA bridge> at device 17.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <VIA 8235 UDMA133 controller> port 0xfc00-0xfc0f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 17.1 on pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
vr0: <VIA VT6102 Rhine II 10/100BaseTX> port 0xdc00-0xdcff mem 0xdffffe00-0xdffffeff irq 10 at device 18.0 on pci0
miibus0: <MII bus> on vr0
ukphy0: <Generic IEEE 802.3u media interface> on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
vr0: Ethernet address: 00:0d:87:b9:5c:13
acpi_button1: <Sleep Button> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
fdc0: <floppy drive controller> port 0x3f7,0x3f4-0x3f5,0x3f2-0x3f3 irq 6 drq 2 on acpi0
fdc0: [FAST]
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
ppc0: <ECP parallel printer port> port 0x778-0x77b,0x378-0x37f irq 7 drq 3 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/16 bytes threshold
ppbus0: <Parallel port bus> on ppc0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
orm0: <ISA Option ROMs> at iomem 0xcc000-0xdbfff,0xc0000-0xcbfff on isa0
pmtimer0 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounter "TSC" frequency 1666737924 Hz quality 800
Timecounters tick every 1.000 msec
acpi_cpu: throttling enabled, 16 steps (100% to 6.2%), currently 100.0%
ums0: at uhub1 port 2 (addr 2) disconnected
ums0: detached
ad0: 19595MB <QUANTUM FIREBALLP AS20.5/A1Y.1300> [39813/16/63] at ata0-master UDMA100
acd0: CDROM <CREATIVE CD5233E/C2.02> at ata1-master PIO4
acd1: CDRW <CD-RW 52X24/K.UC> at ata1-slave UDMA33
Mounting root from ufs:/dev/ad0s2a
WARNING: / was not properly dismounted
ums0: Logitech USB Receiver, rev 1.10/16.00, addr 2, iclass 3/1
ums0: 7 buttons and Z dir.
WARNING: /tmp was not properly dismounted

[-- Attachment #5 --]
# /etc/libmap.conf for FreeBSD 5.x
# $Id: libmap.conf-FreeBSD5.x,v 1.7 2004/02/29 17:12:22 nork Exp $


# Flash6 with Konqueror

# KDE on FreeBSD requires plugins to be placed in /opt/mozilla/plugins/.
# (unlike many other www browsers on X11, it does not support
# /usr/X11R6/lib/browser_plugins/ for a plugin directory)
# So please copy libflashplayer.so and flashplayer.xpt to
# /opt/mozilla/plugins like following lines.
#       mkdir -p /opt/mozilla/plugins
#       cd /usr/local/lib/linux-flashplugin6
#       cp flashplayer.xpt libflashplayer.so /opt/mozilla/plugins/
[/opt/mozilla/plugins/libflashplayer.so]
libpthread.so.0                 pluginwrapper/flash6.so
libdl.so.2                      pluginwrapper/flash6.so
libz.so.1                       libz.so.2
libstdc++-libc6.2-2.so.3        libstdc++.so.4
libm.so.6                       libm.so.3
libc.so.6                       pluginwrapper/flash6.so

# Flash6 with Mozilla/Firebird/Galeon/Epiphany
[/usr/local/lib/linux-flashplugin6/libflashplayer.so]
libpthread.so.0                 pluginwrapper/flash6.so
libdl.so.2                      pluginwrapper/flash6.so
libz.so.1                       libz.so.2
libstdc++-libc6.2-2.so.3        libstdc++.so.4
libm.so.6                       libm.so.3
libc.so.6                       pluginwrapper/flash6.so


# Acrobat with Konqueror
# KDE on FreeBSD requires plugins to be placed in /opt/mozilla/plugins/.
# (unlike many other www browsers on X11, it does not support
# /usr/X11R6/lib/browser_plugins/ for a plugin directory)
# So please copy nppdf.so to /opt/mozilla/plugins/ like following lines.
#       mkdir -p /opt/mozilla/plugins
#       cd /usr/local/Acrobat5/Browsers/intellinux
#       cp nppdf.so /opt/mozilla/plugins/
[/opt/mozilla/plugins/nppdf.so]
libc.so.6                       pluginwrapper/acrobat.so

# Acrobat with Mozilla/Firebird/Galeon/Epiphany
[/usr/local/Acrobat5/Browsers/intellinux/nppdf.so]
libc.so.6                       pluginwrapper/acrobat.so

# Libraries bump
libm.so.2			libm.so.3
libreadline.so.4		libreadline.so.5
libhistory.so.4			libhistory.so.5
libopie.so.2			libopie.so.3
libpcap.so.2			libpcap.so.3

[beep-media-player]
libpthread.so.1			libc_r.so.5
libpthread.so			libc_r.so

[/usr/X11R6/bin/beep-media-player]
libpthread.so.1			libc_r.so.5
libpthread.so			libc_r.so

help

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