-
Hi, Anton
thanks for your effort :-)
2009-07-23 01:59:34 UTC in Libiqxmlrpc
-
Hi,
I am curious if iqxmlrpc::Client_base::execute() is thread-safe?
Because my application is under multi-thread environment, I am testing it with single-thread situation and multi-thread situation.
till now, multi-thread get coredump once. but single-thread work well...
2009-07-22 12:47:24 UTC in Libiqxmlrpc
-
Hi,
RpcTester::login is my another test program for reproducing core dump, but unfortunately, I can not do it.
What can I do to help you find out problem? send you part of the code?
thanks a lot!
2009-07-22 01:46:27 UTC in Libiqxmlrpc
-
hi adedov,
I wrap the Client_base::execute() in one method and have try catch in it:
--------------------------------------------------------------------------------------------------
bool CSecManager::xmlRPCRequest(Client_base& client, const std::string& command, Param_list& param_list, Response& response)
{
try
{
client.set_keep_alive(true);...
2009-07-15 12:25:28 UTC in Libiqxmlrpc
-
Here is another core dump with DEBUG version:
-------------------------------------------------------------------------------------------------------------------
#0 0xb7f82410 in __kernel_vsyscall ()
(gdb) bt
#0 0xb7f82410 in __kernel_vsyscall ()
#1 0xb7ccf085 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7cd0a01 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb7edf451 in...
2009-07-15 10:11:42 UTC in Libiqxmlrpc
-
Hi,
thanks for reply :)
here is my environment:
Ubuntu 8.04
openssl 0.9.8g-4ubuntu3.5
libiqxmlrpc-1.0 0.8.7-4
Both of server and client are based on same version of libiqxmlrpc..
I have the pressure testing on client for keep connecting to server, client sometime crash.
But I ever test another XMLRPC client in windows with another XMLRPC library...
2009-07-15 02:21:36 UTC in Libiqxmlrpc
-
Thanks, take your time and enjoy vacation!
2009-06-30 07:24:54 UTC in Libiqxmlrpc
-
Hi, all
my program recently get coredump in SSL Connection, here is the call stack:
--------------------------------------------------------------------------------------------------------------------------------
1. /usr/lib/i686/cmov/libcrypto.so.0.9.8(CRYPTO_add_lock+0x87) [0x6f0e7877]
2. /usr/lib/i686/cmov/libssl.so.0.9.8(ssl_cert_dup+0x16d) [0x6f21d7bd]
3...
2009-06-29 04:20:07 UTC in Libiqxmlrpc