[ http://issues.apache.org/jira/browse/AXIS2C-75?page=comments#action_12367117 ]
Samisa Abeysinghe commented on AXIS2C-75: ----------------------------------------- I did a hack in soap_bulder.c to get this solved. Now it works for the time being, but not sure if the hack is ok; see soap_builder.c:500 > Google sample segfaults in soap_builder > --------------------------------------- > > Key: AXIS2C-75 > URL: http://issues.apache.org/jira/browse/AXIS2C-75 > Project: Axis2-C > Type: Bug > Components: xml/soap > Versions: Current (Nightly) > Reporter: Samisa Abeysinghe > > This was working yesterday (20th Feb 2006) morning. Must be due to changes > done in the afternoon. > gdb trace: > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1208165920 (LWP 16812)] > 0x00ede3c8 in axis2_soap_builder_process_namespace_data (builder=0x8abb008, > env=0xbfdeaa98, om_node=0x8abbcb8, > is_soap_element=1) at soap_builder.c:603 > 603 ns_uri = AXIS2_OM_NAMESPACE_GET_URI(om_ns, env); > (gdb) bt > #0 0x00ede3c8 in axis2_soap_builder_process_namespace_data > (builder=0x8abb008, env=0xbfdeaa98, om_node=0x8abbcb8, > is_soap_element=1) at soap_builder.c:603 > #1 0x00edde7e in axis2_soap_builder_construct_node (builder=0x8abb008, > env=0xbfdeaa98, parent=0x8abbba0, > om_element_node=0x8abbcb8, is_soap_envelope=0) at soap_builder.c:500 > #2 0x00edd8ce in axis2_soap_builder_create_om_element (builder=0x8abb008, > env=0xbfdeaa98, current_node=0x8abbcb8) > at soap_builder.c:388 > #3 0x00edd633 in axis2_soap_builder_next (builder=0x8abb008, env=0xbfdeaa98) > at soap_builder.c:345 > #4 0x00edbba3 in axis2_soap_envelope_get_header (envelope=0x8abbf00, > env=0xbfdeaa98) at soap_envelope.c:366 > #5 0x00ede846 in axis2_soap_builder_parse_headers (builder=0x8abb008, > env=0xbfdeaa98) at soap_builder.c:682 > #6 0x00edd0a2 in axis2_soap_builder_create (env=0xbfdeaa98, > builder=0x8abafa0, > soap_version=0x35ae50 "http://schemas.xmlsoap.org/soap/envelope/") at > soap_builder.c:228 > #7 0x0035091c in axis2_http_transport_utils_create_soap_msg (env=0xbfdeaa98, > msg_ctx=0x8ab3d78, > soap_ns_uri=0x35ae50 "http://schemas.xmlsoap.org/soap/envelope/") at > ../transport/http/http_transport_utils.c:899 > #8 0x00340efc in axis2_two_way_send (env=0xbfdeaa98, msg_ctx=0x8ab3d78) at > ../clientapi/mep_client.c:547 > #9 0x00342c3b in axis2_call_invoke_blocking (call=0x8a60218, env=0xbfdeaa98, > op=0x8a9b350, msg_ctx=0x8ab3d78) > at ../clientapi/call.c:445 > #10 0x080490eb in main (argc=1, argv=0xbfdeaba4) at google_client.c:158 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
