From nobody  Wed Jan  1 00:40:14 1997
Received: (from nobody@localhost)
          by freefall.freebsd.org (8.8.4/8.8.4) id AAA19015;
          Wed, 1 Jan 1997 00:40:14 -0800 (PST)
Message-Id: <199701010840.AAA19015@freefall.freebsd.org>
Date: Wed, 1 Jan 1997 00:40:14 -0800 (PST)
From: andrew@ugh.net.au
To: freebsd-gnats-submit@freebsd.org
Subject: panic:timeout table full
X-Send-Pr-Version: www-1.0

>Number:         2351
>Category:       kern
>Synopsis:       panic:timeout table full
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan  1 00:50:01 PST 1997
>Closed-Date:    Sun Apr 26 10:22:48 PDT 1998
>Last-Modified:  Sun Apr 26 10:23:19 PDT 1998
>Originator:     Andrew Stevenson
>Release:        2.2-BETA
>Organization:
>Environment:
FreeBSD sally.ugh.net.au 2.2-BETA_A FreeBSD 2.2-BETA_A #0: Tue Dec 24 03:41:49
1996	jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386
>Description:
After I got my system installed I connected to the net with PPP and had
a couple of ftp sessions going (getting the kernel src as it happened). I
had also just added a pkg or two when I got the message:

panic:timeout table full syncing disks 10 10 10 10 10 giving up - reboot

And sure enough it did reboot.
>How-To-Repeat:
I can't seem to get it to happen again...(thankfully :-)
>Fix:

>Release-Note:
>Audit-Trail:

From: Andrew <andrew@ugh.net.au>
To: freebsd-gnats-submit@freebsd.org, andrew@ugh.net.au
Cc:  Subject: Re: kern/2351: panic:timeout table full
Date: Mon, 13 Jan 1997 00:53:57 +1100

 > I can't seem to get it to happen again...(thankfully :-)
 
 I certainly can now....most of the time if I try and boot wth my custom
 kernel I get panic: timeout table full etc just as the login prompt
 appears. Sometimes it works fine - GENERIC always works. This leads me
 to beleive my kernel is at fault but I cant find any problems with the
 config file and I have recompiled it just in case.
 
 Sometimes I get a larger error message:
 
 login: panic: timeout table full
 
 syncing disks...
 
 fatal trap 12: page fault while in kernel mode
 fault virtual address	= 0x10
 fault code				= supervisor read, page not present
 instruction pointer		= 0x8:0xf012940a
 stack pointer			= 0x8:0xf0187e80
 frame pointer			= 0x8:0xf0187e90
 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			= Idle
 interrupt mask			= net tty bio
 
 panic: page fault
 Automatic reboot in 15 seconds - press any key on the console to abort
 
 My kernel config file is:
 
 #
 # SALLY -- 4 Serial, 1 Parallel, 1 420MB bad IDE fixed, built for speed
 no
 #	longer :-(. FAILSAFE is on.
 #
 
 machine		"i386"
 cpu		"I386_CPU"
 ident		SALLY
 maxusers	4
 
 options		GPL_MATH_EMULATE	#Support for x87 emulation
 options		INET			#InterNETworking
 options		FFS			#Berkeley Fast Filesystem
 options		PROCFS			#Process filesystem
 options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
 options		FAILSAFE		#Be Cautious
 #options	USERCONFIG		#boot -c editor
 #options	VISUAL_USERCONFIG	#visual boot -c editor
 
 config		kernel	root on wd0
 
 # Buses
 controller	isa0
 
 # Floppy
 controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
 disk		fd0	at fdc0 drive 0
 
 # Hard Disk
 controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
 disk		wd0	at wdc0 drive 0
 
 # Console
 # syscons is the default console driver, resembling an SCO console
 device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
 #device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint
 #options		PCVT_FREEBSD=210	# pcvt running on FreeBSD >= 2.0.5
 
 # Maths Co-Processor
 # Mandatory, don't remove
 device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr
 
 # Serial Ports
 device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
 device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
 device		sio2	at isa? port "IO_COM3" tty irq 5 vector siointr
 device		sio3	at isa? port "IO_COM4" tty irq 7 vector siointr
 
 # Parallel Port
 # irq 9 but seems faster in polled mode
 device		lpt0	at isa? port? tty vector lptintr
 
 # Sound
 #device pca0 at isa? port "IO_TIMER1" tty
 #pseudo-device speaker
 
 # Loopback
 pseudo-device	loop
 
 # Kernel Error Messages
 pseudo-device	log
 
 # ijppp
 pseudo-device	tun	2
 
 # Snoop
 pseudo-device snp 1
 
 pseudo-device	bpfilter 1
 pseudo-device	pty	16
 pseudo-device	gzip		# Exec gzipped a.out's
 
 Thanks,
 
 Andrew

From: Andrew <andrew@ugh.net.au>
To: freebsd-gnats-submit@freebsd.org, andrew@ugh.net.au
Cc:  Subject: Re: kern/2351: panic:timeout table full
Date: Tue, 25 Feb 1997 19:25:09 +1100

 > > I can't seem to get it to happen again...(thankfully :-)
         
 > I certainly can now....most of the time if I try and boot wth my
 > custom
 
 I'm now running 2.2-GAMMA. It seems if I have my null modem cable
 plugged in during boot I will get this error every time. Unplug it until
 the login prompt appears and all is well.
 
 Andrew
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Sun Apr 26 10:22:48 PDT 1998 
State-Changed-Why:  
maxusers should never be set as low as 4. 
>Unformatted:
