Bug 1034 - Instant panic in -current
Summary: Instant panic in -current
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 2.2-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: dyson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1996-02-18 21:50 UTC by Heikki Suonsivu
Modified: 2001-11-28 02:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heikki Suonsivu 1996-02-18 21:50:03 UTC
ssh compilation panics -current.

(ssh also fails to transfer large amounts of data in pipes, probably related
to new pipe code. I don't know if this is an ssh bug.  This did not happen
before.)

How-To-Repeat: 
ftp ftp.cs.hut.fi
cd pub/ssh
get ssh-1.2.13.tar.gz
quit
tar xzvf ssh-1.2.13.tar.gz
cd ssh-1.2.13
mkdir freebsd2
cd freebsd2
../configure
make

... ssh starts compiling ...

./gen_minfd sh jsh ksh csh tcsh bash zsh ash > minfd.h~

panic: unwire: page not in pmap

syncing disks (and locks up here)

(pipe problem: ssh freebsd.current.machine cat -v /etc/termcap
hangs up)
Comment 1 scrappy freebsd_committer freebsd_triage 1996-06-02 21:30:16 UTC
Responsible Changed
From-To: freebsd-bugs->dyson

pmap related...? 
Comment 2 scrappy freebsd_committer freebsd_triage 1996-11-10 05:10:02 UTC
State Changed
From-To: open->closed


Originator Confirmed Closure