Hunsu / ntorrent

Automatically exported from code.google.com/p/ntorrent
GNU General Public License v3.0
0 stars 1 forks source link

Crash of rTorrent v0.8.4 while connecting with nTorrent v0.5 (A problem occured during parsing) #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run rTorrent v0.8.4 / libTorrent 0.12.4 with xmlrpc-c lib v1.16.06 on
remote machine.
2. Run nTorrent v0.5 (Windows release) and try to connect to remote
rTorrent using SSH. 

What is the expected output? What do you see instead?
-> Connection should be possible, I get "A problem occured during parsing"
on error message box instead. In the same time on remote machine rTorrent
is crashing with message:
----->
torrent: symbol lookup error: /usr/lib/libxmlrpc.so.3: undefined symbol:
xmlrpc_validate_utf8
<-----

What version of the product are you using? On what operating system?
-> see above

Please provide any additional information below and if necessary, attach
the nTorrent log file found under $HOME/.ntorrent/.

-> nTorrent log attached

Original issue reported on code.google.com by agagal...@gmail.com on 22 Dec 2008 at 2:46

Attachments:

GoogleCodeExporter commented 9 years ago
i will look into it, might be that im trying to set i8 dialect when initiating a
connection, or it may just be that this version of xmlrpc is broken.

Original comment by kei...@gmail.com on 22 Dec 2008 at 8:27

GoogleCodeExporter commented 9 years ago
I tried again with new version of xmlrpc-c lib v1.06.27, supposedly more stable 
and
rTorrent v0.8.4 / libTorrent 0.12.4 +  nTorrent v0.5 (without change) 

This time I get error:
---->
rtorrent: symbol lookup error: /usr/lib/libxmlrpc.so.3: undefined symbol:
xmlrpc_limit_get
<----

Additional information:
When I try to list methods from xml i/f I get some error: 

----->
~ # xmlrpc localhost system.listMethods
Error: HTTP response: 404 (-504)
<-----

Original comment by agagal...@gmail.com on 21 Jan 2009 at 11:02

GoogleCodeExporter commented 9 years ago
you need a xmlrpc-c lib greater than 1.07. the latest svn should work fine.

Original comment by kei...@gmail.com on 21 Jan 2009 at 5:14

GoogleCodeExporter commented 9 years ago
ahh forgot already about this.
Anybody tried with v1.16.06-r1? It's the only one I could compile succesfully 
using
Gentoo ebuild...
Latest from SVN a get compilation errors. 

Original comment by agagal...@gmail.com on 21 Jan 2009 at 8:39

GoogleCodeExporter commented 9 years ago
i dont know what it is you have compiled, but the latest svn is only 1.12.

Original comment by kei...@gmail.com on 21 Jan 2009 at 10:33

GoogleCodeExporter commented 9 years ago
I don't know either ;), kinda experimental I suppose. It's from this ebuild
http://packages.larrythecow.org/?v=ebuild&s=dev-libs%2Fxmlrpc-c-1.16.06-r1
From SVN I can see the're working on v1.17 already
http://xmlrpc-c.svn.sourceforge.net/viewvc/xmlrpc-c/release_number/
I'll try to compile myself again v1.12 which is for sure compatible as I can 
see.
Thanks for support.

Original comment by agagal...@gmail.com on 22 Jan 2009 at 8:49