Hi All
I have a issue about conflict between libcurl and SCONE lib(NTCL) on Tizen.
SCONE lib(NTCL) is library developed for NAT traversal by MSC(Media Solution Center).
Now, I don't call SCONE lib's API, only call libcurl's API curl_global_init() in my code. my source code is very simple.
My executable file links to both libcurl and SCONE lib.
Then I found my App will crash on Tizen . The stack info is:
(gdb) bt
bt
#0 0xb67eed64 in strcmp () from /lib/libc.so.6
#1 0xb6e3c638 in obj_name_LHASH_COMP () from libscone_stub.so
#2 0xb6e39fc8 in getrn () from libscone_stub.so
#3 0xb6e39fc8 in getrn () from libscone_stub.so
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb)
It is so strange, did anyone here found the similar issue? or any suggestion to me?
Thanks.