-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Nigel Benns wrote: | This is becoming a pain. :( | | If everything else didn't work 100% without any screwing around I would | probably have given up already. | | I received a response from the Mono list that they use SIGPWR for their | garbage collector. | | And that is interfering with this line: | | _ecore_signal_callback_set(SIGPWR, (Signal_Handler) SIG_DFL); | | causing any managed application that calls ecore_init() directly or | indirectly (such as ewl_init()) to not shutdown properly. | | I comment out the line in Ecore and recompile and BAM it works fine. | I just want to know what the callback is used for. Is it for an Ecore | garbage collector? I have a workaround for now... But I don't like it. | I have to call ecore_shutdown() directly to kill it, and then I get a | "Power Failure" message. | | Everything else works so good tho... well except one thing.... | | I had to rename a Ewl_Text to Label so that I could use a Text property, | as object orientation doesn't allow a property as the same name as a | class. Other then that, everything is API Compatable. |
Since I am completely unfamiliar with C#/Mono ... is there a define that can be checked to determine if we're in a C# environment so that the signal handler can be initialized conditionally?
- --
Ibukun Olumuyiwa http://xcomputerman.com
"God is dead." - Nietzche "Nietzche is dead." - God
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFB1t6qImU2r6Etn78RAmgPAJ9+jDod3SxyBDetu2BooElLuzaKJwCdEbxN p/qAn104xSWvCJlGD6Xn6ho= =GILl -----END PGP SIGNATURE-----
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
