asimkumar2222 / xmpp-ssh

Automatically exported from code.google.com/p/xmpp-ssh
0 stars 0 forks source link

Abort after login #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile on Ubuntu 10.4 32-bit using fixes in issues #1 and #2
2. Start a server, and quit it, restarting it a few times (doesn't work at all 
on first start)
3. Connect with the client, accept the key, attempt to login.

What is the expected output? What do you see instead?
I am not sure! Instead I see the following:
!!! UNKNOWN HOST !!!
Add this key to KeyRing ? [Y/N]:Y
username: media
password: 
terminate called without an active exception
Aborted

What version of the product are you using? On what operating system?
The alpha source downloads

Please provide any additional information below.

I don't know enough about C++ but Googling around, this may have to do with 
threading. It should be noted that now that I think about it, I had to edit the 
Makefile in the immediate master src/ subfolder and add the -lpthread directive 
for GCC to make it stop complaining about not finding pthread.

Otherwise, I really like the idea of this code!

Original issue reported on code.google.com by winningham on 1 Aug 2010 at 8:18