Comment 5 for bug 733250

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote : Re: compiz crashed with SIGSEGV in PlaceEntryRemote::ActivateResult()

This looks mighty odd. Dee appears to segfault in a g_ptr_array_index(row, 3) - but we explicitly create all the GPtrArrays for the rows with lengths == n_columns+1 and we assert that 3 < n_columns just a few lines before the crash...

Anyway - I added some guards against weird internal state corruption (mem corruption?)