FS#55693 - [android-tools] adb 8 crashes with libcrypto error

Attached to Project: Community Packages
Opened by steadfasterX (steadfasterX) - Thursday, 21 September 2017, 06:57 GMT
Last edited by Anatol Pomozov (anatolik) - Friday, 22 September 2017, 17:02 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Anatol Pomozov (anatolik)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

when first starting adb it will give an error like this:

> List of devices attached
> * daemon not running. starting it now at tcp:5037 *
> ADB server didn't ACK
> * failed to start daemon *
> error: cannot connect to daemon

journal telling this (full output: see links!)

> Sep 18 14:45:45 fwul kernel: adb[1164]: segfault at 8 ip 00007fcf6a3974b3 sp 00007ffecb357eb0 error 4 in libcrypto.so.1.1[7fcf6a2f3000+256000]


1) it makes no difference to use sudo or not.
2) a file `~/.android/adbkey` gets generated but it is ZERO size


Additional info:

> openssl-1.1.0.f-2 (containing libcrypto.so.1.1)
> android-tools 8.0.0_r4-1

Steps to reproduce:

install android-tools
remove all adbkey files in ~/.android/
type: adb devices (or adb start-server)

Workaround/Hotfix:

> adb kill-server
> rm ~/.android/adbkey*
> sudo pacman -S downgrade
> sudo downgrade android-tools-7.1.2_r27-1


Links:

> The original report containing full stack trace: https://github.com/Carbon-Fusion/build_fwul/issues/56

This task depends upon

Closed by  Anatol Pomozov (anatolik)
Friday, 22 September 2017, 17:02 GMT
Reason for closing:  Fixed
Additional comments about closing:  android-tools 8.0.0_r4-2
Comment by Doug Newgard (Scimmia) - Friday, 22 September 2017, 16:03 GMT
Does this happen on Arch?

Disclosure: user is on a derivative called fwul.

Loading...