You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Howard Lin <Ho...@vonage.com> on 2002/05/10 21:42:59 UTC

axtest core dump

I'm trying the Axis-C++ client testing program Axis_Client.cpp and it
core dumps. Here is the trace from gdb. I'm wondering if anyone has used
this client library and has this problem? Thanks,

I'm running Red Hat 7.1 with Axis CVS HEAD and xerces-c 1.5.2. Java
version seems running fine with tomcat 3.3. What I want to do is a C++
client accessing a Java service.

Howard

(gdb) where
#0  0x00000000 in ?? ()
#1  0x4030d698 in __user_type_info::dyncast (this=0x8098028, boff=0,
    target=@0x8098028, objptr=0xbffff524, subtype=@0x40328fc8,
    subptr=0xbffff524) from /usr/lib/libstdc++-libc6.2-2.so.3
#2  0x4030f133 in __dynamic_cast_2 (
    from=0x80738c0 <stringbuf type_info function>,
    to=0x80738c0 <stringbuf type_info function>, boff=0,
address=0xbffff524,
    sub=0x804fdb4 <streambuf type_info function>, subptr=0xbffff524)
   from /usr/lib/libstdc++-libc6.2-2.so.3
#3  0x080778d1 in stringstreambase::str (this=0xbffff520)
    at /usr/include/g++-3/sstream:102
#4  0x0806a9ff in SOAPMessage::Serialize (this=0x80a0d18,
    p_TypMapper=0x80a09f8) at SOAPMessage.cpp:63
#5  0x08055d1f in SOAPMsgContext::Invoke (this=0x80a09b8,
p_pBody=0x809fc40)
    at SOAPMsgContext.cpp:46
#6  0x080513d5 in Call::Invoke (this=0x809fbf8) at Call.cpp:167
#7  0x0804ffc6 in main (argc=1, argv=0xbffff7a4) at Axis_client.cpp:23
#8  0x40369627 in __libc_start_main (main=0x804ff10 <main>, argc=1,
    ubp_av=0xbffff7a4, init=0x804ec9c <_init>, fini=0x807bc24 <_fini>,
    rtld_fini=0x4000dcc4 <_dl_fini>, stack_end=0xbffff79c)
    at ../sysdeps/generic/libc-start.c:129