|
Bugzilla – Full Text Bug Listing |
| Summary: | Memory leak (possibly in orinoco kernel driver) | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Andrew Collins <a-collins4> |
| Component: | Kernel | Assignee: | Andrea Arcangeli <andrea> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P3 - Medium | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Andrew Collins
2005-10-27 04:04:37 UTC
Just to show a more normal distribution of 'size-64' objects, and to highlight that the problem is serious, here's the output from slabtop from my desktop system that's been up for a couple of days now (also with very heavy network traffic, as well as constant use, but with a completely different 802.11g network card that uses ndiswrapper): OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME 2501 2500 99% 0.06K 41 61 164K size-64 Notice that the number of 'size-64' objects is completely reasonable on this machine. I just compiled and installed the vanilla kernel.org 2.6.14 kernel, using the config from /boot/config-2.6.13-15-default and the problem has been completely resolved. I've been testing the machine over the past day, with the usual heavy network traffic, and the number 'size-64' objects has remained steady. andy@vandemar:~> uptime 5:14pm up 14:32, 2 users, load average: 0.00, 0.00, 0.00 From slabtop: OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME 1121 1060 94% 0.06K 19 59 76K size-64 Compare this to before, on the default 2.6.13-15 kernel. There are over 100 times more 'size-64' objects with the previous kernel! Also, with the 2.6.14 kernel, the number of 'size-64' objects remains steady, unlike the 2.6.13-15 kernel, where they multiplied uncontrollably. It seems that there is definitely a bug in the 2.6.13-15 kernel version. could you test the latest CVS? (kernel of the day or something like that) Karsten checked in a fix for a orinoco memleak into the sl10.0 kernel on 2005-10-13 no response for several months, closing |