Subject: small memory box, NFS-mounted swapfile panic
To: None <port-alpha@netbsd.org>
From: Sean Doran <smd@ebone.net>
List: port-alpha
Date: 10/28/1998 20:22:40
Yay, I caught one.
While doing a "make build" on a poor little AlphaServer 200 box
with only 16MB of RAM (memory is in the mail...) I get:
rm -f llib-lbz2.ln blocksort.ln huffman.ln crctable.ln randtable.ln compress.ln decompress.ln bzlib.ln
rm -f .depend /usr/src/lib/libbz2/tags
cleandir ===> lib/libc
panic: pmap_physpage_alloc: no pages available after 5 tries
Stopped in make at Debugger+0x4: ret zero,(ra)
db> trace
db> ps
PID PPID PGRP UID S FLAGS COMMAND WAIT
>356 355 261 0 2 0x4006 make
355 329 261 0 3 0x4086 sh wait
329 328 261 0 3 0x4086 make wait
328 323 261 0 3 0x4086 sh wait
323 261 261 0 3 0x4086 make wait
273 271 273 3005 3 0x4082 rc ttyin
271 230 230 0 3 0x80 sshd1 select
261 256 261 0 3 0x4086 make wait
256 236 256 0 3 0x4082 csh pause
236 1 236 3005 3 0x4082 rc wait
235 233 112 0 2 0x4006 rc5des-netbsd-al
233 1 112 0 3 0x82 sh wait
230 1 230 0 3 0x80 sshd1 select
225 1 225 0 3 0x80 inetd select
222 1 222 0 3 0x84 xntpd pause
220 1 220 0 3 0x104 cron biowait
218 1 218 0 3 0x4 update biowait
198 1 193 0 3 0x84 nfsiod nfsidl
197 1 193 0 3 0x4 nfsiod nfsrcvl
196 1 193 0 2 0x4 nfsiod
195 1 193 0 3 0x84 nfsiod nfsidl
186 1 186 0 3 0x80 portmap select
178 1 178 0 3 0x84 syslogd select
3 0 0 0 3 0x204 reaper reaper
2 0 0 0 2 0x204 pagedaemon
1 0 1 0 3 0x4080 init wait
0 -1 0 0 3 0x204 swapper schedul
Sean.
- --
P.S.: Incidentally, doing this is a really neat way of checking out the TCP
experimental code Matt Thomas integrated... -:)