[Vala] How can I disable the gdb integration?

2012-09-07 Thread Alberto Mardegan
Hi all, when running my application under gdb I get the following: = Program received signal SIGSEGV, Segmentation fault. publishing_ui_publishing_dialog_account_service_copy (self=self@entry=0x0, dest=dest@entry=0x7fffcae0) at

Re: [Vala] How can I disable the gdb integration?

2012-09-07 Thread Jens Georg
On Fr, 2012-09-07 at 09:11 +0300, Alberto Mardegan wrote: Hi all, when running my application under gdb I get the following: = Program received signal SIGSEGV, Segmentation fault. publishing_ui_publishing_dialog_account_service_copy (self=self@entry=0x0,

[Vala] signals

2012-09-07 Thread D.H. Bahr
Hello there! I've being experiencing a bug for a while now and I have no clue how to solve it. The situation is as follows: I have a set of classes (most of which handle some GtkWidget build from a Glade XML using a GtkBuilder instance). One of those classes has a GtkGrid and another has a

Re: [Vala] signals

2012-09-07 Thread D.H. Bahr
Victor, truth is I don't have the code on me right now and I won't have access to my email during the weekend 'cause I can only use the connexion at work. The code (at least the relevant part) looks kinda this (I promise I'll send the actual one on monday): class UIBuilder : Object { private