Comment 6 for bug 2058466

Revision history for this message
In , Simon Chopin (schopin) wrote :

Thanks Andreas for pointing me to the page size.

There's an assumption made in the test that the early allocation code will need to grow beyond the initial data page, as those extra pages would be the ones marked "[anon: glibc: loader malloc]". However, if the page size is large enough, I guess that assumption isn't valid anymore.

I'll write a patch skipping this particular assertion if the page size is 64k or above.