I'd recommend you run valgrind on your program. I'd guess this is a double free of some memory and valgrind would tell you where it is.
-David ________________________________ From: Gelle, Sreenivasulu [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2008 12:26 PM To: [EMAIL PROTECTED]; [email protected] Cc: Yuin, Maria; Zhou, Xiaofan Subject: Sementation fault on solaris sparc 64-bit Importance: High Hi All, I'm using axis2-c 1.3.0 version built on Solaris Sparc 64-bit OS with Sunstudio 11 compiler. Below is stack trace. Please let me know is there any thing has fixed in this area. I'm in the end of release and this issue is show stopper. So your help is so much appreciated. ---- called from signal handler with signal 11 (SIGSEGV) ------ [6] MemFreePtr(0x6c6c652f44535f53, 0xffffffff78909eb8, 0x10a400, 0xffffffff789021d0, 0xffffffffffff0000, 0x6c6c652f44530000), at 0xffffffff7f209b58 [7] axutil_allocator_free_impl(0x1051c00d8, 0x6c6c652f44535f53, 0x3, 0xffffffff7890ed10, 0xffffffff7f61eda0, 0xffffffff6b6fae1c), at 0xffffffff7890c6c4 [8] axutil_stream_free(0x1051b0558, 0x1051c0138, 0xffffffff79011ec9, 0xffffffff78902380, 0x3, 0x0), at 0xffffffff7890ec04 [9] axutil_stream_free_void_arg(0x1051b0558, 0x1051c0138, 0x3, 0x1051b0558, 0x104ff0118, 0xffffffff6b6fafbc), at 0xffffffff7890ed10 [10] axutil_property_free(0x104ff0db8, 0x1051c0138, 0x0, 0xffffffff6b6fb040, 0x2, 0x105050000), at 0xffffffff789194e0 [11] axis2_ctx_free(0x1050519f8, 0x1051c0138, 0xffffffff7900f463, 0xffffffff79052a84, 0x104ff0118, 0xffffffff6b6fb14c), at 0xffffffff7904d0c0 [12] axis2_msg_ctx_free(0x10533abf8, 0x1051c0138, 0xffffffff790106ac, 0xffffffff7905b894, 0x0, 0x104ff0000), at 0xffffffff7904d66c [13] axis2_op_ctx_free(0x1052510f8, 0x1051c0138, 0x0, 0xffffffff7905fa68, 0x0, 0x0), at 0xffffffff79052a84 [14] axis2_op_client_free(0x105251098, 0x1051c0138, 0x1051d1980, 0x0, 0x0, 0x1052c0140), at 0xffffffff7905b894 [15] axis2_svc_client_free(0x105260078, 0x1051c0138, 0x1051d1978, 0x1, 0x105051eb8, 0x0), at 0xffffffff7905fa68 [16] XTran_webservice::getnext(0x104d84968, 0x104b03218, 0x105260078, 0x10254af38, 0x3, 0x1051c0138), at 0x100f2d97c [17] XTran_webservice::execute(0x104d84968, 0x104b03218, 0x100f2ce40, 0x103cea478, 0x21ff99c, 0x102686d20), at 0x100f2e080 Thanks -Srini
