Re: Memory fault in Axis2C

2008-09-29 Thread Damitha Kumarage
Hi Shivam, Are you running simple axis2c server or running axis2 apache module in Apache2?. I am asking this because the code line *axutil_allocator_switch_to_local_pool(env->allocator); * has meaning when only running as an Apache2 module. If you are running in Apache2 please run in simple ax

Re: Memory fault in Axis2C

2008-09-29 Thread Supun Kamburugamuva
D] > Sent: Monday, September 29, 2008 4:37 PM > To: Apache AXIS C Developers List > Subject: RE: Memory fault in Axis2C > > Hi Shivam, > > Can you send the backtrace of the crash? Did you compile the samples of > your own or are you using the same set of samples coming with t

RE: Memory fault in Axis2C

2008-09-29 Thread Gupta, Shivam
se help me here, Regards, Shivam. -Original Message- From: Manjula Peiris [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2008 4:37 PM To: Apache AXIS C Developers List Subject: RE: Memory fault in Axis2C Hi Shivam, Can you send the backtrace of the crash? Did you compile the sampl

RE: Memory fault in Axis2C

2008-09-29 Thread Manjula Peiris
not setting some code parameter. There would > be some other issue. > I hope this helps you in guiding me. > > Thanks, > Shivam. > > > > __ > From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] > Sent: M

RE: Memory fault in Axis2C

2008-09-29 Thread Gupta, Shivam
hanks, Shivam. From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2008 3:15 PM To: Apache AXIS C Developers List Subject: Re: Memory fault in Axis2C Please check weather you have defined the init function of the service and set it t

Re: Memory fault in Axis2C

2008-09-29 Thread Supun Kamburugamuva
Please check weather you have defined the init function of the service and set it to the service skeleton. The method signature of this function is: int AXIS2_CALL echo_init( axis2_svc_skeleton_t * svc_skeleton, const axutil_env_t * env); Supun.. On Mon, Sep 29, 2008 at 2:30 PM, Gupta,