Re: [Vala] calling delegate from async
- From: Abderrahim Kitouni <a kitouni gmail com>
- To: pHilipp Zabel <philipp zabel gmail com>
- Cc: vala-list <vala-list gnome org>
- Subject: Re: [Vala] calling delegate from async
- Date: Mon, 26 Oct 2009 13:02:36 +0100
Hi,
2009/10/24 pHilipp Zabel <philipp zabel gmail com>:
I still get the critical error message, though:
** (valac:1106): CRITICAL **: vala_data_type_get_value_owned: assertion `self
!= NULL' failed
Any idea where this is coming from?
This means that an instance method is being called on a null variable.
To find it, you can run valac in gdb with the environment variable
G_DEBUG set to "fatal-criticals"
HTH,
Abderrahim
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]