Comment 9 for bug 926658

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

This is the stacktrace I got today for this issue... It looks like an inconsistency in dee_model, since in ResultRenderer::Preload we set the renderer, but that value is null few lines below when we get it trough row.renderer<TextureContainer*>()

The crash happens since container is NULL and it can be worked around by checking that value.