Hi all, I'm trying to verify AXIS2C-209 against the trunk code, but unfortunately I'm still failing to build from the trunk (see trace below).
Instead I took 0.94 and built and ran the test_service sample that was attached to that jira. I still get a server crash on Windows with the message: Unhandled exception at 0x7c918fea in axis2_http_server.exe: 0xC0000005: Access violation writing location 0x00000010. This happens after the test service code returns control to Axis. The steps are: - client calls to service - service is invoked and calls the math service - response is returned from the math service - AXIS2_SVC_CLIENT_FREE is called & is successful - the response axiom node is returned to Axis by the test_service_invoke method - server crashes I expect I will see the same error in 0.95 code & I'm working to get this built. Does anyone else get this behaviour? The failure when building trunk: make[5]: Entering directory `/home/ajborley/workspace/Axis2C/woden/src/wsdl' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I ../../../util/include -I ../../../axiom/include -I ../../../xml_schema/include -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -Werror -MT import.lo -MD -MP -MF ".deps/import.Tpo" -c -o import.lo import.c; \ then mv -f ".deps/import.Tpo" ".deps/import.Plo"; else rm -f ".deps/import.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I ../../../util/include -I ../../../axiom/include -I ../../../xml_schema/include -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -Werror -MT import.lo -MD -MP -MF .deps/import.Tpo -c import.c -fPIC -DPIC -o .libs/import.o cc1: warnings being treated as errors import.c: In function 'woden_import_to_wsdl_ref': import.c:128: warning: dereferencing type-punned pointer will break strict-aliasing rules make[5]: *** [import.lo] Error 1 make[5]: Leaving directory `/home/ajborley/workspace/Axis2C/woden/src/wsdl' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/ajborley/workspace/Axis2C/woden/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/ajborley/workspace/Axis2C/woden' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/ajborley/workspace/Axis2C/woden' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ajborley/workspace/Axis2C' make: *** [all] Error 2 Thanks Andy On 10/17/06, Sahan Gamage <[EMAIL PROTECTED]> wrote:
+1 -sahan Dinesh Premalal wrote: > We have numerous bug fixes since last release. > This is proper time to go for new release 0.95. > > Please have a look at wiki > http://wiki.apache.org/ws/FrontPage/Axis2C/releases/0.95 > > Please review the feature list and changes and add your comments. > We would be able to do 0.95 release by end of this week. > > Your comments are welcome ... > > thanks, > Dinesh > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
