* Re: BUG at mm/slab.c:2990 with 2.6.33-rc5-tuxonice [not found] <74fd948d1001261121r7e6d03a4i75ce40705abed4e0@mail.gmail.com> @ 2010-01-26 20:39 ` Nigel Cunningham 2010-01-26 20:50 ` Matt Mackall 0 siblings, 1 reply; 7+ messages in thread From: Nigel Cunningham @ 2010-01-26 20:39 UTC (permalink / raw) To: Pedro Ribeiro Cc: linux-kernel, Christoph Lameter, Pekka Enberg, Matt Mackall, linux-mm@kvack.org >> linux-mm Hi. Pedro Ribeiro wrote: > Hi, > > I hit a bug at mm/slab.c:2990 with .33-rc5. > Unfortunately nothing more is available than a screen picture with a > crash dump, although it is a good one. > The bug was hit almost at the end of a hibernation cycle with > Tux-on-Ice, while saving memory contents to an encrypted swap > partition. > > The image is here http://img264.imageshack.us/img264/9634/mmslab.jpg (150 kb) > > Hopefully it is of any use for you. Please let me know if you need any > more info. Looks to me to be completely unrelated to TuxOnIce - at least at a first glance. Ccing the slab allocator maintainers listed in MAINTAINERS. Regards, Nigel -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: BUG at mm/slab.c:2990 with 2.6.33-rc5-tuxonice 2010-01-26 20:39 ` BUG at mm/slab.c:2990 with 2.6.33-rc5-tuxonice Nigel Cunningham @ 2010-01-26 20:50 ` Matt Mackall 2010-01-26 20:59 ` Pekka Enberg 0 siblings, 1 reply; 7+ messages in thread From: Matt Mackall @ 2010-01-26 20:50 UTC (permalink / raw) To: Nigel Cunningham Cc: Pedro Ribeiro, linux-kernel, Christoph Lameter, Pekka Enberg, linux-mm@kvack.org >> linux-mm On Wed, 2010-01-27 at 07:39 +1100, Nigel Cunningham wrote: > Hi. > > Pedro Ribeiro wrote: > > Hi, > > > > I hit a bug at mm/slab.c:2990 with .33-rc5. > > Unfortunately nothing more is available than a screen picture with a > > crash dump, although it is a good one. > > The bug was hit almost at the end of a hibernation cycle with > > Tux-on-Ice, while saving memory contents to an encrypted swap > > partition. > > > > The image is here http://img264.imageshack.us/img264/9634/mmslab.jpg (150 kb) > > > > Hopefully it is of any use for you. Please let me know if you need any > > more info. > > Looks to me to be completely unrelated to TuxOnIce - at least at a first > glance. > > Ccing the slab allocator maintainers listed in MAINTAINERS. Not sure if this will do us any good, it's the second oops. -- http://selenic.com : development and support for Mercurial and Linux -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: BUG at mm/slab.c:2990 with 2.6.33-rc5-tuxonice 2010-01-26 20:50 ` Matt Mackall @ 2010-01-26 20:59 ` Pekka Enberg 2010-01-26 21:35 ` Christoph Lameter 2010-01-26 21:50 ` Pedro Ribeiro 0 siblings, 2 replies; 7+ messages in thread From: Pekka Enberg @ 2010-01-26 20:59 UTC (permalink / raw) To: Matt Mackall Cc: Nigel Cunningham, Pedro Ribeiro, linux-kernel, Christoph Lameter, linux-mm@kvack.org >> linux-mm Matt Mackall wrote: > On Wed, 2010-01-27 at 07:39 +1100, Nigel Cunningham wrote: >> Hi. >> >> Pedro Ribeiro wrote: >>> Hi, >>> >>> I hit a bug at mm/slab.c:2990 with .33-rc5. >>> Unfortunately nothing more is available than a screen picture with a >>> crash dump, although it is a good one. >>> The bug was hit almost at the end of a hibernation cycle with >>> Tux-on-Ice, while saving memory contents to an encrypted swap >>> partition. >>> >>> The image is here http://img264.imageshack.us/img264/9634/mmslab.jpg (150 kb) >>> >>> Hopefully it is of any use for you. Please let me know if you need any >>> more info. >> Looks to me to be completely unrelated to TuxOnIce - at least at a first >> glance. >> >> Ccing the slab allocator maintainers listed in MAINTAINERS. > > Not sure if this will do us any good, it's the second oops. Looks like slab corruption to me which is usually not a slab bug but caused by buggy callers. Is CONFIG_DEBUG_SLAB enabled? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: BUG at mm/slab.c:2990 with 2.6.33-rc5-tuxonice 2010-01-26 20:59 ` Pekka Enberg @ 2010-01-26 21:35 ` Christoph Lameter 2010-01-26 21:50 ` Pedro Ribeiro 1 sibling, 0 replies; 7+ messages in thread From: Christoph Lameter @ 2010-01-26 21:35 UTC (permalink / raw) To: Pekka Enberg Cc: Matt Mackall, Nigel Cunningham, Pedro Ribeiro, linux-kernel, linux-mm@kvack.org >> linux-mm On Tue, 26 Jan 2010, Pekka Enberg wrote: > Looks like slab corruption to me which is usually not a slab bug but caused by > buggy callers. Is CONFIG_DEBUG_SLAB enabled? Typical BUG for slab metadata that has been overwritten by something. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: BUG at mm/slab.c:2990 with 2.6.33-rc5-tuxonice 2010-01-26 20:59 ` Pekka Enberg 2010-01-26 21:35 ` Christoph Lameter @ 2010-01-26 21:50 ` Pedro Ribeiro 2010-01-26 23:31 ` Pedro Ribeiro 1 sibling, 1 reply; 7+ messages in thread From: Pedro Ribeiro @ 2010-01-26 21:50 UTC (permalink / raw) To: Pekka Enberg; +Cc: linux-mm, linux-kernel, Nigel Cunningham 2010/1/26 Pekka Enberg <penberg@cs.helsinki.fi>: > Matt Mackall wrote: >> >> On Wed, 2010-01-27 at 07:39 +1100, Nigel Cunningham wrote: >>> >>> Hi. >>> >>> Pedro Ribeiro wrote: >>>> >>>> Hi, >>>> >>>> I hit a bug at mm/slab.c:2990 with .33-rc5. >>>> Unfortunately nothing more is available than a screen picture with a >>>> crash dump, although it is a good one. >>>> The bug was hit almost at the end of a hibernation cycle with >>>> Tux-on-Ice, while saving memory contents to an encrypted swap >>>> partition. >>>> >>>> The image is here http://img264.imageshack.us/img264/9634/mmslab.jpg >>>> (150 kb) >>>> >>>> Hopefully it is of any use for you. Please let me know if you need any >>>> more info. >>> >>> Looks to me to be completely unrelated to TuxOnIce - at least at a first >>> glance. >>> >>> Ccing the slab allocator maintainers listed in MAINTAINERS. >> >> Not sure if this will do us any good, it's the second oops. > > Looks like slab corruption to me which is usually not a slab bug but caused > by buggy callers. Is CONFIG_DEBUG_SLAB enabled? > I have enabled it and compiled the kernel. As soon as I hit the bug, I will send a photo here. Regards, Pedro -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: BUG at mm/slab.c:2990 with 2.6.33-rc5-tuxonice 2010-01-26 21:50 ` Pedro Ribeiro @ 2010-01-26 23:31 ` Pedro Ribeiro 2010-01-27 8:02 ` Pekka Enberg 0 siblings, 1 reply; 7+ messages in thread From: Pedro Ribeiro @ 2010-01-26 23:31 UTC (permalink / raw) To: Pekka Enberg; +Cc: linux-mm, linux-kernel 2010/1/26 Pedro Ribeiro <pedrib@gmail.com>: > 2010/1/26 Pekka Enberg <penberg@cs.helsinki.fi>: >> Matt Mackall wrote: >>> >>> On Wed, 2010-01-27 at 07:39 +1100, Nigel Cunningham wrote: >>>> >>>> Hi. >>>> >>>> Pedro Ribeiro wrote: >>>>> >>>>> Hi, >>>>> >>>>> I hit a bug at mm/slab.c:2990 with .33-rc5. >>>>> Unfortunately nothing more is available than a screen picture with a >>>>> crash dump, although it is a good one. >>>>> The bug was hit almost at the end of a hibernation cycle with >>>>> Tux-on-Ice, while saving memory contents to an encrypted swap >>>>> partition. >>>>> >>>>> The image is here http://img264.imageshack.us/img264/9634/mmslab.jpg >>>>> (150 kb) >>>>> >>>>> Hopefully it is of any use for you. Please let me know if you need any >>>>> more info. >>>> >>>> Looks to me to be completely unrelated to TuxOnIce - at least at a first >>>> glance. >>>> >>>> Ccing the slab allocator maintainers listed in MAINTAINERS. >>> >>> Not sure if this will do us any good, it's the second oops. >> >> Looks like slab corruption to me which is usually not a slab bug but caused >> by buggy callers. Is CONFIG_DEBUG_SLAB enabled? >> > > I have enabled it and compiled the kernel. As soon as I hit the bug, I > will send a photo here. > > Regards, > Pedro > The pic is here. http://img43.imageshack.us/img43/3644/dsc01061ko.jpg There was a buttload of output before that, which I tried capturing in video, but its too crappy to post. Do you know if/where I can get patches for KDB in .33? Regards, Pedro -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: BUG at mm/slab.c:2990 with 2.6.33-rc5-tuxonice 2010-01-26 23:31 ` Pedro Ribeiro @ 2010-01-27 8:02 ` Pekka Enberg 0 siblings, 0 replies; 7+ messages in thread From: Pekka Enberg @ 2010-01-27 8:02 UTC (permalink / raw) To: Pedro Ribeiro; +Cc: linux-mm, linux-kernel Pedro Ribeiro kirjoitti: > 2010/1/26 Pedro Ribeiro <pedrib@gmail.com>: >> 2010/1/26 Pekka Enberg <penberg@cs.helsinki.fi>: >>> Matt Mackall wrote: >>>> On Wed, 2010-01-27 at 07:39 +1100, Nigel Cunningham wrote: >>>>> Hi. >>>>> >>>>> Pedro Ribeiro wrote: >>>>>> Hi, >>>>>> >>>>>> I hit a bug at mm/slab.c:2990 with .33-rc5. >>>>>> Unfortunately nothing more is available than a screen picture with a >>>>>> crash dump, although it is a good one. >>>>>> The bug was hit almost at the end of a hibernation cycle with >>>>>> Tux-on-Ice, while saving memory contents to an encrypted swap >>>>>> partition. >>>>>> >>>>>> The image is here http://img264.imageshack.us/img264/9634/mmslab.jpg >>>>>> (150 kb) >>>>>> >>>>>> Hopefully it is of any use for you. Please let me know if you need any >>>>>> more info. >>>>> Looks to me to be completely unrelated to TuxOnIce - at least at a first >>>>> glance. >>>>> >>>>> Ccing the slab allocator maintainers listed in MAINTAINERS. >>>> Not sure if this will do us any good, it's the second oops. >>> Looks like slab corruption to me which is usually not a slab bug but caused >>> by buggy callers. Is CONFIG_DEBUG_SLAB enabled? >>> >> I have enabled it and compiled the kernel. As soon as I hit the bug, I >> will send a photo here. >> >> Regards, >> Pedro >> > > The pic is here. > http://img43.imageshack.us/img43/3644/dsc01061ko.jpg > > There was a buttload of output before that, which I tried capturing in > video, but its too crappy to post. Can you try passing "pause_on_oops=15" as kernel parameter? It should delay the next oops for 15 seconds so there's enough time to take a picture of the first one? Also, you could try CONFIG_SLUB and passing "slub_debug" as kernel parameter to get nicer diagnostics of the bug. > Do you know if/where I can get patches for KDB in .33? Nope, sorry. Pekka -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-01-27 8:02 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <74fd948d1001261121r7e6d03a4i75ce40705abed4e0@mail.gmail.com> 2010-01-26 20:39 ` BUG at mm/slab.c:2990 with 2.6.33-rc5-tuxonice Nigel Cunningham 2010-01-26 20:50 ` Matt Mackall 2010-01-26 20:59 ` Pekka Enberg 2010-01-26 21:35 ` Christoph Lameter 2010-01-26 21:50 ` Pedro Ribeiro 2010-01-26 23:31 ` Pedro Ribeiro 2010-01-27 8:02 ` Pekka Enberg
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).