lkml.org 
[lkml]   [2003]   [Apr]   [13]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
FromJeremy Hall <>
SubjectRe: 2.5.67-mm2
DateSun, 13 Apr 2003 00:22:06 -0400 (EDT)
ah, here we go

BUG(); line 907 of mm/slab.c

name == "size-32"

in_interrupt() is an undefined symbol in this context, so I don't know 
whether we are in interrupt context or not, if indeed that is what this 
is

no symbol BYTES_PER_WORD, but size == 32

MAX_OBJ_ORDER and PAGE_SIZE are unknown symbols in this context

dtor appears to be 0, and it looks like it should be set to something

offset == 0 and it looks like it should be < 0 or > size
in kmem_cache_create from kmem_cache_sizes_init at mm/slab.c:616

_J

In the new year, Jeremy Hall wrote:
> mm1 worked.
> 
> to be clear, my append line looks like
> 
> append="gdb console=gdb pci=biosirq" and maybe some other stuff on there
> 
> to get my machine to boot in single processor mode, I have to add nosmp 
> and acpi=off
> 
> if I don't add acpi=off I get apic errors on my cpus, as well as if I say 
> noapic like the boot process says to, it says
> 
> amd errata #22 may be present.  in the event of instability boot with the 
> noapic option
> 
> dual athlon 1900 palamino's on a tyan 2462ung
> 
> _J
> 
> In the new year, Andrew Morton wrote:
> > Jeremy Hall <jhall@maoz.com> wrote:
> > >
> > > I dunno about that, but mm2 locks in the boot process and doesn't display 
> > > anything to me through gdb even though it is supposed to.  I have gdb 
> > > console=gdb but that doesn't make the messages flow.
> > > 
> > 
> > You want "gdb console=gdb".  It changed.
> > 
> > What CPU type?
> > 
> > Try just 2.5.67 plus 
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.5/2.5.67/2.5.67-mm2/broken-out/linus.patch
> > 
> > try disabling kgdb in config.
> > 
> > etcetera.
> > 
> > --
> > 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:"aart@kvack.org">aart@kvack.org</a>
> > 
> 
> --
> 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:"aart@kvack.org">aart@kvack.org</a>
> 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:34    [from the cache]
©2003-2008