segmentation fault - champlain_map_source_factory_get_default
- From: Colin Clark <cclark mcb net>
- To: libchamplain-list gnome org
- Subject: segmentation fault - champlain_map_source_factory_get_default
- Date: Wed, 06 May 2009 12:50:48 +0100
Hi
I'm getting a segmentation fault from somewhere in libchamplain. The
situation seems to be:
1 Create a view
2 Delete the view
3 Create a view
e.g. if I insert the lines:
clutter_actor_destroy(view);
view = champlain_view_new ();
at about line 203 in launcher-gtk.c
It seems that on second entry to
champlain_map_source_factory_get_default, instance is not null, but
doesn't point to a valid memory area.
Sorry for the poor description, but I don't have much of an idea about
what I'm doing with this kind of programming.
Colin Clark..
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]