Issue Details (XML | Word | Printable)

Key: AXISCPP-382
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Samisa Abeysinghe
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Axis-C++

Apache server and SimpleAxisServer fails to run with the latest changes

Created: 17/Jan/05 12:56 PM   Updated: 17/Jan/05 01:30 PM
Return to search
Component/s: None
Affects Version/s: current (nightly)
Fix Version/s: current (nightly)

Time Tracking:
Not Specified

Environment: Linux

Resolution Date: 17/Jan/05 01:30 PM


 Description  « Hide
For apche server the gdb trace is:
#0 0x003df7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1 0x00183e49 in raise () from /lib/tls/libc.so.6
#2 0x00185872 in abort () from /lib/tls/libc.so.6
#3 0x00486ce7 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.5
#4 0x00486d24 in std::terminate () from /usr/lib/libstdc++.so.5
#5 0x00486e96 in __cxa_throw () from /usr/lib/libstdc++.so.5
#6 0x0032d078 in axiscpp::SOAPTransportFactory::loadLib () at ../SOAPTransportFactory.cpp:132
#7 0x0032cdb7 in axiscpp::SOAPTransportFactory::initialize () at ../SOAPTransportFactory.cpp:58
#8 0x00321236 in initialize_module (bServer=1) at ../Axis.cpp:315
#9 0x00f66c7e in module_init (p=0x813f648, svr_rec=0x80b87d8) at mod_axis2.cpp:75
#10 0x0807c405 in ap_run_child_init (pchild=0x813f648, s=0x80b87d8) at config.c:149
#11 0x0807ae4f in child_main (child_num_arg=0) at prefork.c:495
#12 0x0807b232 in make_child (s=0x80b87d8, slot=0) at prefork.c:649
#13 0x0807b28b in startup_children (number_to_start=5) at prefork.c:721
#14 0x0807b98d in ap_mpm_run (_pconf=0x80b60a8, plog=0x80ee188, s=0x80b87d8) at prefork.c:940
#15 0x0808093a in main (argc=2, argv=0xfefff924) at main.c:617

for SimpleAxisServer the gdb trace is:
#0 0x0039d7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1 0x006a1e49 in raise () from /lib/tls/libc.so.6
#2 0x006a3872 in abort () from /lib/tls/libc.so.6
#3 0x00282ce7 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.5
#4 0x00282d24 in std::terminate () from /usr/lib/libstdc++.so.5
#5 0x00282e96 in __cxa_throw () from /usr/lib/libstdc++.so.5
#6 0x00598078 in axiscpp::SOAPTransportFactory::loadLib () at ../SOAPTransportFactory.cpp:132
#7 0x00597db7 in axiscpp::SOAPTransportFactory::initialize () at ../SOAPTransportFactory.cpp:58
#8 0x0058c236 in initialize_module (bServer=1) at ../Axis.cpp:315
#9 0x0804abfc in main (argc=2, argv=0xfefcf214) at SimpleAxisServer.cpp:190


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Samisa Abeysinghe added a comment - 17/Jan/05 01:30 PM
The fix to src/soap/Makefile.am by adding xsd/Integer.cpp and xsd/Long.cpp seem to solve this too