Bug 42192
Summary: | WARNING: at kernel/lockdep.c:2664 lockdep_trace_alloc+0xb5/0xc0() | ||
---|---|---|---|
Product: | Memory Management | Reporter: | Christian Casteyde (casteyde.christian) |
Component: | Slab Allocator | Assignee: | Andrew Morton (akpm) |
Status: | CLOSED UNREPRODUCIBLE | ||
Severity: | normal | CC: | alan, florian, maciej.rutecki, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.4-rc4 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 40982 |
Description
Christian Casteyde
2011-09-01 17:09:00 UTC
Update: Still present in 3.4-rc4: memory used by lock dependency info: 6367 kB per task-struct memory footprint: 2688 bytes ------------[ cut here ]------------ WARNING: at kernel/lockdep.c:2739 lockdep_trace_alloc+0xb5/0xc0() Hardware name: Aspire 7750G Modules linked in: Pid: 0, comm: swapper/0 Not tainted 3.4.0-rc4 #9 Call Trace: [<ffffffff8106a88a>] warn_slowpath_common+0x7a/0xb0 [<ffffffff8106a8d5>] warn_slowpath_null+0x15/0x20 [<ffffffff810baea5>] lockdep_trace_alloc+0xb5/0xc0 [<ffffffff810f2264>] __alloc_pages_nodemask+0x94/0x6f0 [<ffffffff812e0ebd>] ? trace_hardirqs_off_thunk+0x3a/0x3c [<ffffffff812e0ebd>] ? trace_hardirqs_off_thunk+0x3a/0x3c [<ffffffff8112d9d3>] kmemcheck_alloc_shadow+0x53/0xf0 [<ffffffff8112936e>] new_slab+0x27e/0x390 [<ffffffff818029a4>] __slab_alloc.isra.52+0x493/0x633 [<ffffffff812e0ebd>] ? trace_hardirqs_off_thunk+0x3a/0x3c [<ffffffff820ad06a>] ? debug_objects_mem_init+0x80/0x22c [<ffffffff820ad06a>] ? debug_objects_mem_init+0x80/0x22c [<ffffffff8112baf9>] kmem_cache_alloc+0xf9/0x130 [<ffffffff820ad06a>] debug_objects_mem_init+0x80/0x22c [<ffffffff8208f9f1>] start_kernel+0x261/0x2f8 [<ffffffff8208f4b7>] ? loglevel+0x31/0x31 [<ffffffff8208f28b>] x86_64_start_reservations+0x9b/0x9f [<ffffffff8208f392>] x86_64_start_kernel+0x103/0x10a ---[ end trace 4eaa2a86a8e2da22 ]--- ODEBUG: 11 of 11 active objects replaced Not reproduced with 3.7 and 3.8, so closing. |