Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  7 Nov 2003 09:59:52 -0800 (PST)
From:      Kevin Oberman <oberman@es.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/59043: Memory leak when reading from ATAPI/CAM DVD drive
Message-ID:  <20031107175952.6F8DF5D08@ptavv.es.net>
Resent-Message-ID: <200311071800.hA7I0W4u006267@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59043
>Category:       kern
>Synopsis:       Memory leak when reading from ATAPI/CAM DVD drive
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 07 10:00:32 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Oberman
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
ESnet -- The Energy Scienses Network
>Environment:
System: FreeBSD puppeteer.es.net 5.1-CURRENT FreeBSD 5.1-CURRENT #46: Fri Oct 31 10:51:08 PST 2003 oberman@puppeteer.es.net:/usr/obj/usr/src/sys/IBM-T30-D i386

>Description:
	When reading data from an ATAPI/CAM DVD device, I see a
continual leakage of kernel memory. It is visible with:
vmstat -m | grep "ATA r". Looping this every minute shows the kernel
memory usage increasing at the rate of over 2 MB/minute. This means
all available kernel VM is exhausted after about 1 hour of access.
# vmstat -m | grep "ATA r" && sleep 60 && vmstat -m | grep "ATA r"
  ATA request312010 39002K  39002K   316526  128
  ATA request330424 41303K  41303K   334980  128
>How-To-Repeat:
	Using ATAPI/CAM, use mplayer to play a DVD. Watch the system
die after about 60 minutes.
>Fix:
Unknown


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031107175952.6F8DF5D08>