[Mono-devel-list] SIGPWR + mono

Nigel Benns nigel_benns at rogers.com
Wed Dec 29 06:28:18 EST 2004


Is there any way I can use a library that hooks SIGPWR in mono then?

The library (ECore) is also using it(for garbage collection as well I
believe), but it causes problems when hooked to mono.

I just adds a callback to it. If mono does the same thing, wouldn't it
just be appended and the Ecore callback still get called?

I'll continue the work getting the libraries working, but I would love a
resolution for this. I'll take a look at the mono code... but does anyone
think that it would be possible to resolve this or am I wasting my time?

> On Fri, 2004-12-24 at 10:42 -0500, Nigel Benns wrote:
>> I'm creating ewl-sharp library and I'm having a problem...
>>
>> ewl relies on ecore which sets up the main loop and callbacks among
>> other
>> things.
>>
>> The problem is that it is hooking SIGPWR and it seems to interfere with
>> Mono somehow.
>>
>> If I comment out the line that hooks it, and recompile the sourcecode
>> for
>> ecore, then it works fine.
>>
>> I just want to know if Mono does anything with SIGPWR, or might conflict
>> with hooking it?
>
> Hello,
>
> we're using SIGPWR and SIGXCPU internally in the garbage collector.
>
> Martin
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>




More information about the Mono-devel-list mailing list