You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Dmitry Utkin (JIRA)" <tu...@ws.apache.org> on 2008/03/05 09:23:40 UTC

[jira] Created: (TUSCANY-2064) segmentation fault while running example CppBigBank client (ws binding)

segmentation fault while running example CppBigBank client (ws binding)
-----------------------------------------------------------------------

                 Key: TUSCANY-2064
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2064
             Project: Tuscany
          Issue Type: Bug
          Components: C++ SCA, C++ SDO
    Affects Versions: Cpp-M3, Cpp-Next
         Environment: gcc-2.95.4 
glibc-2.1.3 
kernel-glibc-headers-2.4.32 
glibc-profile-2.1.3 
glibc-devel-2.1.3
axis2-0.96
libxml-2.6.27
linux kernel: 2.4.32
            Reporter: Dmitry Utkin
            Priority: Critical


output while executing sample:
Using SCA installed at /usr/local/axis2c_0.96/tuscany/sca
Using SDO installed at /usr/local/axis2c_0.96/tuscany/sdo
Using Axis2C installed at /usr/local/axis2c_0.96
Currency is : EURO
Currency is : EURO
./runclient.sh: line 45:  5702 Aborted                 (core dumped) ./account_client 1234

gdb log:
(gdb) run 1234
Program received signal SIGSEGV, Segmentation fault.
0x400e90d5 in basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> >::size (this=0x80bf1a8)
    at /usr/lib/gcc-lib/i486-linux/2.95.4/../../../../include/g++-3/std/bastring.h:156
156         { return rep ()->len; }
(gdb) bt
#0  0x400e90d5 in basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0> >::size (this=0x80bf1a8)
    at /usr/lib/gcc-lib/i486-linux/2.95.4/../../../../include/g++-3/std/bastring.h:156
#1  0x401a4f1c in tuscany::sca::cpp::CPPServiceProxy::createProxy (this=0x80b2e68, component=0x80bf148, name=@0xbffff28c, serviceWrapper=0x80bf340)
    at tuscany/sca/cpp/CPPServiceProxy.cpp:123
#2  0x401a4b22 in tuscany::sca::cpp::CPPServiceProxy::CPPServiceProxy (this=0x80b2e68, service=0x80bf1d0) at tuscany/sca/cpp/CPPServiceProxy.cpp:99
#3  0x401a2456 in tuscany::sca::cpp::CompositeContextImpl::locateService (this=0x804de78, serviceName=@0xbffff3cc)
    at tuscany/sca/cpp/CompositeContextImpl.cpp:92
#4  0x4019fd26 in osoa::sca::CompositeContext::locateService (this=0xbffff3d4, serviceName=@0xbffff3cc) at osoa/sca/CompositeContext.cpp:111


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org