Forward with correct prefix ...

---------- Forwarded message ----------
From: Raju, Prabhakar (P.) <[EMAIL PROTECTED]>
Date: Dec 8, 2006 4:09 AM
Subject: Simple svc client or http client crashing in linux...
To: Apache AXIS C User List <[email protected]>

Hi,

If I run the simple server and echo client ( axis2/c) , if the server dies
or hangs for a while (I think) , the client crashes with segmentation fault.
To test this, I ran the sample client echo.c

Something like this.

for(i=0;i<100000;++i){
   ret_node = AXIS2_SVC_CLIENT_SEND_RECEIVE(svc_client, env, payload);
       printf("%d times\n", i);
   }

The call ran about 1000 times and the client reported SIGSEGV. I face the
same problem, using http_client for our program. The call fails at random
(either 300 calls or 16000 calls or 5000 calls).

My linux version is Suse 8.1

FYI


--
W.Dinesh Premalal
[EMAIL PROTECTED]
WSO2, Inc.; http://www.wso2.com/
GPG Key ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257  0229 4F44 266E A255 955C

Reply via email to