[Mono-list] Mono bug?

Paul F. Johnson paul at all-the-johnsons.co.uk
Sun Sep 4 10:01:18 EDT 2005


Hi,

> using System;
> using CookComputing.XmlRpc;
> using CookComputing.MetaWeblog;
> 
> public class _ {
>         public static void Main(string[] args)
>         {
>                 IMetaWeblog proxy =
> (IMetaWeblog)XmlRpcProxyGen.Create(typeof(IMetaWeblog));
>                 XmlRpcClientProtocol cp = (XmlRpcClientProtocol)proxy;
>                 cp.Url = "http://blog.irregular.ch/xmlrpc.php";
>                 Post[] posts = proxy.getRecentPosts("", "admin", "****",
> 10);
>         }
> }

Is there a way to test if proxy has been created?

> 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.

> #9  0xa7ef8ccd in start_thread () from /lib/tls/libpthread.so.0
> #10 0xa7e5db0e in clone () from /lib/tls/libc.so.6

Roughly, how many threads are being created? I know there is a thread
problem currently.

> I would be happy to provide more information if someone could tell me
> what to do now. Unfortunately I am not very experienced but I'll try
> doing what I can.

Can you recreate the problem using one of the Mono libraries rather than
the CookComputing ones?

TTFN

Paul
-- 
"A lot of football success is in the mind. You must believe you are the
best and then make sure that you are. In my time at Liverpool we always
said we had the best two teams on Merseyside, Liverpool and Liverpool
Reserves." - Bill Shankly



More information about the Mono-list mailing list