On 9/4/05, Paul F. Johnson <[EMAIL PROTECTED]> 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/
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to