Subject: kern/5062: vm panic!
To: None <gnats-bugs@gnats.netbsd.org>
From: None <pooka@paivola.sci.fi>
List: netbsd-bugs
Date: 02/24/1998 22:28:26
>Number:         5062
>Category:       kern
>Synopsis:       vm_map_entry_create
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people (Kernel Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Feb 24 12:35:00 1998
>Last-Modified:
>Originator:     Antti Kantee
>Organization:
None
>Release:        NetBSD 1.3 i386
>Environment:
                NetBSD 1.3 i386 w/ 64ram + 150swap

>Description:
        panic: vm_map_entry_create: out of map entries
>How-To-Repeat:
        #!/bin/csh
        set path = ( /usr/bin /usr/sbin /bin /sbin )

        unlimit
        cd /tmp
        if ( -e fifo ) then
                rm fifo
        endif
        mkfifo fifo
        while ( 1 )
                cat fifo >& /dev/null &
        end
>Fix:
        Increase kernel process limits?

>Audit-Trail:
>Unformatted: