[Mono-list] Mono bug?

Michal Moskal michal.moskal at gmail.com
Sun Sep 4 10:46:50 EDT 2005


On 9/4/05, Paul F. Johnson <paul at all-the-johnsons.co.uk> wrote:
> > I have replaced bool with int in MetaWeblogAPI.cs because the wordpress
> > xmlrpc server returns int instead of bool. Charles Cook himself said
> > this should not be the cause of any problems
> 
> It shouldn't, but then again...
> 
> > Program received signal SIGPWR, Power fail/restart.
> 
> What happened here? SIGPWR normally gets thrown if there is a power
> problem.

SIGPWR is used by pthread implementation. You can ignore it in gdb with:

handle SIGPWR nostop
handle SIGXCPU nostop


-- 
   Michal Moskal,
   http://nemerle.org/~malekith/


More information about the Mono-list mailing list