On Tue, Aug 4, 2009 at 5:03 PM, Dan Kegel <[email protected]> wrote: > Twice now (three days ago and today) I got the error > Assertion failed: (slab->magic == SLAB_MAGIC), function slab_alloc, > file x-alloc.c, line 353. > while running the ui tests under valgrind on the mac... > and I can't figure out where it's coming from. > I've grepped through the chromium and valgrind sources, > and I've googled, with no luck. >
That is probably coming from the allocator underneath Chrome (presumably the one provided by the OS kernel). It probably means you have memory corruption that eventually leads to this. PK --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
