maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   error signal when closing desktop widget in edit mode.. (https://talk.maemo.org/showthread.php?t=34861)

jaeezzy 2009-11-21 04:44

error signal when closing desktop widget in edit mode..
 
Hi, I've been working on a home widget which displays images as slideshow from the directory selected with transitions etc. This can be downloaded from extras-devel repos. There are ,however, couple things bugging me which at first I thought wouldn't require any attention. It's closing the application in the edit mode. I don't know why but after I do this, sdk prints me this: "maemo-launcher: child (pid=25774) terminated due to signal=11" and all other application is gone. I tried to use gdb to debug from the instructions given in the wiki but after I do "(gdb) attach 23434" all the messages are displayed but the sdk freezes. So, I'm completely stuck coz the every example codes I've gone through doesn't actually have anything relating to the closing of the application. However, I did implement this method:
Code:

static void hdp_applet_dispose (GObject *object){
G_OBJECT_CLASS(hdp_applet_parent_class)->dispose(object);
}

So, I was wondering what could be the cause for this error. I would be sooo glad and thankful if anyone can suggest anything on this. Thanks

jaeezzy 2009-11-23 00:51

Re: error signal when closing desktop widget in edit mode..
 
Cheers.. problem SOLVED :)


All times are GMT. The time now is 08:21.

vBulletin® Version 3.8.8