Bug 1554819 Comment 18 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The crash was also triggered by launching Chrome.  And this time I got an assertion;
 
Assertion failure: block < aFontList->mBlocks.Length(), at /home/hiro/central/gfx/thebes/[SharedFontList.cpp:60](https://searchfox.org/mozilla-central/rev/06bd14ced96f25ff1dbd5352cb985fc0fa12a64e/gfx/thebes/SharedFontList.cpp#60)

I am pretty sure that this crash is pretty much same as this bug.  Also note that before this assertion I also got the 'bad Shmem' assertions.

That's said, I suppose the assertion doesn't provide useful information so much, memory corruption happened before we reached to the assertion?

Jonathan, is there anything what I can do for you?
The crash was also triggered by launching Chrome.  And this time I got an assertion;
 
Assertion failure: block < aFontList->mBlocks.Length(), at /home/hiro/central/gfx/thebes/[SharedFontList.cpp:60](https://searchfox.org/mozilla-central/rev/06bd14ced96f25ff1dbd5352cb985fc0fa12a64e/gfx/thebes/SharedFontList.cpp#60)

I am pretty sure that this crash is pretty much same as this bug.  Also note that before this assertion I also got the 'bad Shmem' warnings.

That's said, I suppose the assertion doesn't provide useful information so much, memory corruption happened before we reached to the assertion?

Jonathan, is there anything what I can do for you?

Back to Bug 1554819 Comment 18