Re: Evolution crashing - how to debug ?



On 5/1/05, Rod Butcher <rbutcher hyenainternet com> wrote:
> Why would just setting
> something to FALSE cause a segfault ? No address in pointer ?

> 2749      combo_box->priv->editing_canceled = FALSE;

Because the "->" operator means a pointer indirection in C. So either
combo_box or the "priv" attribute of the structure pointed by
combo_box is an invalid pointer (not necesseraly NULL).

Regards,

-- 
Julien Gilli



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]