Re: Evolution crashing - how to debug ?
- From: Julien Gilli <julien gilli gmail com>
- To: Rod Butcher <rbutcher hyenainternet com>
- Cc: gnome-devel-list gnome org
- Subject: Re: Evolution crashing - how to debug ?
- Date: Sun, 1 May 2005 11:08:32 +0200
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]