Skip to content

errors executing 35.0.2 platform-tools #57

@rhkean

Description

@rhkean

the 34.0.3 version works without issue
but I get the following output from ./adb devices
interestingly, when testing, if the 34.0.3 adb service is running (I forgot to kill it once when testing), the 35.0.2 version seems to work fine... must be something in the daemon start code

rhkean@penguin:~/temp/35.0.2/platform-tools $ ./adb devices
* daemon not running; starting now at tcp:5037
ADB server didn't ACK
Full server startup log: /tmp/adb.1000.log
Server had pid: 23080
--- adb starting (pid 23080) ---
10-01 17:06:52.617 23080 23080 I adb     : main.cpp:63 Android Debug Bridge version 1.0.41
10-01 17:06:52.617 23080 23080 I adb     : main.cpp:63 Version 35.0.2-
10-01 17:06:52.617 23080 23080 I adb     : main.cpp:63 Installed as /home/rhkean/temp/35.0.2/platform-tools/adb
10-01 17:06:52.617 23080 23080 I adb     : main.cpp:63 Running on Linux 6.6.88-08507-gc5e3cc23fa55 (aarch64)
10-01 17:06:52.617 23080 23080 I adb     : main.cpp:63 
10-01 17:06:52.618 23080 23080 I adb     : auth.cpp:416 adb_auth_init...
10-01 17:06:52.619 23080 23080 I adb     : auth.cpp:152 loaded new key from '/home/rhkean/.android/adbkey' with fingerprint B63367C3D6E38712FC2A67FCF741EB446AB01DB2FC3A5DF39608DA8B1D239445
10-01 17:06:52.619 23080 23080 I adb     : auth.cpp:391 adb_auth_inotify_init...
fdsan: failed to exchange ownership of file descriptor: fd 11 is owned by unique_fd 0x7dddbf3998, was expected to be unowned
libc: fdsan: failed to exchange ownership of file descriptor: fd 11 is owned by unique_fd 0x7dddbf3998, was expected to be unowned

* failed to start daemon
adb: failed to check server version: cannot connect to daemon
rhkean@penguin:~/temp/35.0.2/platform-tools $ cat /tmp/adb.1000.log 
--- adb starting (pid 23080) ---
10-01 17:06:52.617 23080 23080 I adb     : main.cpp:63 Android Debug Bridge version 1.0.41
10-01 17:06:52.617 23080 23080 I adb     : main.cpp:63 Version 35.0.2-
10-01 17:06:52.617 23080 23080 I adb     : main.cpp:63 Installed as /home/rhkean/temp/35.0.2/platform-tools/adb
10-01 17:06:52.617 23080 23080 I adb     : main.cpp:63 Running on Linux 6.6.88-08507-gc5e3cc23fa55 (aarch64)
10-01 17:06:52.617 23080 23080 I adb     : main.cpp:63 
10-01 17:06:52.618 23080 23080 I adb     : auth.cpp:416 adb_auth_init...
10-01 17:06:52.619 23080 23080 I adb     : auth.cpp:152 loaded new key from '/home/rhkean/.android/adbkey' with fingerprint B63367C3D6E38712FC2A67FCF741EB446AB01DB2FC3A5DF39608DA8B1D239445
10-01 17:06:52.619 23080 23080 I adb     : auth.cpp:391 adb_auth_inotify_init...
fdsan: failed to exchange ownership of file descriptor: fd 11 is owned by unique_fd 0x7dddbf3998, was expected to be unowned
libc: fdsan: failed to exchange ownership of file descriptor: fd 11 is owned by unique_fd 0x7dddbf3998, was expected to be unowned
rhkean@penguin:~/temp/35.0.2/platform-tools $ 
rhkean@penguin:~/temp/35.0.2/platform-tools $ uname -a
Linux penguin 6.6.88-08507-gc5e3cc23fa55 #1 SMP PREEMPT Fri, 1 Aug 2025 01:52:13 -0700 aarch64 GNU/Linux
rhkean@penguin:~/temp/35.0.2/platform-tools $ 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions