Bug 59988

Summary: undocumented panic with large malloc-backed md
Product: Base System Reporter: Colin Percival <cperciva>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 1.0-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Colin Percival 2003-12-06 09:40:16 UTC
  Large malloc-backed memory disks will cause 5.x systems to panic when they 
are filled.  This isn't documented anywhere.

Fix: Document the panic in mdconfig.8
How-To-Repeat: 
mdconfig -a -t malloc -s 300M -u 0
dd if=/dev/zero of=/dev/md0 bs=1048576 count=300
<do anything which requires kernel memory>
Comment 1 Poul-Henning Kamp freebsd_committer freebsd_triage 2004-01-02 14:28:19 UTC
State Changed
From-To: open->closed

committed, thanks.