Comment 7 for bug 742085

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

It appears the crash happen when dereferencing the row->len member of a GPtrArray. The code in this particular place is extremely defensive in Dee (as you can see for yourself in dee_sequence_model_get_value()) and we've just asserted that row != NULL.

This probably means that the row has been removed from the DeeSequenceModel and is being read anyway. Still requires more investigation...

Any way to reproduce this will also be most welcome.