vieuxcarre44 / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

SL4A r3 crashes when running OpenSSH #461

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What device(s) are you experiencing the problem on?
HTC Magic

What firmware version are you running on the device?
CyanogenMOD ROM version 6.1.

What steps will reproduce the problem?
1.chroot to a Debian Lenny image
2.Start the OpenSSH sshd daemon
3.Try to launch any SL4A 

What is the expected output? What do you see instead?
SL4A crashes

What version of the product are you using? On what operating system?
SL5A r3 with Python r1 on Froyo (Android OS 2.2)

Please provide any additional information below.
I've checked that sufficient memory is available, both RAM and other memory.

Please give me hints on how to attack the problem.  Is it related to ports 
being opened by sshd, lenny libraries being loaded?  Do you have any guesses of 
directions to look?  Can I log anything when running on my device?

Original issue reported on code.google.com by mdjurfe...@gmail.com on 18 Oct 2010 at 7:58

GoogleCodeExporter commented 9 years ago
I installed the app acatlog from the market.  Then I could see that that SL4A 
was attempting to launch an RPC server but failed complaining about an unknown 
host name.  The reason for this was that my Lenny installation set hostname, 
changing it from localhost. Removing the call to hostname solved this problem 
and SL4A r3 no longer crashes for me.

Original comment by mdjurfe...@gmail.com on 18 Oct 2010 at 5:35

GoogleCodeExporter commented 9 years ago
I believe this is fixed in latest SL4a (and latest Python)

Original comment by rjmatthews62 on 17 Aug 2011 at 2:40